Package | Description |
---|---|
com.ibm.rational.test.lt.recorder.core.deploy |
Interfaces and classes used to define the deployment of recording components running in a separate process.
|
Modifier and Type | Class and Description |
---|---|
class |
BundleEntry
A classpath entry that corresponds to all exported classes of an OSGI bundle (usually
an eclipse plugin).
|
class |
FileEntry
A classpath entry that corresponds to a java File, usually a jar file
or a directory containing .class files.
|
Modifier and Type | Method and Description |
---|---|
Collection<IEntry> |
IVirtualMachine.getClasspathEntries()
Returns the classpath entries that will be used to compute the JVM classpath.
|
Modifier and Type | Method and Description |
---|---|
void |
IVirtualMachine.addClasspathEntry(IEntry entry)
Adds a new classpath entry the JVM classpath.
|
© Copyright IBM Corp. 2013. All rights reserved.