public class FragmentClasspath extends Object
ClasspathEntry objects for a fragment
BaseData.| Constructor and Description |
|---|
FragmentClasspath(BaseData bundledata,
ClasspathEntry[] entries,
ProtectionDomain domain) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes all the classpath entry resources for this FragmentClasspath.
|
BaseData |
getBundleData()
Returns the fragment BaseData for this FragmentClasspath
|
ProtectionDomain |
getDomain()
Returns the fragment domain for this FragmentClasspath
|
ClasspathEntry[] |
getEntries()
Returns the fragment classpath entries for this FragmentClasspath
|
public FragmentClasspath(BaseData bundledata, ClasspathEntry[] entries, ProtectionDomain domain)
public BaseData getBundleData()
public ProtectionDomain getDomain()
public ClasspathEntry[] getEntries()
public void close()
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.