| java.lang.Object org.eclipse.pde.internal.core.PDEClasspathContainer org.eclipse.pde.internal.core.RequiredPluginsClasspathContainer
RequiredPluginsClasspathContainer | public class RequiredPluginsClasspathContainer extends PDEClasspathContainer implements IClasspathContainer(Code) | | |
RequiredPluginsClasspathContainer | public RequiredPluginsClasspathContainer(IPluginModelBase model)(Code) | | Constructor for RequiredPluginsClasspathContainer.
|
addDependencyViaImportPackage | protected void addDependencyViaImportPackage(BundleDescription desc, HashSet added, Map map, ArrayList entries) throws CoreException(Code) | | |
addExtraClasspathEntries | protected void addExtraClasspathEntries(HashSet added, ArrayList entries) throws CoreException(Code) | | |
addExtraClasspathEntries | protected void addExtraClasspathEntries(HashSet added, ArrayList entries, String[] tokens) throws CoreException(Code) | | |
findExportedPackages | final protected void findExportedPackages(BundleDescription desc, BundleDescription projectDesc, Map map)(Code) | | |
getClasspathEntries | public IClasspathEntry[] getClasspathEntries()(Code) | | |
getKind | public int getKind()(Code) | | |
getPath | public IPath getPath()(Code) | | |
Methods inherited from org.eclipse.pde.internal.core.PDEClasspathContainer | protected static void addExternalPlugin(IPluginModelBase model, Rule[] rules, ArrayList entries) throws CoreException(Code)(Java Doc) protected static void addLibraryEntry(IPath path, IPath srcPath, Rule[] rules, IClasspathAttribute[] attributes, ArrayList entries)(Code)(Java Doc) protected void addProjectEntry(IProject project, Rule[] rules, ArrayList entries) throws CoreException(Code)(Java Doc) protected static IAccessRule[] getAccessRules(Rule[] rules)(Code)(Java Doc) public static IClasspathEntry[] getExternalEntries(IPluginModelBase model) throws CoreException(Code)(Java Doc) protected static IPath getPath(IPluginModelBase model, String libraryName)(Code)(Java Doc) protected static IPluginModelBase resolveLibraryInFragments(IPluginModelBase model, String libraryName)(Code)(Java Doc)
|
|
|