- getAddDefaultEntities() - Method in class org.codehaus.mojo.nbm.model.io.xpp3.NetBeansModuleXpp3Reader
-
Returns the state of the "add default entities" flag.
- getArtifacts() - Method in class org.codehaus.mojo.nbm.CollectLibrariesNodeVisitor
-
Gets the list of collected dependency nodes.
- getAuthor() - Method in class org.codehaus.mojo.nbm.model.NetBeansModule
-
Get author of the module.
- getBaseDirectory() - Method in class org.codehaus.mojo.nbm.model.NbmResource
-
Get the base directory, all paths within the nbm file will
be the same as paths within the base directory.
- getClasspath() - Method in class org.codehaus.mojo.nbm.ExamineManifest
-
- getCluster() - Method in class org.codehaus.mojo.nbm.model.NetBeansModule
-
Get dEPRECATED, use the plugin configuration instead.
- getCodeNameBase() - Method in class org.codehaus.mojo.nbm.model.NetBeansModule
-
Get codenamebase of the module.
- getDeclaredArtifacts() - Method in class org.codehaus.mojo.nbm.CollectModuleLibrariesNodeVisitor
-
modules declared in the project's pom
- getDependencies() - Method in class org.codehaus.mojo.nbm.model.NetBeansModule
-
Method getDependencies.
- getDependencyTokens() - Method in class org.codehaus.mojo.nbm.ExamineManifest
-
- getDistributionUrl() - Method in class org.codehaus.mojo.nbm.model.NetBeansModule
-
Get dEPRECATED, use the plugin configuration instead.
- getExaminedManifest() - Method in class org.codehaus.mojo.nbm.AbstractNbmMojo.ArtifactResult
-
- getExcludes() - Method in class org.codehaus.mojo.nbm.model.NbmResource
-
Method getExcludes.
- getExplicitValue() - Method in class org.codehaus.mojo.nbm.model.Dependency
-
Get the plugin tries to resolve the correct module name and
module specification/implementation version by examining the
dependency jar's manifest.
- getFriends() - Method in class org.codehaus.mojo.nbm.ExamineManifest
-
- getHomepageUrl() - Method in class org.codehaus.mojo.nbm.model.NetBeansModule
-
Get homepage URL of the module.
- getId() - Method in class org.codehaus.mojo.nbm.model.Dependency
-
Get groupId:artifactId of the dependency defined in the POM
(or a transitive dependency).
- getImplVersion() - Method in class org.codehaus.mojo.nbm.ExamineManifest
-
- getIncludes() - Method in class org.codehaus.mojo.nbm.model.NbmResource
-
Method getIncludes.
- getLibraries() - Method in class org.codehaus.mojo.nbm.model.NetBeansModule
-
Method getLibraries.
- getLicenseFile() - Method in class org.codehaus.mojo.nbm.model.NetBeansModule
-
Get path to the license agreement file.
- getLicenseName() - Method in class org.codehaus.mojo.nbm.model.NetBeansModule
-
Get name of the license.
- getManifest() - Method in class org.codehaus.mojo.nbm.model.NetBeansModule
-
Get dEPRECATED, use the plugin configuration instead.
- getModelEncoding() - Method in class org.codehaus.mojo.nbm.model.NetBeansModule
-
Get the modelEncoding field.
- getModule() - Method in class org.codehaus.mojo.nbm.ExamineManifest
-
Code name base of the module only.
- getModuleType() - Method in class org.codehaus.mojo.nbm.model.NetBeansModule
-
Get
- getModuleWithRelease() - Method in class org.codehaus.mojo.nbm.ExamineManifest
-
Full name of module: code name base, then optionally slash and major release version.
- getNbmResources() - Method in class org.codehaus.mojo.nbm.model.NetBeansModule
-
Method getNbmResources.
- getPackages() - Method in class org.codehaus.mojo.nbm.ExamineManifest
-
list of package statements from OpenIDE-Module-Public-Packages.
- getRelativeClusterPath() - Method in class org.codehaus.mojo.nbm.model.NbmResource
-
Get a relative path to be added to cluster root where the
files will be copied to.
- getSpecVersion() - Method in class org.codehaus.mojo.nbm.ExamineManifest
-
- getTransitiveArtifacts() - Method in class org.codehaus.mojo.nbm.CollectModuleLibrariesNodeVisitor
-
modules that were picked up transitively
- getType() - Method in class org.codehaus.mojo.nbm.model.Dependency
-
Get type of module dependency.
- nbmBuildDir - Variable in class org.codehaus.mojo.nbm.BrandingMojo
-
directory where the the binary content is created.
- nbmBuildDir - Variable in class org.codehaus.mojo.nbm.CreateClusterMojo
-
directory where the the NetBeans cluster will be created.
- nbmBuildDir - Variable in class org.codehaus.mojo.nbm.CreateNetBeansFileStructure
-
NetBeans module assembly build directory.
- nbmBuildDir - Variable in class org.codehaus.mojo.nbm.NetBeansManifestUpdateMojo
-
NetBeans module assembly build directory.
- nbmJavahelpSource - Variable in class org.codehaus.mojo.nbm.CreateNetBeansFileStructure
-
The location of JavaHelp sources for the project.
- nbmJavahelpSource - Variable in class org.codehaus.mojo.nbm.NetBeansManifestUpdateMojo
-
The location of JavaHelp sources for the project.
- NbmResource - Class in org.codehaus.mojo.nbm.model
-
Class NbmResource.
- NbmResource() - Constructor for class org.codehaus.mojo.nbm.model.NbmResource
-
- nbmResources - Variable in class org.codehaus.mojo.nbm.CreateNetBeansFileStructure
-
The list of nbmResources we want to include in the nbm file (not in module jar,
but as external content within the nbm.
- netbeansInstallation - Variable in class org.codehaus.mojo.nbm.RunNetBeansMojo
-
directory where the the NetBeans platform/IDE installation is,
denotes the root directory of NetBeans installation.
- netbeansInstallDirectory - Variable in class org.codehaus.mojo.nbm.PopulateRepositoryMojo
-
Location of NetBeans installation
- netbeansJavadocDirectory - Variable in class org.codehaus.mojo.nbm.PopulateRepositoryMojo
-
If you want to install/deploy also NetBeans api javadocs, download the javadoc zip file from netbeans.org
expand it to a directory, it should contain multiple zip files.
- NetBeansManifestUpdateMojo - Class in org.codehaus.mojo.nbm
-
Goal for generating NetBeans module system specific manifest entries, part of "nbm" lifecycle/packaging.
- NetBeansManifestUpdateMojo() - Constructor for class org.codehaus.mojo.nbm.NetBeansManifestUpdateMojo
-
- NetBeansModule - Class in org.codehaus.mojo.nbm.model
-
Describes the layout, dependencies and packaging of a NetBeans
module.
- NetBeansModule() - Constructor for class org.codehaus.mojo.nbm.model.NetBeansModule
-
- NetBeansModuleXpp3Reader - Class in org.codehaus.mojo.nbm.model.io.xpp3
-
Class NetBeansModuleXpp3Reader.
- NetBeansModuleXpp3Reader() - Constructor for class org.codehaus.mojo.nbm.model.io.xpp3.NetBeansModuleXpp3Reader
-
- netbeansNbmDirectory - Variable in class org.codehaus.mojo.nbm.PopulateRepositoryMojo
-
If defined, will match the nbm files found in the designated folder with the modules
and upload the nbm file next to the module jar in local and remote repositories.
- netbeansSourcesDirectory - Variable in class org.codehaus.mojo.nbm.PopulateRepositoryMojo
-
Assumes a folder with <code-name-base>.zip files containing sources for modules.
- netbeansUserdir - Variable in class org.codehaus.mojo.nbm.RunNetBeansMojo
-
NetBeans user directory for the executed instance.
- netbeansUserdir - Variable in class org.codehaus.mojo.nbm.RunPlatformAppMojo
-
NetBeans user directory for the executed instance.
- session - Variable in class org.codehaus.mojo.nbm.CreateNetBeansFileStructure
-
- setAddDefaultEntities(boolean) - Method in class org.codehaus.mojo.nbm.model.io.xpp3.NetBeansModuleXpp3Reader
-
Sets the state of the "add default entities" flag.
- setArtifactFile(File) - Method in class org.codehaus.mojo.nbm.ExamineManifest
-
- setAuthor(String) - Method in class org.codehaus.mojo.nbm.model.NetBeansModule
-
Set author of the module.
- setBaseDirectory(String) - Method in class org.codehaus.mojo.nbm.model.NbmResource
-
Set the base directory, all paths within the nbm file will
be the same as paths within the base directory.
- setCluster(String) - Method in class org.codehaus.mojo.nbm.model.NetBeansModule
-
Set dEPRECATED, use the plugin configuration instead.
- setCodeNameBase(String) - Method in class org.codehaus.mojo.nbm.model.NetBeansModule
-
Set codenamebase of the module.
- setDependencies(List<Dependency>) - Method in class org.codehaus.mojo.nbm.model.NetBeansModule
-
Set list of module dependencies.
- setDistributionUrl(String) - Method in class org.codehaus.mojo.nbm.model.NetBeansModule
-
Set dEPRECATED, use the plugin configuration instead.
- setExcludes(List<String>) - Method in class org.codehaus.mojo.nbm.model.NbmResource
-
Set exclude pattern, what files within the basedir shall not
be included.
- setExplicitValue(String) - Method in class org.codehaus.mojo.nbm.model.Dependency
-
Set the plugin tries to resolve the correct module name and
module specification/implementation version by examining the
dependency jar's manifest.
- setHomepageUrl(String) - Method in class org.codehaus.mojo.nbm.model.NetBeansModule
-
Set homepage URL of the module.
- setId(String) - Method in class org.codehaus.mojo.nbm.model.Dependency
-
Set groupId:artifactId of the dependency defined in the POM
(or a transitive dependency).
- setIncludes(List<String>) - Method in class org.codehaus.mojo.nbm.model.NbmResource
-
Set include pattern, what shall be included in the nbm.
- setJarFile(File) - Method in class org.codehaus.mojo.nbm.ExamineManifest
-
The jar file to examine.
- setLibraries(List<String>) - Method in class org.codehaus.mojo.nbm.model.NetBeansModule
-
Set groupId:artifactId of artifacts that shall become part
of the module and be added on the classpath
(ClassPath: manifest entry gets created
and the jar is included in the nbm file).
- setLicenseFile(String) - Method in class org.codehaus.mojo.nbm.model.NetBeansModule
-
Set path to the license agreement file.
- setLicenseName(String) - Method in class org.codehaus.mojo.nbm.model.NetBeansModule
-
Set name of the license.
- setManifest(String) - Method in class org.codehaus.mojo.nbm.model.NetBeansModule
-
Set dEPRECATED, use the plugin configuration instead.
- setManifestFile(File) - Method in class org.codehaus.mojo.nbm.ExamineManifest
-
Manifest file to be examined.
- setModelEncoding(String) - Method in class org.codehaus.mojo.nbm.model.NetBeansModule
-
Set the modelEncoding field.
- setModuleType(String) - Method in class org.codehaus.mojo.nbm.model.NetBeansModule
-
Set
- setNbmResources(List<NbmResource>) - Method in class org.codehaus.mojo.nbm.model.NetBeansModule
-
Set list of resources that shall be also included into the
Nbm file along with the module jar and library jars.
- setPopulateDependencies(boolean) - Method in class org.codehaus.mojo.nbm.ExamineManifest
-
- setRelativeClusterPath(String) - Method in class org.codehaus.mojo.nbm.model.NbmResource
-
Set a relative path to be added to cluster root where the
files will be copied to.
- setRequiresRestart(boolean) - Method in class org.codehaus.mojo.nbm.model.NetBeansModule
-
Set determines if the module requires restart of the
IDE/platform upon installation.
- setType(String) - Method in class org.codehaus.mojo.nbm.model.Dependency
-
Set type of module dependency.