IBM Rational Performance Tester SDK

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

java.lang.Object
  extended by 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.


Constructor Summary
BundleEntry(String bundleName)
           
BundleEntry(String bundleName, String jarName)
           
 
Method Summary
 List<String> toLocations()
          Returns the list of paths that this entry resolves to.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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. 2012. All rights reserved.