|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.osgi.baseadaptor.loader.FragmentClasspath
public class FragmentClasspath
A FragmentClasspath contains all the ClasspathEntry
objects for a fragment
BaseData
.
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 |
---|
public FragmentClasspath(BaseData bundledata, ClasspathEntry[] entries, java.security.ProtectionDomain domain)
Method Detail |
---|
public BaseData getBundleData()
public java.security.ProtectionDomain getDomain()
public ClasspathEntry[] getEntries()
public void close()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |