public class JDKVersionDescription extends AbstractDescription implements java.io.Serializable
| Constructor and Description |
|---|
JDKVersionDescription() |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
configure(TestConfig config)
Creates JDK version descriptions from the JDK version parameters in the
test configuration.
|
protected java.lang.String |
getClassPath(VmDescription vmd,
java.lang.String javaHome)
Returns the classpath for the given host.
|
protected java.lang.String |
getJavaHome(VmDescription vmd,
java.lang.String javaHome)
Returns the Java home for the supplied Java home.
|
java.util.List<java.lang.String> |
getJavaHomes()
Returns the Java homes.
|
protected java.lang.String |
getLibPath(VmDescription vmd,
java.lang.String javaHome)
Returns the library path for the given host.
|
java.lang.String |
getName()
Returns the logical name of this JDK version description.
|
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()
public java.util.List<java.lang.String> getJavaHomes()
protected java.lang.String getJavaHome(VmDescription vmd, java.lang.String javaHome)
protected java.lang.String getClassPath(VmDescription vmd, java.lang.String javaHome)
protected java.lang.String getLibPath(VmDescription vmd, java.lang.String javaHome)
public java.util.SortedMap toSortedMap()
AbstractDescriptiontoSortedMap in class AbstractDescriptionprotected static void configure(TestConfig config)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.