Skip navigation links
A C D E G I L M O P T 

A

AbstractAptMojo - Class in org.codehaus.mojo.apt
Base mojo for executing apt.
AbstractAptMojo() - Constructor for class org.codehaus.mojo.apt.AbstractAptMojo
 
AptUtils - Class in org.codehaus.mojo.apt
Provides methods of invoking the Annotation Processing Tool (apt) compiler.

C

CollectionUtils - Class in org.codehaus.mojo.apt
Provides utilities for working with collections.
containsDirectory(List<Resource>, String) - Static method in class org.codehaus.mojo.apt.MavenProjectUtils
Gets whether the specified list of resources contains a resource with the specified directory.

D

defaultSet(Set<T>) - Static method in class org.codehaus.mojo.apt.CollectionUtils
 
defaultSet(Set<T>, Set<T>) - Static method in class org.codehaus.mojo.apt.CollectionUtils
 

E

EclipseMojo - Class in org.codehaus.mojo.apt
Generates Eclipse files for apt integration.
EclipseMojo() - Constructor for class org.codehaus.mojo.apt.EclipseMojo
 
EmbeddedURLClassLoader - Class in org.codehaus.mojo.apt
Provides a more embedder friendly URLClassLoader for APT.
EmbeddedURLClassLoader(URL[]) - Constructor for class org.codehaus.mojo.apt.EmbeddedURLClassLoader
Fixes the class loading in APT to be embeddable.
EmbeddedURLClassLoader(URL[], ClassLoader) - Constructor for class org.codehaus.mojo.apt.EmbeddedURLClassLoader
 
EmbeddedURLClassLoader(URL[], ClassLoader, URLStreamHandlerFactory) - Constructor for class org.codehaus.mojo.apt.EmbeddedURLClassLoader
 
execute() - Method in class org.codehaus.mojo.apt.AbstractAptMojo
executeImpl() - Method in class org.codehaus.mojo.apt.AbstractAptMojo
 
executeImpl() - Method in class org.codehaus.mojo.apt.EclipseMojo

G

genericList(List<?>, Class<E>) - Static method in class org.codehaus.mojo.apt.CollectionUtils
 
genericSet(Set<?>, Class<E>) - Static method in class org.codehaus.mojo.apt.CollectionUtils
 
getClasspathElements() - Method in class org.codehaus.mojo.apt.AbstractAptMojo
Gets the project's classpath.
getClasspathElements(MavenProject, List<Artifact>) - Static method in class org.codehaus.mojo.apt.MavenProjectUtils
Gets a list of paths for the specified artifacts.
getClasspathElements() - Method in class org.codehaus.mojo.apt.ProcessMojo
Gets the project's classpath.
getClasspathElements() - Method in class org.codehaus.mojo.apt.TestProcessMojo
Gets the project's classpath.
getCompileSourceRoots() - Method in class org.codehaus.mojo.apt.AbstractAptMojo
The source directories containing the sources to be processed.
getCompileSourceRoots() - Method in class org.codehaus.mojo.apt.ProcessMojo
The source directories containing the sources to be processed.
getCompileSourceRoots() - Method in class org.codehaus.mojo.apt.TestProcessMojo
The source directories containing the sources to be processed.
getOptions() - Method in class org.codehaus.mojo.apt.AbstractAptMojo
Gets the options to pass to annotation processors.
getOutputDirectory() - Method in class org.codehaus.mojo.apt.AbstractAptMojo
The directory to place processor and generated class files.
getOutputDirectory() - Method in class org.codehaus.mojo.apt.EclipseMojo
The directory to place processor and generated class files.
getOutputDirectory() - Method in class org.codehaus.mojo.apt.ProcessMojo
The directory to place processor and generated class files.
getOutputDirectory() - Method in class org.codehaus.mojo.apt.TestProcessMojo
The directory to place processor and generated class files.
getProject() - Method in class org.codehaus.mojo.apt.AbstractAptMojo
Gets the Maven project.
getResources() - Method in class org.codehaus.mojo.apt.AbstractAptMojo
Gets the project's resources.
getResources() - Method in class org.codehaus.mojo.apt.ProcessMojo
Gets the project's resources.
getResources() - Method in class org.codehaus.mojo.apt.TestProcessMojo
Gets the project's resources.
getSourceOutputDirectory() - Method in class org.codehaus.mojo.apt.AbstractAptMojo
The directory root under which processor-generated source files will be placed; files are placed in subdirectories based on package namespace.
getSourceOutputDirectory() - Method in class org.codehaus.mojo.apt.ProcessMojo
The directory root under which processor-generated source files will be placed; files are placed in subdirectories based on package namespace.
getSourceOutputDirectory() - Method in class org.codehaus.mojo.apt.TestProcessMojo
The directory root under which processor-generated source files will be placed; files are placed in subdirectories based on package namespace.

I

invoke(Log, List<String>) - Static method in class org.codehaus.mojo.apt.AptUtils
 
invokeForked(Log, File, String, String, String, List<String>) - Static method in class org.codehaus.mojo.apt.AptUtils
 
isEmpty(Collection<?>) - Static method in class org.codehaus.mojo.apt.CollectionUtils
 
isEnabled(Log, int) - Static method in class org.codehaus.mojo.apt.LogUtils
 

L

LEVEL_DEBUG - Static variable in class org.codehaus.mojo.apt.LogUtils
 
LEVEL_ERROR - Static variable in class org.codehaus.mojo.apt.LogUtils
 
LEVEL_INFO - Static variable in class org.codehaus.mojo.apt.LogUtils
 
LEVEL_WARN - Static variable in class org.codehaus.mojo.apt.LogUtils
 
log(Log, int, File) - Static method in class org.codehaus.mojo.apt.LogUtils
 
log(Log, int, File, CharSequence) - Static method in class org.codehaus.mojo.apt.LogUtils
 
log(Log, int, Reader) - Static method in class org.codehaus.mojo.apt.LogUtils
 
log(Log, int, Reader, CharSequence) - Static method in class org.codehaus.mojo.apt.LogUtils
 
log(Log, int, Collection<?>) - Static method in class org.codehaus.mojo.apt.LogUtils
 
log(Log, int, Collection<?>, CharSequence) - Static method in class org.codehaus.mojo.apt.LogUtils
 
log(Log, int, Object) - Static method in class org.codehaus.mojo.apt.LogUtils
 
log(Log, int, Object, CharSequence) - Static method in class org.codehaus.mojo.apt.LogUtils
 
log(Log, int, CharSequence) - Static method in class org.codehaus.mojo.apt.LogUtils
 
log(Log, int, CharSequence, CharSequence) - Static method in class org.codehaus.mojo.apt.LogUtils
 
LogUtils - Class in org.codehaus.mojo.apt
Provides utilities for working with Mojo logs.

M

MavenProjectUtils - Class in org.codehaus.mojo.apt
Provides utilities for working with Maven projects.

O

org.codehaus.mojo.apt - package org.codehaus.mojo.apt
 

P

ProcessMojo - Class in org.codehaus.mojo.apt
Executes apt on project sources.
ProcessMojo() - Constructor for class org.codehaus.mojo.apt.ProcessMojo
 

T

TestProcessMojo - Class in org.codehaus.mojo.apt
Executes apt on project test sources.
TestProcessMojo() - Constructor for class org.codehaus.mojo.apt.TestProcessMojo
 
A C D E G I L M O P T 
Skip navigation links

Copyright © 2006–2014 Codehaus. All rights reserved.