|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--netx.jnlp.JREDesc
The J2SE element.
Constructor Summary | |
JREDesc(Version version,
java.net.URL location,
java.lang.String initialHeapSize,
java.lang.String maximumHeapSize,
java.util.List resources)
Create a JRE descriptor. |
Method Summary | |
long |
getInitialHeapSize()
Returns the initial heap size in bytes. |
java.net.URL |
getLocation()
Returns the JRE version string. |
long |
getMaximumHeapSize()
Returns the maximum heap size in bytes. |
java.util.List |
getResourcesDesc()
Returns the resources defined for this JRE. |
Version |
getVersion()
Returns the JRE version. |
boolean |
isPlatformVersion()
Returns true if the JRE version is a Java platform version (java.specification.version property) or false if it is a product version (java.version property). |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JREDesc(Version version, java.net.URL location, java.lang.String initialHeapSize, java.lang.String maximumHeapSize, java.util.List resources)
version
- the platform version or the product version if
location is not nulllocation
- the location of a JRE product or nullinitialHeapSize
- inital heap sizemaximumHeadSize
- maximum head sizeresources
- list of ResourceDesc objectsMethod Detail |
public Version getVersion()
public boolean isPlatformVersion()
public java.net.URL getLocation()
public long getMaximumHeapSize()
public long getInitialHeapSize()
public java.util.List getResourcesDesc()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |