|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.griphyn.cPlanner.classes.Data
org.griphyn.cPlanner.classes.Profile
public class Profile
This Class hold informations about profiles associated with a tc.
| Field Summary | |
|---|---|
static String |
CONDOR
|
static String |
DAGMAN
|
static String |
ENV
|
static String |
GLOBUS
|
static String |
HINTS
|
private static Escape |
mEscape
A private static handle to the escape class. |
private String |
mKey
|
private String |
mNamespace
|
private String |
mValue
|
static String |
VDS
|
| Fields inherited from class org.griphyn.cPlanner.classes.Data |
|---|
mLogger, mLogMsg |
| Constructor Summary | |
|---|---|
Profile()
C'tpr for the class; |
|
Profile(String namespace,
String key,
String value)
This constructor allows to set the namespace , key and value of the PoolProfile. |
|
| Method Summary | |
|---|---|
Object |
clone()
Returns a copy of the object. |
List |
getProfile()
Returns the Profile (namespace, value and key); |
String |
getProfileKey()
Returns the Key of the Profile |
String |
getProfileNamespace()
Returns the NameSpace of the Profile |
String |
getProfileValue()
Returns the Value for the profile |
void |
setProfile(String namespace,
String key,
String value)
This method allows to set the namespace , key and value of the Profile. |
String |
toMultiLine()
Returns the textual description of the contents of Profile
object in the multiline format. |
String |
toString()
This method returns a string of the contents of this object. |
String |
toXML()
This method returns an xml of the contents of this object. |
static String |
validTypesToString()
Returns a comma separated string containing the valid namespace types. |
| Methods inherited from class org.griphyn.cPlanner.classes.Data |
|---|
setToString, vectorToString |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private static Escape mEscape
public static final String CONDOR
public static final String GLOBUS
public static final String VDS
public static final String DAGMAN
public static final String HINTS
public static final String ENV
private String mNamespace
private String mKey
private String mValue
| Constructor Detail |
|---|
public Profile()
Exception
public Profile(String namespace,
String key,
String value)
namespace - Takes a String as the namespace. Has to be one of the predefined types.key - Takes a String as the key.value - The value for the key as String
Exception| Method Detail |
|---|
public static String validTypesToString()
public void setProfile(String namespace,
String key,
String value)
namespace - Takes a String as the namespace. Has to be one of the predefined types.key - Takes a String as the key.value - The value for the key as String
Exceptionpublic List getProfile()
public String getProfileNamespace()
public String getProfileKey()
public String getProfileValue()
public String toMultiLine()
Profile
object in the multiline format.
public String toString()
toString in class DataEscapepublic String toXML()
public Object clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||