|
IBM Rational Performance Tester SDK | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IEntry | |
---|---|
com.ibm.rational.test.lt.recorder.core.deploy | Interfaces and classes used to define the deployment of recording components running in a separate process. |
Uses of IEntry in com.ibm.rational.test.lt.recorder.core.deploy |
---|
Classes in com.ibm.rational.test.lt.recorder.core.deploy that implement IEntry | |
---|---|
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. |
Methods in com.ibm.rational.test.lt.recorder.core.deploy that return types with arguments of type IEntry | |
---|---|
Collection<IEntry> |
IVirtualMachine.getClasspathEntries()
Returns the classpath entries that will be used to compute the JVM classpath. |
Methods in com.ibm.rational.test.lt.recorder.core.deploy with parameters of type IEntry | |
---|---|
void |
IVirtualMachine.addClasspathEntry(IEntry entry)
Adds a new classpath entry the JVM classpath. |
|
IBM Rational Performance Tester SDK | ||||||||||
PREV NEXT | FRAMES NO FRAMES |