com.ibm.rational.test.lt.recorder.core.deploy

Class 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.
    • Constructor Detail

      • BundleEntry

        public BundleEntry(String bundleName)
      • BundleEntry

        public BundleEntry(String bundleName,
                   String jarName)
    • Method Detail

      • 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.
IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2013. All rights reserved.