|
Mobile Tools for Java Release 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.mtj.core.model.Classpath
org.eclipse.mtj.core.model.impl.VMInstallClasspath
public class VMInstallClasspath
A special version of the Classpath class that is capable of appending or
prepending the primary IVMInstall classpath libraries to this
classpath dynamically.
| Constructor Summary | |
|---|---|
VMInstallClasspath()
Construct a new classpath with the libraries prepended or appended according to the provided boolean. |
|
| Method Summary | |
|---|---|
ILibrary[] |
getEntries()
Return the entries in the classpath. |
boolean |
isPrependVMLibraries()
|
void |
loadUsing(IPersistenceProvider persistenceProvider)
Load the state of this object using the specified persistence state information. |
void |
setPrependVMLibraries(boolean prependVMLibraries)
|
void |
storeUsing(IPersistenceProvider persistenceProvider)
Save the state of this object using the specified persistence state information. |
| Methods inherited from class org.eclipse.mtj.core.model.Classpath |
|---|
addEntry, asClasspathEntries, asFileArray, asSkeletonFileArray, asSkeletonURLArray, asURLArray, equals, equals, hashCode, removeEntry, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public VMInstallClasspath()
prependVMLibraries - | Method Detail |
|---|
public ILibrary[] getEntries()
Classpath
getEntries in class ClasspathClasspath.getEntries()public boolean isPrependVMLibraries()
public void loadUsing(IPersistenceProvider persistenceProvider)
throws PersistenceException
IPersistable
loadUsing in interface IPersistableloadUsing in class ClasspathPersistenceExceptionClasspath.loadUsing(org.eclipse.mtj.core.persistence.IPersistenceProvider)public void setPrependVMLibraries(boolean prependVMLibraries)
public void storeUsing(IPersistenceProvider persistenceProvider)
throws PersistenceException
IPersistable
storeUsing in interface IPersistablestoreUsing in class ClasspathPersistenceExceptionClasspath.storeUsing(org.eclipse.mtj.core.persistence.IPersistenceProvider)
|
Mobile Tools for Java Release 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||