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