org.apache.continuum.distributed.commons.utils
Class ContinuumDistributedUtil

java.lang.Object
  extended by org.apache.continuum.distributed.commons.utils.ContinuumDistributedUtil

public class ContinuumDistributedUtil
extends Object

ContinuumDistributedUtil


Field Summary
static String KEY_ARTIFACT_ID
           
static String KEY_PROJECT_GROUP_ID
           
static String KEY_PROJECT_ID
           
static String KEY_PROJECT_NAME
           
 
Constructor Summary
ContinuumDistributedUtil()
           
 
Method Summary
static String getArtifactId(Map<String,Object> context)
           
static int getProjectGroupId(Map<String,Object> context)
           
static int getProjectId(Map<String,Object> context)
           
static String getProjectName(Map<String,Object> context)
           
static String getProjectNameAndId(Map<String,Object> context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

KEY_PROJECT_ID

public static final String KEY_PROJECT_ID
See Also:
Constant Field Values

KEY_PROJECT_GROUP_ID

public static final String KEY_PROJECT_GROUP_ID
See Also:
Constant Field Values

KEY_PROJECT_NAME

public static final String KEY_PROJECT_NAME
See Also:
Constant Field Values

KEY_ARTIFACT_ID

public static final String KEY_ARTIFACT_ID
See Also:
Constant Field Values
Constructor Detail

ContinuumDistributedUtil

public ContinuumDistributedUtil()
Method Detail

getProjectId

public static int getProjectId(Map<String,Object> context)

getProjectGroupId

public static int getProjectGroupId(Map<String,Object> context)

getArtifactId

public static String getArtifactId(Map<String,Object> context)

getProjectName

public static String getProjectName(Map<String,Object> context)

getProjectNameAndId

public static String getProjectNameAndId(Map<String,Object> context)


Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.