com.ibm.rational.test.lt.recorder.core.deploy
Class BundleEntry
java.lang.Object
com.ibm.rational.test.lt.recorder.core.deploy.BundleEntry
- All Implemented Interfaces:
- IEntry
public final class BundleEntry
- extends Object
- implements IEntry
A classpath entry that corresponds to all exported classes of an OSGI bundle (usually
an eclipse plugin). If the bundle is available as an eclipse project (i.e. eclipse is
run in a development context), the bin directory is used. Otherwise, the bundle jars
are used. If a .nl1 bundle exists, its classpath is also included. The bundle classpath
may be restricted to a single jar in the bundle, if the bundle is a directory.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BundleEntry
public BundleEntry(String bundleName)
BundleEntry
public BundleEntry(String bundleName,
String jarName)
toLocations
public List<String> toLocations()
- Description copied from interface:
IEntry
- Returns the list of paths that this entry resolves to.
- Specified by:
toLocations
in interface IEntry
- Returns:
- the list of paths that this entry resolves to.
© Copyright IBM Corp. 2012. All rights reserved.