public class HostAgentDescription extends AbstractDescription implements 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() |
String |
getClassPath() |
HostDescription |
getHostDescription() |
String |
getLibPath() |
String |
getName() |
protected void |
setArchiveStats(boolean b) |
protected void |
setClassPath(String path) |
protected void |
setHostDescription(HostDescription hd) |
protected void |
setLibPath(String path) |
protected void |
setName(String name) |
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 String getName()
protected void setName(String name)
public HostDescription getHostDescription()
protected void setHostDescription(HostDescription hd)
public String getClassPath()
protected void setClassPath(String path)
public String getLibPath()
protected void setLibPath(String path)
public boolean getArchiveStats()
protected void setArchiveStats(boolean b)
public SortedMap toSortedMap()
AbstractDescriptiontoSortedMap in class AbstractDescriptionprotected static void configure(TestConfig config)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.