A B C E F G H L O P R S T U W

A

AbstractCompilerMojo - Class in org.jvnet.hudson.maven.plugins.hpi
TODO: At least one step could be optimized, currently the plugin will do two scans of all the source code if the compiler has to have the entire set of sources.
AbstractCompilerMojo() - Constructor for class org.jvnet.hudson.maven.plugins.hpi.AbstractCompilerMojo
 
AbstractHpiMojo - Class in org.jvnet.hudson.maven.plugins.hpi
 
AbstractHpiMojo() - Constructor for class org.jvnet.hudson.maven.plugins.hpi.AbstractHpiMojo
 
AbstractJavaNetMojo - Class in org.jvnet.hudson.maven.plugins.hpi
 
AbstractJavaNetMojo() - Constructor for class org.jvnet.hudson.maven.plugins.hpi.AbstractJavaNetMojo
 
AbstractJetty6Mojo - Class in org.jvnet.hudson.maven.plugins.hpi
DO NOT MODIFY.
AbstractJetty6Mojo() - Constructor for class org.jvnet.hudson.maven.plugins.hpi.AbstractJetty6Mojo
 
AbstractJettyMojo - Class in org.jvnet.hudson.maven.plugins.hpi
DO NOT MODIFY.
AbstractJettyMojo() - Constructor for class org.jvnet.hudson.maven.plugins.hpi.AbstractJettyMojo
 
AnnotationProcessorFactoryImpl - Class in org.jvnet.hudson.maven.plugins.hpi
 
AnnotationProcessorFactoryImpl() - Constructor for class org.jvnet.hudson.maven.plugins.hpi.AnnotationProcessorFactoryImpl
 
AnnounceMojo - Class in org.jvnet.hudson.maven.plugins.hpi
Posts a release announcement.
AnnounceMojo() - Constructor for class org.jvnet.hudson.maven.plugins.hpi.AnnounceMojo
 
applyJettyXml() - Method in class org.jvnet.hudson.maven.plugins.hpi.AbstractJetty6Mojo
 
applyJettyXml() - Method in class org.jvnet.hudson.maven.plugins.hpi.AbstractJettyMojo
 
AptCompiler - Class in org.jvnet.hudson.maven.plugins.hpi
Compiler for APT.
AptCompiler() - Constructor for class org.jvnet.hudson.maven.plugins.hpi.AptCompiler
 
AptMojo - Class in org.jvnet.hudson.maven.plugins.hpi
 
AptMojo() - Constructor for class org.jvnet.hudson.maven.plugins.hpi.AptMojo
 
archiverManager - Variable in class org.jvnet.hudson.maven.plugins.hpi.AbstractHpiMojo
To look up Archiver/UnArchiver implementations
artifactFactory - Variable in class org.jvnet.hudson.maven.plugins.hpi.RunMojo
 
artifactResolver - Variable in class org.jvnet.hudson.maven.plugins.hpi.RunMojo
 

B

buildExplodedWebapp(File) - Method in class org.jvnet.hudson.maven.plugins.hpi.AbstractHpiMojo
 
buildWebapp(MavenProject, File) - Method in class org.jvnet.hudson.maven.plugins.hpi.AbstractHpiMojo
Builds the webapp for the specified project.

C

checkPomConfiguration() - Method in class org.jvnet.hudson.maven.plugins.hpi.AbstractJettyMojo
 
checkPomConfiguration() - Method in class org.jvnet.hudson.maven.plugins.hpi.RunMojo
 
compile(CompilerConfiguration) - Method in class org.jvnet.hudson.maven.plugins.hpi.AptCompiler
 
compileInProcess(String[]) - Method in class org.jvnet.hudson.maven.plugins.hpi.AptCompiler
Compile the java sources in the current JVM, without calling an external executable, using com.sun.tools.javac.Main class
CompilerMojo - Class in org.jvnet.hudson.maven.plugins.hpi
Compiles application sources
CompilerMojo() - Constructor for class org.jvnet.hudson.maven.plugins.hpi.CompilerMojo
 
computeHplFile() - Method in class org.jvnet.hudson.maven.plugins.hpi.HplMojo
Determine where to produce the .hpl file.
computeHplFile() - Method in class org.jvnet.hudson.maven.plugins.hpi.TestHplMojo
Generates the hpl file in a known location.
configureScanner() - Method in class org.jvnet.hudson.maven.plugins.hpi.AbstractJettyMojo
 
configureScanner() - Method in class org.jvnet.hudson.maven.plugins.hpi.RunMojo
 
configureWebApplication() - Method in class org.jvnet.hudson.maven.plugins.hpi.AbstractJettyMojo
Subclasses should invoke this to setup basic info on the webapp
configureWebApplication() - Method in class org.jvnet.hudson.maven.plugins.hpi.RunMojo
 
connect() - Method in class org.jvnet.hudson.maven.plugins.hpi.AbstractJavaNetMojo
 
copyResources(Resource, File, Properties) - Method in class org.jvnet.hudson.maven.plugins.hpi.AbstractHpiMojo
Copies webapp webResources from the specified directory.
copyResources(File, File) - Method in class org.jvnet.hudson.maven.plugins.hpi.AbstractHpiMojo
Copies webapp webResources from the specified directory.
CreateMojo - Class in org.jvnet.hudson.maven.plugins.hpi
Builds a new plugin template.
CreateMojo() - Constructor for class org.jvnet.hudson.maven.plugins.hpi.CreateMojo
 
createRepository(String, String) - Method in class org.jvnet.hudson.maven.plugins.hpi.CreateMojo
 
createServer() - Method in class org.jvnet.hudson.maven.plugins.hpi.AbstractJetty6Mojo
 
createServer() - Method in class org.jvnet.hudson.maven.plugins.hpi.AbstractJettyMojo
create a proxy that wraps a particular jetty version Server object

E

execute() - Method in class org.jvnet.hudson.maven.plugins.hpi.AbstractCompilerMojo
 
execute() - Method in class org.jvnet.hudson.maven.plugins.hpi.AbstractJettyMojo
 
execute() - Method in class org.jvnet.hudson.maven.plugins.hpi.AnnounceMojo
 
execute() - Method in class org.jvnet.hudson.maven.plugins.hpi.AptMojo
 
execute() - Method in class org.jvnet.hudson.maven.plugins.hpi.CompilerMojo
 
execute() - Method in class org.jvnet.hudson.maven.plugins.hpi.CreateMojo
 
execute() - Method in class org.jvnet.hudson.maven.plugins.hpi.HpiMojo
Executes the WarMojo on the current project.
execute() - Method in class org.jvnet.hudson.maven.plugins.hpi.HplMojo
 
execute() - Method in class org.jvnet.hudson.maven.plugins.hpi.RunMojo
 
execute() - Method in class org.jvnet.hudson.maven.plugins.hpi.UploadMojo
 

F

findJettyWebXmlFile(File) - Method in class org.jvnet.hudson.maven.plugins.hpi.AbstractJettyMojo
Try and find a jetty-web.xml file, using some historical naming conventions if necessary.
finishConfigurationBeforeStart() - Method in class org.jvnet.hudson.maven.plugins.hpi.AbstractJettyMojo
 
finishConfigurationBeforeStart() - Method in class org.jvnet.hudson.maven.plugins.hpi.RunMojo
 

G

getClassesDirectory() - Method in class org.jvnet.hudson.maven.plugins.hpi.AbstractHpiMojo
 
getClasspathElements() - Method in class org.jvnet.hudson.maven.plugins.hpi.AbstractCompilerMojo
 
getClasspathElements() - Method in class org.jvnet.hudson.maven.plugins.hpi.CompilerMojo
 
getCompileSourceRoots() - Method in class org.jvnet.hudson.maven.plugins.hpi.AbstractCompilerMojo
 
getCompileSourceRoots() - Method in class org.jvnet.hudson.maven.plugins.hpi.CompilerMojo
 
getConfiguredConnectors() - Method in class org.jvnet.hudson.maven.plugins.hpi.AbstractJetty6Mojo
 
getConfiguredConnectors() - Method in class org.jvnet.hudson.maven.plugins.hpi.AbstractJettyMojo
 
getConfiguredRequestLog() - Method in class org.jvnet.hudson.maven.plugins.hpi.AbstractJetty6Mojo
 
getConfiguredRequestLog() - Method in class org.jvnet.hudson.maven.plugins.hpi.AbstractJettyMojo
 
getConfiguredUserRealms() - Method in class org.jvnet.hudson.maven.plugins.hpi.AbstractJetty6Mojo
 
getConfiguredUserRealms() - Method in class org.jvnet.hudson.maven.plugins.hpi.AbstractJettyMojo
 
getContainerConfigXML() - Method in class org.jvnet.hudson.maven.plugins.hpi.AbstractHpiMojo
 
getContextPath() - Method in class org.jvnet.hudson.maven.plugins.hpi.AbstractJettyMojo
 
getDependentWarExcludes() - Method in class org.jvnet.hudson.maven.plugins.hpi.AbstractHpiMojo
Returns a string array of the excludes to be used when adding dependent wars as an overlay onto this war.
getDependentWarIncludes() - Method in class org.jvnet.hudson.maven.plugins.hpi.AbstractHpiMojo
Returns a string array of the includes to be used when adding dependent wars as an overlay onto this war.
getExcludes() - Method in class org.jvnet.hudson.maven.plugins.hpi.AbstractHpiMojo
Returns a string array of the excludes to be used when assembling/copying the war.
getIncludes() - Method in class org.jvnet.hudson.maven.plugins.hpi.AbstractHpiMojo
Returns a string array of the includes to be used when assembling/copying the war.
getJettyXmlFileName() - Method in class org.jvnet.hudson.maven.plugins.hpi.AbstractJettyMojo
 
getOutputDirectory() - Method in class org.jvnet.hudson.maven.plugins.hpi.AbstractCompilerMojo
 
getOutputDirectory() - Method in class org.jvnet.hudson.maven.plugins.hpi.CompilerMojo
 
getOutputFile(String) - Method in class org.jvnet.hudson.maven.plugins.hpi.HpiMojo
 
getProcessorFor(Set<AnnotationTypeDeclaration>, AnnotationProcessorEnvironment) - Method in class org.jvnet.hudson.maven.plugins.hpi.AnnotationProcessorFactoryImpl
 
getProject() - Method in class org.jvnet.hudson.maven.plugins.hpi.AbstractJettyMojo
 
getScanIntervalSeconds() - Method in class org.jvnet.hudson.maven.plugins.hpi.AbstractJettyMojo
 
getScanList() - Method in class org.jvnet.hudson.maven.plugins.hpi.AbstractJettyMojo
 
getScannerListeners() - Method in class org.jvnet.hudson.maven.plugins.hpi.AbstractJettyMojo
 
getServer() - Method in class org.jvnet.hudson.maven.plugins.hpi.AbstractJettyMojo
 
getSourceInclusionScanner(int) - Method in class org.jvnet.hudson.maven.plugins.hpi.AbstractCompilerMojo
 
getSourceInclusionScanner(String) - Method in class org.jvnet.hudson.maven.plugins.hpi.AbstractCompilerMojo
 
getSourceInclusionScanner(int) - Method in class org.jvnet.hudson.maven.plugins.hpi.CompilerMojo
 
getSourceInclusionScanner(String) - Method in class org.jvnet.hudson.maven.plugins.hpi.CompilerMojo
 
getSystemProperties() - Method in class org.jvnet.hudson.maven.plugins.hpi.AbstractJettyMojo
 
getTmpDirectory() - Method in class org.jvnet.hudson.maven.plugins.hpi.AbstractJettyMojo
 
getWebappDirectory() - Method in class org.jvnet.hudson.maven.plugins.hpi.AbstractHpiMojo
 
getWebApplication() - Method in class org.jvnet.hudson.maven.plugins.hpi.AbstractJettyMojo
 
getWebDefaultXml() - Method in class org.jvnet.hudson.maven.plugins.hpi.AbstractJettyMojo
 

H

HpiMojo - Class in org.jvnet.hudson.maven.plugins.hpi
Build a war/webapp.
HpiMojo() - Constructor for class org.jvnet.hudson.maven.plugins.hpi.HpiMojo
 
HplMojo - Class in org.jvnet.hudson.maven.plugins.hpi
Generate .hpl file.
HplMojo() - Constructor for class org.jvnet.hudson.maven.plugins.hpi.HplMojo
 

L

loadPropertyFile(File, boolean, boolean) - Static method in class org.jvnet.hudson.maven.plugins.hpi.PropertyUtils
Reads a property file, resolving all internal variables.
localRepository - Variable in class org.jvnet.hudson.maven.plugins.hpi.RunMojo
 

O

org.jvnet.hudson.maven.plugins.hpi - package org.jvnet.hudson.maven.plugins.hpi
 
outputDirectory - Variable in class org.jvnet.hudson.maven.plugins.hpi.AbstractHpiMojo
The directory for the generated WAR.

P

password - Variable in class org.jvnet.hudson.maven.plugins.hpi.AbstractJavaNetMojo
 
pluginName - Variable in class org.jvnet.hudson.maven.plugins.hpi.AbstractHpiMojo
Name of the plugin that Hudson uses for display purpose.
PORT_SYSPROPERTY - Variable in class org.jvnet.hudson.maven.plugins.hpi.AbstractJettyMojo
 
project - Variable in class org.jvnet.hudson.maven.plugins.hpi.AbstractHpiMojo
The maven project.
project - Variable in class org.jvnet.hudson.maven.plugins.hpi.AbstractJavaNetMojo
 
PropertyUtils - Class in org.jvnet.hudson.maven.plugins.hpi
 

R

RunMojo - Class in org.jvnet.hudson.maven.plugins.hpi
Runs Hudson with the current plugin project.
RunMojo() - Constructor for class org.jvnet.hudson.maven.plugins.hpi.RunMojo
 

S

setAttributes(Manifest.Section) - Method in class org.jvnet.hudson.maven.plugins.hpi.AbstractHpiMojo
 
setClassesDirectory(File) - Method in class org.jvnet.hudson.maven.plugins.hpi.AbstractHpiMojo
 
setContainerConfigXML(File) - Method in class org.jvnet.hudson.maven.plugins.hpi.AbstractHpiMojo
 
setHudsonHome(File) - Method in class org.jvnet.hudson.maven.plugins.hpi.HplMojo
 
setScanList(ArrayList) - Method in class org.jvnet.hudson.maven.plugins.hpi.AbstractJettyMojo
 
setScannerListeners(ArrayList) - Method in class org.jvnet.hudson.maven.plugins.hpi.AbstractJettyMojo
 
setServer(JettyPluginServer) - Method in class org.jvnet.hudson.maven.plugins.hpi.AbstractJettyMojo
 
setWarSourceDirectory(File) - Method in class org.jvnet.hudson.maven.plugins.hpi.AbstractHpiMojo
 
setWebappDirectory(File) - Method in class org.jvnet.hudson.maven.plugins.hpi.AbstractHpiMojo
 
setWebApplication(JettyPluginWebApplication) - Method in class org.jvnet.hudson.maven.plugins.hpi.AbstractJettyMojo
 
startJetty() - Method in class org.jvnet.hudson.maven.plugins.hpi.AbstractJettyMojo
 
supportedAnnotationTypes() - Method in class org.jvnet.hudson.maven.plugins.hpi.AnnotationProcessorFactoryImpl
 
supportedOptions() - Method in class org.jvnet.hudson.maven.plugins.hpi.AnnotationProcessorFactoryImpl
 

T

TestHplMojo - Class in org.jvnet.hudson.maven.plugins.hpi
Generate .hpl file in the test class directory so that test harness can locate the plugin.
TestHplMojo() - Constructor for class org.jvnet.hudson.maven.plugins.hpi.TestHplMojo
 

U

UploadMojo - Class in org.jvnet.hudson.maven.plugins.hpi
Posts the hpi file to java.net.
UploadMojo() - Constructor for class org.jvnet.hudson.maven.plugins.hpi.UploadMojo
 
userName - Variable in class org.jvnet.hudson.maven.plugins.hpi.AbstractJavaNetMojo
 

W

warSourceDirectory - Variable in class org.jvnet.hudson.maven.plugins.hpi.AbstractHpiMojo
Single directory for extra files to include in the WAR.
warSourceDirectory - Variable in class org.jvnet.hudson.maven.plugins.hpi.RunMojo
Single directory for extra files to include in the WAR.

A B C E F G H L O P R S T U W

Copyright © 2009. All Rights Reserved.