|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.buildforge.services.client.dbo.Manifest
public class Manifest
Represents the manifests that are stored with Servers
and generally contain either build-in properties like NUM_CPU or
MAX_MEM or may contain custom properties like perl or java version.
Field Summary | |
---|---|
static java.lang.Class<Manifest> |
CLASS
|
Constructor Summary | |
---|---|
Manifest(APIClientConnection conn)
|
Method Summary | |
---|---|
java.lang.String |
getName()
Returns the server name to which this manifest belongs |
java.util.Collection<ManifestProperty> |
getProperties()
Returns all the properties associated with this Manifest |
ManifestProperty |
getProperty(java.lang.String propertyName)
Retrieves a specific ManifestProperty by name |
java.lang.String |
getPropertyValue(java.lang.String propertyName)
Convenience method to retrieve a specific ManifestProperty's value directly |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.Class<Manifest> CLASS
Constructor Detail |
---|
public Manifest(APIClientConnection conn)
Method Detail |
---|
public java.lang.String getName()
public java.util.Collection<ManifestProperty> getProperties()
public ManifestProperty getProperty(java.lang.String propertyName)
public java.lang.String getPropertyValue(java.lang.String propertyName)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |