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 passed to the application.
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 - 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
Build installers for Mavenized NetBeans application.
BuildInstallersMojo() - Constructor for class org.codehaus.mojo.nbm.BuildInstallersMojo
 

C

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.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, DependencyGraphBuilder, 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

debugAdditionalArguments - Variable in class org.codehaus.mojo.nbm.RunNetBeansMojo
Attach a debugger to the application JVM.
debugAdditionalArguments - Variable in class org.codehaus.mojo.nbm.RunPlatformAppMojo
Attach a debugger to the application JVM.
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
Deprecated.
all content from the module descriptor can be defined as plugin configuration now, will be removed in 4.0 entirely
descriptor - Variable in class org.codehaus.mojo.nbm.NetBeansManifestUpdateMojo
Deprecated.
all content from the module descriptor can be defined as plugin configuration now, will be removed in 4.0 entirely

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
execute() - Method in class HelpMojo
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.NetBeansManifestUpdateMojo
execute plugin
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

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 dEPRECATED, use the plugin configuration instead.
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.
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 dEPRECATED, use the plugin configuration instead.
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.
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.
getHomepageUrl() - Method in class org.codehaus.mojo.nbm.model.NetBeansModule
Get dEPRECATED, use the plugin configuration instead.
getId() - Method in class org.codehaus.mojo.nbm.model.Dependency
Get groupId:artifactId of the dependency defined in the POM (or a transitive dependency).
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 dEPRECATED, use the plugin configuration instead.
getLicenseName() - Method in class org.codehaus.mojo.nbm.model.NetBeansModule
Get dEPRECATED, use the plugin configuration instead.
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.
getModuleType() - Method in class org.codehaus.mojo.nbm.model.NetBeansModule
Get
getNbmResources() - Method in class org.codehaus.mojo.nbm.model.NetBeansModule
Method getNbmResources.
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.
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

HelpMojo - Class in <Unnamed>
Display help information on nbm-maven-plugin.
Call mvn nbm:help -Ddetail=true -Dgoal=<goal-name> to display parameter details.
HelpMojo() - Constructor for class HelpMojo
 

I

installDirName - Variable in class org.codehaus.mojo.nbm.BuildInstallersMojo
Installation directory name at the destination system Deprecated, to be removed, was never actually used.
isOSGiBundle() - Method in class org.codehaus.mojo.nbm.AbstractNbmMojo.ArtifactResult
 
isRequiresRestart() - Method in class org.codehaus.mojo.nbm.model.NetBeansModule
Get dEPRECATED, use the plugin configuration instead.

L

localRepository - Variable in class org.codehaus.mojo.nbm.CreateClusterAppMojo
Local maven repository.
localRepository - Variable in class org.codehaus.mojo.nbm.CreateUpdateSiteMojo
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
 
moduleType - Variable in class org.codehaus.mojo.nbm.CreateNetBeansFileStructure
Deployment type of the module, allowed values are normal,eager,autoload, disabled.
moduleType - Variable in class org.codehaus.mojo.nbm.NetBeansManifestUpdateMojo
Deployment type of the module, allowed values are normal,eager,autoload, disabled.

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
Deprecated.
Obsolete as of NetBeans 7.0 with @HelpSetRegistration.
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
A list of additional resources to include in the NBM file.
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.
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
 
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.BrandingMojo
output directory.
outputDirectory - Variable in class org.codehaus.mojo.nbm.BuildInstallersMojo
output directory.
outputDirectory - Variable in class org.codehaus.mojo.nbm.CreateUpdateSiteMojo
output directory.

P

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
 
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.
setAuthor(String) - Method in class org.codehaus.mojo.nbm.model.NetBeansModule
Set dEPRECATED, use the plugin configuration instead.
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 dEPRECATED, use the plugin configuration instead.
setDependencies(List<Dependency>) - Method in class org.codehaus.mojo.nbm.model.NetBeansModule
Set dEPRECATED, use the plugin configuration instead.
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 dEPRECATED, use the plugin configuration instead.
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.
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 dEPRECATED, use the plugin configuration instead.
setLicenseName(String) - Method in class org.codehaus.mojo.nbm.model.NetBeansModule
Set dEPRECATED, use the plugin configuration instead.
setManifest(String) - Method in class org.codehaus.mojo.nbm.model.NetBeansModule
Set dEPRECATED, use the plugin configuration instead.
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 dEPRECATED, use the plugin configuration instead.
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 dEPRECATED, use the plugin configuration instead.
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-2015 Codehaus. All Rights Reserved.