A B C D E F G H I L M N O P R S T V 

A

AbstractNbmMojo - Class in org.codehaus.mojo.nbm
 
AbstractNbmMojo() - Constructor for class org.codehaus.mojo.nbm.AbstractNbmMojo
 
AbstractNbmMojo.ArtifactResult - Class in org.codehaus.mojo.nbm
 
AdaptNbVersion - Class in org.codehaus.mojo.nbm
will try to convert the maven version number to a NetBeans friendly version number.
AdaptNbVersion() - Constructor for class org.codehaus.mojo.nbm.AdaptNbVersion
 
adaptVersion(String, Object, Date) - Static method in class org.codehaus.mojo.nbm.AdaptNbVersion
 
addDependency(Dependency) - Method in class org.codehaus.mojo.nbm.model.NetBeansModule
Method addDependency.
addExclude(String) - Method in class org.codehaus.mojo.nbm.model.NbmResource
Method addExclude.
addInclude(String) - Method in class org.codehaus.mojo.nbm.model.NbmResource
Method addInclude.
additionalArguments - Variable in class org.codehaus.mojo.nbm.RunNetBeansMojo
additional command line arguments.
additionalArguments - Variable in class org.codehaus.mojo.nbm.RunPlatformAppMojo
additional command line arguments.
addLibrary(String) - Method in class org.codehaus.mojo.nbm.model.NetBeansModule
Method addLibrary.
addNbmResource(NbmResource) - Method in class org.codehaus.mojo.nbm.model.NetBeansModule
Method addNbmResource.
antProject() - Method in class org.codehaus.mojo.nbm.AbstractNbmMojo
Creates a project initialized with the same logger.
antProject - Variable in class org.codehaus.mojo.nbm.CreateNetBeansFileStructure
 

B

BrandingMojo - Class in org.codehaus.mojo.nbm
Package branding resources for NetBeans platform/IDE based application.
BrandingMojo() - Constructor for class org.codehaus.mojo.nbm.BrandingMojo
 
brandingToken - Variable in class org.codehaus.mojo.nbm.BuildInstallersMojo
The branding token for the application based on NetBeans platform.
brandingToken - Variable in class org.codehaus.mojo.nbm.CreateClusterAppMojo
The branding token for the application based on NetBeans platform.
brandingToken - Variable in class org.codehaus.mojo.nbm.CreateStandaloneMojo
The branding token for the application based on NetBeans platform.
brandingToken - Variable in class org.codehaus.mojo.nbm.CreateWebstartAppMojo
The branding token for the application based on NetBeans platform.
brandingToken - Variable in class org.codehaus.mojo.nbm.RunPlatformAppMojo
The branding token for the application based on NetBeans platform.
buildDir - Variable in class org.codehaus.mojo.nbm.CreateNetBeansFileStructure
Build directory
BuildInstallersMojo - Class in org.codehaus.mojo.nbm
 
BuildInstallersMojo() - Constructor for class org.codehaus.mojo.nbm.BuildInstallersMojo
 

C

checkFile() - Method in class org.codehaus.mojo.nbm.ExamineManifest
 
cluster - Variable in class org.codehaus.mojo.nbm.BrandingMojo
cluster of the branding.
cluster - Variable in class org.codehaus.mojo.nbm.CreateNetBeansFileStructure
NetBeans module's cluster.
clusterBuildDir - Variable in class org.codehaus.mojo.nbm.RunNetBeansMojo
directory where the module(s)' NetBeans cluster(s) are located.
clusterDir - Variable in class org.codehaus.mojo.nbm.CreateNetBeansFileStructure
 
CollectLibrariesNodeVisitor - Class in org.codehaus.mojo.nbm
A dependency node visitor that collects visited nodes that are known libraries or are children of known libraries
CollectLibrariesNodeVisitor(List<String>, List<Artifact>, Map<Artifact, ExamineManifest>, Log, DependencyNode, boolean) - Constructor for class org.codehaus.mojo.nbm.CollectLibrariesNodeVisitor
Creates a dependency node visitor that collects visited nodes for further processing.
CollectModuleLibrariesNodeVisitor - Class in org.codehaus.mojo.nbm
A dependency node visitor that collects visited nodes that are known libraries or are children of known libraries
CollectModuleLibrariesNodeVisitor(List<Artifact>, Map<Artifact, ExamineManifest>, Log, DependencyNode, boolean) - Constructor for class org.codehaus.mojo.nbm.CollectModuleLibrariesNodeVisitor
Creates a dependency node visitor that collects visited nodes for further processing.
contextualize(Context) - Method in class org.codehaus.mojo.nbm.BuildInstallersMojo
 
contextualize(Context) - Method in class org.codehaus.mojo.nbm.CreateNbmMojo
 
contextualize(Context) - Method in class org.codehaus.mojo.nbm.CreateUpdateSiteMojo
 
CreateClusterAppMojo - Class in org.codehaus.mojo.nbm
Create the NetBeans module clusters/application for the 'nbm-application' packaging projects
CreateClusterAppMojo() - Constructor for class org.codehaus.mojo.nbm.CreateClusterAppMojo
 
CreateClusterMojo - Class in org.codehaus.mojo.nbm
Create the NetBeans module clusters from reactor.
CreateClusterMojo() - Constructor for class org.codehaus.mojo.nbm.CreateClusterMojo
 
createDefaultDescriptor(MavenProject, boolean) - Method in class org.codehaus.mojo.nbm.AbstractNbmMojo
 
createDependencyTree(MavenProject, DependencyTreeBuilder, ArtifactRepository, ArtifactFactory, ArtifactMetadataSource, ArtifactCollector, String) - Method in class org.codehaus.mojo.nbm.AbstractNbmMojo
 
CreateNbmMojo - Class in org.codehaus.mojo.nbm
Create the NetBeans module artifact (nbm file), part of "nbm" lifecycle/packaging.
CreateNbmMojo() - Constructor for class org.codehaus.mojo.nbm.CreateNbmMojo
 
CreateNetBeansFileStructure - Class in org.codehaus.mojo.nbm
Create the NetBeans module directory structure, a prerequisite for nbm creation and cluster creation.
CreateNetBeansFileStructure() - Constructor for class org.codehaus.mojo.nbm.CreateNetBeansFileStructure
 
CreateStandaloneMojo - Class in org.codehaus.mojo.nbm
Create a standalone application out of the composed clusters of nbm-application
CreateStandaloneMojo() - Constructor for class org.codehaus.mojo.nbm.CreateStandaloneMojo
 
CreateUpdateSiteMojo - Class in org.codehaus.mojo.nbm
Create the NetBeans auto update site definition.
CreateUpdateSiteMojo() - Constructor for class org.codehaus.mojo.nbm.CreateUpdateSiteMojo
 
CreateWebstartAppMojo - Class in org.codehaus.mojo.nbm
Create webstartable binaries for a 'nbm-application'.
CreateWebstartAppMojo() - Constructor for class org.codehaus.mojo.nbm.CreateWebstartAppMojo
 

D

Dependency - Class in org.codehaus.mojo.nbm.model
Class Dependency.
Dependency() - Constructor for class org.codehaus.mojo.nbm.model.Dependency
 
descriptor - Variable in class org.codehaus.mojo.nbm.CreateNetBeansFileStructure
a NetBeans module descriptor containing dependency information and more..
descriptor - Variable in class org.codehaus.mojo.nbm.NetBeansManifestUpdateMojo
a NetBeans module descriptor containing dependency information and more

E

encoding - Variable in class org.codehaus.mojo.nbm.CreateNetBeansFileStructure
The character encoding scheme to be applied when filtering nbm resources.
endVisit(DependencyNode) - Method in class org.codehaus.mojo.nbm.CollectLibrariesNodeVisitor
endVisit(DependencyNode) - Method in class org.codehaus.mojo.nbm.CollectModuleLibrariesNodeVisitor
ExamineManifest - Class in org.codehaus.mojo.nbm
Tag examines the manifest of a jar file and retrieves NetBeans specific information.
execute() - Method in class org.codehaus.mojo.nbm.BrandingMojo
 
execute() - Method in class org.codehaus.mojo.nbm.BuildInstallersMojo
 
execute() - Method in class org.codehaus.mojo.nbm.CreateClusterAppMojo
 
execute() - Method in class org.codehaus.mojo.nbm.CreateClusterMojo
 
execute() - Method in class org.codehaus.mojo.nbm.CreateNbmMojo
 
execute() - Method in class org.codehaus.mojo.nbm.CreateNetBeansFileStructure
 
execute() - Method in class org.codehaus.mojo.nbm.CreateStandaloneMojo
 
execute() - Method in class org.codehaus.mojo.nbm.CreateUpdateSiteMojo
 
execute() - Method in class org.codehaus.mojo.nbm.CreateWebstartAppMojo
 
execute() - Method in class org.codehaus.mojo.nbm.HelpMojo
execute() - Method in class org.codehaus.mojo.nbm.NetBeansManifestUpdateMojo
execute plugin
execute() - Method in class org.codehaus.mojo.nbm.PopulateRepositoryMojo
 
execute() - Method in class org.codehaus.mojo.nbm.RunNetBeansMojo
 
execute() - Method in class org.codehaus.mojo.nbm.RunPlatformAppMojo
 

F

fileName - Variable in class org.codehaus.mojo.nbm.CreateUpdateSiteMojo
autoupdate site xml file name.
finalName - Variable in class org.codehaus.mojo.nbm.CreateNetBeansFileStructure
Name of the jar packaged by the jar:jar plugin
forcedVersion - Variable in class org.codehaus.mojo.nbm.PopulateRepositoryMojo
Optional parameter, when specified, will force all modules to have the designated version.

G

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.

H

hasFriendPackages() - Method in class org.codehaus.mojo.nbm.ExamineManifest
returns true if both public packages and friend list are declared.
hasPublicPackages() - Method in class org.codehaus.mojo.nbm.ExamineManifest
returns true if there are defined public packages and there is no friend declaration.
HelpMojo - Class in org.codehaus.mojo.nbm
Display help information on nbm-maven-plugin.
Call
HelpMojo() - Constructor for class org.codehaus.mojo.nbm.HelpMojo
 

I

installDirName - Variable in class org.codehaus.mojo.nbm.BuildInstallersMojo
Installation directory name at the destination system
isLocalized() - Method in class org.codehaus.mojo.nbm.ExamineManifest
 
isNetBeansModule() - Method in class org.codehaus.mojo.nbm.ExamineManifest
 
isOSGiBundle() - Method in class org.codehaus.mojo.nbm.AbstractNbmMojo.ArtifactResult
 
isOsgiBundle() - Method in class org.codehaus.mojo.nbm.ExamineManifest
 
isRequiresRestart() - Method in class org.codehaus.mojo.nbm.model.NetBeansModule
Get determines if the module requires restart of the IDE/platform upon installation.

L

localRepository - Variable in class org.codehaus.mojo.nbm.BuildInstallersMojo
Local maven repository.
localRepository - Variable in class org.codehaus.mojo.nbm.CreateClusterAppMojo
Local maven repository.
localRepository - Variable in class org.codehaus.mojo.nbm.CreateUpdateSiteMojo
Local maven repository.
localRepository - Variable in class org.codehaus.mojo.nbm.PopulateRepositoryMojo
Local maven repository.

M

mavenResourcesFiltering - Variable in class org.codehaus.mojo.nbm.CreateNetBeansFileStructure
 
module - Variable in class org.codehaus.mojo.nbm.CreateNetBeansFileStructure
 
moduleJarName - Variable in class org.codehaus.mojo.nbm.CreateNetBeansFileStructure
 

N

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.

O

org.codehaus.mojo.nbm - package org.codehaus.mojo.nbm
 
org.codehaus.mojo.nbm.model - package org.codehaus.mojo.nbm.model
 
org.codehaus.mojo.nbm.model.io.xpp3 - package org.codehaus.mojo.nbm.model.io.xpp3
 
outputDirectory - Variable in class org.codehaus.mojo.nbm.BuildInstallersMojo
output directory.
outputDirectory - Variable in class org.codehaus.mojo.nbm.CreateUpdateSiteMojo
output directory.

P

PopulateRepositoryMojo - Class in org.codehaus.mojo.nbm
A goal for identifying NetBeans modules from the installation and populating the local repository with them.
PopulateRepositoryMojo() - Constructor for class org.codehaus.mojo.nbm.PopulateRepositoryMojo
 
project - Variable in class org.codehaus.mojo.nbm.CreateNetBeansFileStructure
 
projectHelper - Variable in class org.codehaus.mojo.nbm.CreateWebstartAppMojo
 

R

read(Reader, boolean) - Method in class org.codehaus.mojo.nbm.model.io.xpp3.NetBeansModuleXpp3Reader
 
read(Reader) - Method in class org.codehaus.mojo.nbm.model.io.xpp3.NetBeansModuleXpp3Reader
 
read(InputStream, boolean) - Method in class org.codehaus.mojo.nbm.model.io.xpp3.NetBeansModuleXpp3Reader
Method read.
read(InputStream) - Method in class org.codehaus.mojo.nbm.model.io.xpp3.NetBeansModuleXpp3Reader
Method read.
readModuleDescriptor(File) - Method in class org.codehaus.mojo.nbm.AbstractNbmMojo
 
registerNbmAntTasks() - Method in class org.codehaus.mojo.nbm.AbstractNbmMojo
 
removeDependency(Dependency) - Method in class org.codehaus.mojo.nbm.model.NetBeansModule
Method removeDependency.
removeExclude(String) - Method in class org.codehaus.mojo.nbm.model.NbmResource
Method removeExclude.
removeInclude(String) - Method in class org.codehaus.mojo.nbm.model.NbmResource
Method removeInclude.
removeLibrary(String) - Method in class org.codehaus.mojo.nbm.model.NetBeansModule
Method removeLibrary.
removeNbmResource(NbmResource) - Method in class org.codehaus.mojo.nbm.model.NetBeansModule
Method removeNbmResource.
RunNetBeansMojo - Class in org.codehaus.mojo.nbm
Run NetBeans IDE with additional custom module clusters, to be used in conjunction with nbm:cluster.
RunNetBeansMojo() - Constructor for class org.codehaus.mojo.nbm.RunNetBeansMojo
 
RunPlatformAppMojo - Class in org.codehaus.mojo.nbm
Run a branded application on top of NetBeans Platform.
RunPlatformAppMojo() - Constructor for class org.codehaus.mojo.nbm.RunPlatformAppMojo
 

S

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.

T

turnJarToNbmFile(Artifact, ArtifactFactory, ArtifactResolver, MavenProject, ArtifactRepository) - Method in class org.codehaus.mojo.nbm.AbstractNbmMojo
 
TYPE_IMPLEMENTATION - Static variable in class org.codehaus.mojo.nbm.AdaptNbVersion
 
TYPE_SPECIFICATION - Static variable in class org.codehaus.mojo.nbm.AdaptNbVersion
 

V

visit(DependencyNode) - Method in class org.codehaus.mojo.nbm.CollectLibrariesNodeVisitor
visit(DependencyNode) - Method in class org.codehaus.mojo.nbm.CollectModuleLibrariesNodeVisitor
A B C D E F G H I L M N O P R S T V 

Copyright © 2005-2012 Codehaus. All Rights Reserved.