|
TPTP 4.1.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The agent controller descriptor interface, abstracts key agent controller metadata such as version
| Method Summary | |
|---|---|
java.lang.String |
getProperty(java.lang.String name,
java.lang.String type)
Retrieves a general property from the agent controller, given the name and type |
java.lang.String |
getVersion()
Retrieves the version of the agent controller identified by the node instance argument |
boolean |
isVersionAtLeast(java.lang.String lowerLimitInclusive)
Determines if the agent controller version is at least the specified lower limit inclusive value |
boolean |
isVersionAtMost(java.lang.String upperLimitInclusive)
Determines if version is less than or equal to the upper limit inclusive value |
boolean |
isVersionEqual(java.lang.String version)
Indicates if the version of the agent controller is exactly equal to the version passed in as an argument |
boolean |
isVersionWithin(java.lang.String lowerLimitInclusive,
java.lang.String upperLimitInclusive)
Indicates if the version of the agent controller is at least the lower limit version and at most the upper limit version inclusive |
| Method Detail |
public java.lang.String getProperty(java.lang.String name,
java.lang.String type)
name - the name of the property such as 'version'type - the type of the value
public java.lang.String getVersion()
public boolean isVersionAtLeast(java.lang.String lowerLimitInclusive)
lowerLimitInclusive - the version is must at least be
public boolean isVersionAtMost(java.lang.String upperLimitInclusive)
upperLimitInclusive - the maximum version
public boolean isVersionEqual(java.lang.String version)
version - the version that the agent controller must match
public boolean isVersionWithin(java.lang.String lowerLimitInclusive,
java.lang.String upperLimitInclusive)
lowerLimitInclusive - the minimum versionupperLimitInclusive - the maximum version
|
TPTP 4.1.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||