public class VmDescription extends AbstractDescription implements java.io.Serializable
| Constructor and Description |
|---|
VmDescription() |
| Modifier and Type | Method and Description |
|---|---|
void |
addExtraVMArg(java.lang.String arg) |
protected static void |
configure(TestConfig config)
Creates vm descriptions from the vm parameters in the test
configuration.
|
protected static java.lang.String |
getAllSnappyJars(java.lang.String jarPath) |
java.lang.String |
getClassPath() |
java.lang.String |
getExtraVMArgs() |
java.util.List<java.lang.String> |
getGemFireXDClassPaths() |
HostDescription |
getHostDescription() |
java.lang.String |
getLibPath() |
java.lang.String |
getName() |
protected static java.lang.String |
getSnappyJarPath(java.lang.String jarPath,
java.lang.String jarName) |
java.lang.String |
getType() |
java.util.Vector |
getUnconvertedExtraClassPath() |
java.util.Vector |
getUnconvertedExtraLibPath() |
protected void |
setClassPath(java.lang.String path) |
void |
setExtraVMArgs(java.lang.String args) |
void |
setGemFireXDClassPaths(java.util.List<java.lang.String> paths) |
protected void |
setHostDescription(HostDescription hd) |
protected void |
setLibPath(java.lang.String path) |
protected void |
setName(java.lang.String name) |
protected void |
setType(java.lang.String type) |
protected void |
setUnconvertedExtraClassPath(java.util.Vector path) |
protected void |
setUnconvertedExtraLibPath(java.util.Vector path) |
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 getType()
protected void setType(java.lang.String type)
public java.lang.String getClassPath()
protected void setClassPath(java.lang.String path)
public java.util.List<java.lang.String> getGemFireXDClassPaths()
public void setGemFireXDClassPaths(java.util.List<java.lang.String> paths)
public java.lang.String getLibPath()
protected void setLibPath(java.lang.String path)
public java.lang.String getExtraVMArgs()
public void setExtraVMArgs(java.lang.String args)
public void addExtraVMArg(java.lang.String arg)
public java.util.Vector getUnconvertedExtraClassPath()
protected void setUnconvertedExtraClassPath(java.util.Vector path)
public java.util.Vector getUnconvertedExtraLibPath()
protected void setUnconvertedExtraLibPath(java.util.Vector path)
public java.util.SortedMap toSortedMap()
AbstractDescriptiontoSortedMap in class AbstractDescriptionprotected static java.lang.String getSnappyJarPath(java.lang.String jarPath,
java.lang.String jarName)
protected static java.lang.String getAllSnappyJars(java.lang.String jarPath)
protected static void configure(TestConfig config)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.