Skip navigation links
A B C D E F G H I M O P R S V 

A

AbstractAnalyzeAnnotationProcessingMojo - Class in org.tentackle.maven
Generates code and meta-information prior to wurbeling and compiling the sources.
AbstractAnalyzeAnnotationProcessingMojo() - Constructor for class org.tentackle.maven.AbstractAnalyzeAnnotationProcessingMojo
Creates a mojo.
AbstractTentackleAnnotationProcessingMojo - Class in org.tentackle.maven
Generates code and meta-information prior to wurbeling and compiling the sources.
AbstractTentackleAnnotationProcessingMojo() - Constructor for class org.tentackle.maven.AbstractTentackleAnnotationProcessingMojo
 
AbstractTentackleMojo - Class in org.tentackle.maven
Base tentackle mojo.
AbstractTentackleMojo() - Constructor for class org.tentackle.maven.AbstractTentackleMojo
 
addProcessor(AbstractTentackleProcessor) - Method in class org.tentackle.maven.AbstractTentackleAnnotationProcessingMojo
Adds an annotation processor.
addURL(URL) - Method in class org.tentackle.maven.ProjectClassLoader
 
AnalyzeAnnotationProcessingMojo - Class in org.tentackle.maven
Generates code and meta-information prior to wurbeling and compiling the sources.
AnalyzeAnnotationProcessingMojo() - Constructor for class org.tentackle.maven.AnalyzeAnnotationProcessingMojo
 
analyzeDir - Variable in class org.tentackle.maven.AnalyzeAnnotationProcessingMojo
Directory for the analyze results.
analyzeDir - Variable in class org.tentackle.maven.AnalyzeTestAnnotationProcessingMojo
Directory analyze results.
AnalyzeTestAnnotationProcessingMojo - Class in org.tentackle.maven
Generates code and meta-information prior to wurbeling and compiling the test sources.
AnalyzeTestAnnotationProcessingMojo() - Constructor for class org.tentackle.maven.AnalyzeTestAnnotationProcessingMojo
 

B

BeanInfoMojo - Class in org.tentackle.maven
A mojo to find all BeanInfo-files and create a manifest from.
BeanInfoMojo() - Constructor for class org.tentackle.maven.BeanInfoMojo
 

C

charset - Variable in class org.tentackle.maven.AbstractTentackleMojo
The encode used to read and write files.
classpathElements - Variable in class org.tentackle.maven.AnalyzeAnnotationProcessingMojo
Project classpath.
classpathElements - Variable in class org.tentackle.maven.AnalyzeTestAnnotationProcessingMojo
Project classpath.
cleanupProcessors(File) - Method in class org.tentackle.maven.AbstractAnalyzeAnnotationProcessingMojo
 
cleanupProcessors(File) - Method in class org.tentackle.maven.AbstractTentackleAnnotationProcessingMojo
Cleans up the processors.
createMissingDirs() - Method in class org.tentackle.maven.AbstractAnalyzeAnnotationProcessingMojo
Creates any missing directories.
createMissingDirs() - Method in class org.tentackle.maven.AbstractTentackleAnnotationProcessingMojo
Creates any missing directories.

D

determineEncoding() - Method in class org.tentackle.maven.AbstractTentackleMojo
Determines the encode charset.
determineVerbosity() - Method in class org.tentackle.maven.AbstractTentackleMojo
sets the verbosity.

E

encoding - Variable in class org.tentackle.maven.AbstractTentackleAnnotationProcessingMojo
Source file encode.
execute() - Method in class org.tentackle.maven.AbstractTentackleAnnotationProcessingMojo
 
execute() - Method in class org.tentackle.maven.BeanInfoMojo
 
execute() - Method in class org.tentackle.maven.HelpMojo

F

filesets - Variable in class org.tentackle.maven.AbstractTentackleMojo
The list of file sets.
If set the source directory is ignored.
filterFileNames(String, String[]) - Method in class org.tentackle.maven.AbstractAnalyzeAnnotationProcessingMojo
 
filterFileNames(String, String[]) - Method in class org.tentackle.maven.AbstractTentackleAnnotationProcessingMojo
Filters the files to be processed.
If overridden, allows to skip the annotation processing.
findResourceDirs() - Method in class org.tentackle.maven.AbstractTentackleMojo
Finds all resource directories.
finishExecute() - Method in class org.tentackle.maven.AbstractAnalyzeAnnotationProcessingMojo
 
finishExecute() - Method in class org.tentackle.maven.AbstractTentackleAnnotationProcessingMojo
Finishes the execution.

G

getCanonicalPath(File) - Method in class org.tentackle.maven.AbstractTentackleMojo
Gets the canonical path of diven directory.
getCompileErrorLog() - Method in class org.tentackle.maven.AbstractTentackleAnnotationProcessingMojo
Gets the compiler error log.
getPathRelativeToBasedir(String) - Method in class org.tentackle.maven.AbstractTentackleMojo
Gets the path relative to the basedir.
Parent dirs of the basedir will also be tried.
getProcessingClassloader() - Method in class org.tentackle.maven.AbstractTentackleAnnotationProcessingMojo
Gets a classloader that searches also in the classpath elements of the project.
getResourceDirName(String) - Method in class org.tentackle.maven.AbstractTentackleMojo
Checks if given directory resides in resources.
getTotalCompileErrors() - Method in class org.tentackle.maven.AbstractTentackleAnnotationProcessingMojo
Gets the number of compile errors.
getTotalErrors() - Method in class org.tentackle.maven.AbstractTentackleAnnotationProcessingMojo
Gets the number of analyze errors.

H

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

I

index - Variable in class org.tentackle.maven.AbstractAnalyzeAnnotationProcessingMojo
Optional generated index holding the generated services.
Example: <index>META-INF/RESOURCE-INDEX.LIST</index>
initializeProcessor(AbstractTentackleProcessor, File) - Method in class org.tentackle.maven.AbstractAnalyzeAnnotationProcessingMojo
 
initializeProcessor(AbstractTentackleProcessor, File) - Method in class org.tentackle.maven.AbstractTentackleAnnotationProcessingMojo
Initializes a processor.
initializeProcessors(File) - Method in class org.tentackle.maven.AbstractTentackleAnnotationProcessingMojo
Initializes all processors.

M

mavenProject - Variable in class org.tentackle.maven.AbstractTentackleMojo
The Maven Project.

O

org.tentackle.maven - package org.tentackle.maven
Tentackle maven plugin.

P

prepareExecute() - Method in class org.tentackle.maven.AbstractTentackleAnnotationProcessingMojo
Prepares the execution.
Invoked before validate().
prepareExecute() - Method in class org.tentackle.maven.AnalyzeAnnotationProcessingMojo
 
prepareExecute() - Method in class org.tentackle.maven.AnalyzeTestAnnotationProcessingMojo
 
processors - Variable in class org.tentackle.maven.AbstractTentackleAnnotationProcessingMojo
Annotation processors.
ProjectClassLoader - Class in org.tentackle.maven
Classloader with added project-relevant dependencies.
ProjectClassLoader(URLClassLoader, List<String>) - Constructor for class org.tentackle.maven.ProjectClassLoader
Create from another classloader.

R

resourceDirs - Variable in class org.tentackle.maven.AbstractTentackleMojo
List of resource dirs.

S

servicesDir - Variable in class org.tentackle.maven.AnalyzeAnnotationProcessingMojo
Directory for the generated services.
servicesDir - Variable in class org.tentackle.maven.AnalyzeTestAnnotationProcessingMojo
Directory generated services.
setMojoParameters(File, File, File, List<String>) - Method in class org.tentackle.maven.AbstractAnalyzeAnnotationProcessingMojo
Sets the mojo parameters.
setMojoParameters(File, List<String>) - Method in class org.tentackle.maven.AbstractTentackleAnnotationProcessingMojo
Sets the mojo parameters.
showCompileOutput - Variable in class org.tentackle.maven.AbstractTentackleAnnotationProcessingMojo
Show compile output.
sourceDir - Variable in class org.tentackle.maven.AnalyzeAnnotationProcessingMojo
Directory holding the sources to be processed.
Defaults to all java sources of the current project.
sourceDir - Variable in class org.tentackle.maven.AnalyzeTestAnnotationProcessingMojo
Directory holding the sources to be processed.
Defaults to all java test sources of the current project.

V

validate() - Method in class org.tentackle.maven.AbstractAnalyzeAnnotationProcessingMojo
 
validate() - Method in class org.tentackle.maven.AbstractTentackleAnnotationProcessingMojo
 
validate() - Method in class org.tentackle.maven.AbstractTentackleMojo
Checks the configuration.
validate() - Method in class org.tentackle.maven.BeanInfoMojo
 
verbosity - Variable in class org.tentackle.maven.AbstractTentackleMojo
The verbosity.
One of "default", "info" or "debug".
verbosityLevel - Variable in class org.tentackle.maven.AbstractTentackleMojo
mapped verbosity level.
A B C D E F G H I M O P R S V 
Skip navigation links

Tentackle - distributed, domain- and model-driven