org.eclipse.osgi.baseadaptor.loader
Class FragmentClasspath

java.lang.Object
  extended by org.eclipse.osgi.baseadaptor.loader.FragmentClasspath

public class FragmentClasspath
extends java.lang.Object

A FragmentClasspath contains all the ClasspathEntry objects for a fragment BaseData.

Since:
3.2

Constructor Summary
FragmentClasspath(BaseData bundledata, ClasspathEntry[] entries, java.security.ProtectionDomain domain)
           
 
Method Summary
 void close()
          Closes all the classpath entry resources for this FragmentClasspath.
 BaseData getBundleData()
          Returns the fragment BaseData for this FragmentClasspath
 java.security.ProtectionDomain getDomain()
          Returns the fragment domain for this FragmentClasspath
 ClasspathEntry[] getEntries()
          Returns the fragment classpath entries for this FragmentClasspath
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FragmentClasspath

public FragmentClasspath(BaseData bundledata,
                         ClasspathEntry[] entries,
                         java.security.ProtectionDomain domain)
Method Detail

getBundleData

public BaseData getBundleData()
Returns the fragment BaseData for this FragmentClasspath

Returns:
the fragment BaseData for this FragmentClasspath

getDomain

public java.security.ProtectionDomain getDomain()
Returns the fragment domain for this FragmentClasspath

Returns:
the fragment domain for this FragmentClasspath

getEntries

public ClasspathEntry[] getEntries()
Returns the fragment classpath entries for this FragmentClasspath

Returns:
the fragment classpath entries for this FragmentClasspath

close

public void close()
Closes all the classpath entry resources for this FragmentClasspath.