Index
All Classes and Interfaces|All Packages|Constant Field Values
N
- name() - Method in interface org.eclipse.pde.core.project.IHostDescription
-
Returns the symbolic name of the host.
- name() - Method in interface org.eclipse.pde.core.project.IPackageExportDescription
-
Returns the fully qualified name of the exported package.
- name() - Method in interface org.eclipse.pde.core.project.IPackageImportDescription
-
Returns the fully qualified name of the imported package.
- name() - Method in interface org.eclipse.pde.core.project.IRequiredBundleDescription
-
Returns the symbolic name of the required bundle.
- NameVersionDescriptor - Class in org.eclipse.pde.core.target
-
Describes something with a name and version.
- NameVersionDescriptor(String, String) - Constructor for class org.eclipse.pde.core.target.NameVersionDescriptor
-
Constructs a descriptor with a type of 'plugin'
- NameVersionDescriptor(String, String, String) - Constructor for class org.eclipse.pde.core.target.NameVersionDescriptor
-
Constructs a descriptor of the given type
- newBundleClasspathEntry(IPath, IPath, IPath) - Method in interface org.eclipse.pde.core.project.IBundleProjectService
-
Creates and returns a new bundle classpath entry defining the relationship between a source, binaries, and library on the Bundle-Classpath header.
- newDefaultTarget() - Method in interface org.eclipse.pde.core.target.ITargetPlatformService
-
Returns a new target definition with default settings.
- newDirectoryLocation(String) - Method in interface org.eclipse.pde.core.target.ITargetPlatformService
-
Creates and returns a target location that contains all bundles in the specified directory which may contain string substitution variables.
- newFeatureLocation(String, String, String) - Method in interface org.eclipse.pde.core.target.ITargetPlatformService
-
Creates and returns a target location that contains all bundles referenced by the feature at the specified location.
- newHost(String, VersionRange) - Method in interface org.eclipse.pde.core.project.IBundleProjectService
-
Deprecated, for removal: This API element is subject to removal in a future version.
- newHost(String, VersionRange) - Method in interface org.eclipse.pde.core.project.IBundleProjectService
-
Creates and returns a new host description.
- newIULocation(String[], String[], URI[], int) - Method in interface org.eclipse.pde.core.target.ITargetPlatformService
-
Creates and returns a target location that contains all bundles contained in the specified installable units (IU's) in the given repositories.
- newIULocation(IInstallableUnit[], URI[], int) - Method in interface org.eclipse.pde.core.target.ITargetPlatformService
-
Creates and returns a target location that contains all bundles contained in the specified installable units (IU's) in the given repositories.
- newPackageExport(String, Version, boolean, String[]) - Method in interface org.eclipse.pde.core.project.IBundleProjectService
-
Deprecated.
- newPackageExport(String, Version, boolean, Collection<String>) - Method in interface org.eclipse.pde.core.project.IBundleProjectService
-
Constructs a new package export description.
- newPackageImport(String, VersionRange, boolean) - Method in interface org.eclipse.pde.core.project.IBundleProjectService
-
Deprecated, for removal: This API element is subject to removal in a future version.
- newPackageImport(String, VersionRange, boolean) - Method in interface org.eclipse.pde.core.project.IBundleProjectService
-
Creates and returns a new package import description.
- NewPluginProjectFromTemplateWizard - Class in org.eclipse.pde.ui.templates
-
API class to allow customization of the new plug-in project wizard.
- NewPluginProjectFromTemplateWizard() - Constructor for class org.eclipse.pde.ui.templates.NewPluginProjectFromTemplateWizard
-
Constructor to create a new wizard
- NewPluginTemplateWizard - Class in org.eclipse.pde.ui.templates
-
This wizard should be used as a base class for wizards that generate plug-in content using a closed set of templates.
- NewPluginTemplateWizard() - Constructor for class org.eclipse.pde.ui.templates.NewPluginTemplateWizard
-
Creates a new template wizard.
- newProfileLocation(String, String) - Method in interface org.eclipse.pde.core.target.ITargetPlatformService
-
Creates and returns a target location that contains all bundles installed in a profile at the specified location with the specified configuration area.
- newRequiredBundle(String, VersionRange, boolean, boolean) - Method in interface org.eclipse.pde.core.project.IBundleProjectService
-
Deprecated, for removal: This API element is subject to removal in a future version.
- newRequiredBundle(String, VersionRange, boolean, boolean) - Method in interface org.eclipse.pde.core.project.IBundleProjectService
-
Creates and returns a new required bundle description.
- newTarget() - Method in interface org.eclipse.pde.core.target.ITargetPlatformService
-
Returns a new target definition to be stored with local metadata.
- NoExtend - Annotation Interface in org.eclipse.pde.api.tools.annotations
-
Classes and interfaces tagged with this annotation are declaring they are not to be extended by clients.
- NoImplement - Annotation Interface in org.eclipse.pde.api.tools.annotations
-
Interfaces tagged with this annotation are declaring they are not to be implemented by clients.
- NoInstantiate - Annotation Interface in org.eclipse.pde.api.tools.annotations
-
Classes tagged with this annotation are declaring they are not to be instantiated by clients.
- NONE - Static variable in interface org.eclipse.pde.core.plugin.IMatchRules
-
No rule.
- NoOverride - Annotation Interface in org.eclipse.pde.api.tools.annotations
-
Methods tagged with this annotation are declaring they are not to be overridden by clients.
- NoReference - Annotation Interface in org.eclipse.pde.api.tools.annotations
-
Classes, interfaces, annotations, enums, methods and fields tagged with this annotation are declaring they are not to be referenced at all by clients.
All Classes and Interfaces|All Packages|Constant Field Values
IBundleProjectService.newHost(String, VersionRange)