public class HostAgentDescription extends AbstractDescription implements java.io.Serializable
| Constructor and Description |
|---|
HostAgentDescription() |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
configure(TestConfig config)
Creates hostagent descriptions from the hostagent parameters in the test
configuration.
|
boolean |
getArchiveStats() |
java.lang.String |
getClassPath() |
HostDescription |
getHostDescription() |
java.lang.String |
getLibPath() |
java.lang.String |
getName() |
protected void |
setArchiveStats(boolean b) |
protected void |
setClassPath(java.lang.String path) |
protected void |
setHostDescription(HostDescription hd) |
protected void |
setLibPath(java.lang.String path) |
protected void |
setName(java.lang.String name) |
java.util.SortedMap |
toSortedMap()
Returns a sorted map of description fields and their values.
|
addProperties, asList, convertPrm, convertPrmDefault, getBooleanFor, getClass, getClassname, getInstance, getIntegerFor, getNonnegativeIntegerFor, getParametersAndDefaults, getPath, getSSLDescription, loadClass, parseMethod, toStringpublic java.lang.String getName()
protected void setName(java.lang.String name)
public HostDescription getHostDescription()
protected void setHostDescription(HostDescription hd)
public java.lang.String getClassPath()
protected void setClassPath(java.lang.String path)
public java.lang.String getLibPath()
protected void setLibPath(java.lang.String path)
public boolean getArchiveStats()
protected void setArchiveStats(boolean b)
public java.util.SortedMap toSortedMap()
AbstractDescriptiontoSortedMap in class AbstractDescriptionprotected static void configure(TestConfig config)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.