- 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'
If the passed string version is equal to
BundleInfo.EMPTY_VERSION
,
the version will be replaced with
null
.
- NameVersionDescriptor(String, String, String) - Constructor for class org.eclipse.pde.core.target.NameVersionDescriptor
-
Constructs a descriptor of the given type
If the passed string version is equal to
BundleInfo.EMPTY_VERSION
,
the version will be replaced with
null
.
- 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
-
Creates and returns a new host description.
- 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.
- 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.
- newPackageExport(String, Version, boolean, 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
-
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
-
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 Type 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 Type in org.eclipse.pde.api.tools.annotations
-
Interfaces tagged with this annotation are declaring they are not to be
implemented by clients.
- NoInstantiate - Annotation Type 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 Type in org.eclipse.pde.api.tools.annotations
-
Methods tagged with this annotation are declaring they are not to be
overridden by clients.
- NoReference - Annotation Type 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.