Index
All Classes and Interfaces|All Packages
A
- addEnvironment(ProcessBuilder, Map<String, String>) - Static method in class org.apache.hadoop.maven.plugin.util.Exec
-
Add environment variables to a ProcessBuilder.
C
- CompileMojo - Class in org.apache.hadoop.maven.plugin.cmakebuilder
-
Goal which builds the native sources.
- CompileMojo() - Constructor for class org.apache.hadoop.maven.plugin.cmakebuilder.CompileMojo
- convertFileSetToFiles(FileSet) - Static method in class org.apache.hadoop.maven.plugin.util.FileSetUtils
-
Converts a Maven FileSet to a list of File objects.
- CreateDirsMojo - Class in org.apache.hadoop.maven.plugin.paralleltests
-
Goal which creates the parallel-test directories.
- CreateDirsMojo() - Constructor for class org.apache.hadoop.maven.plugin.paralleltests.CreateDirsMojo
E
- envToString(Map<String, String>) - Static method in class org.apache.hadoop.maven.plugin.util.Exec
-
Pretty-print the environment to a StringBuilder.
- Exec - Class in org.apache.hadoop.maven.plugin.util
-
Exec is a helper class for executing an external process from a mojo.
- Exec(Mojo) - Constructor for class org.apache.hadoop.maven.plugin.util.Exec
-
Creates a new Exec instance for executing an external process from the given mojo.
- Exec.OutputBufferThread - Class in org.apache.hadoop.maven.plugin.util
-
OutputBufferThread is a background thread for consuming and storing output of the external process.
- execute() - Method in class org.apache.hadoop.maven.plugin.cmakebuilder.CompileMojo
- execute() - Method in class org.apache.hadoop.maven.plugin.cmakebuilder.TestMojo
- execute() - Method in class org.apache.hadoop.maven.plugin.paralleltests.CreateDirsMojo
- execute() - Method in class org.apache.hadoop.maven.plugin.protoc.ProtocMojo
- execute() - Method in class org.apache.hadoop.maven.plugin.protoc.ProtocRunner
- execute() - Method in class org.apache.hadoop.maven.plugin.protoc.ProtocTestMojo
- execute() - Method in class org.apache.hadoop.maven.plugin.resourcegz.ResourceGzMojo
- execute() - Method in class org.apache.hadoop.maven.plugin.versioninfo.VersionInfoMojo
F
- FileSetUtils - Class in org.apache.hadoop.maven.plugin.util
-
FileSetUtils contains helper methods for mojo implementations that need to work with a Maven FileSet.
- FileSetUtils() - Constructor for class org.apache.hadoop.maven.plugin.util.FileSetUtils
G
- getOutput() - Method in class org.apache.hadoop.maven.plugin.util.Exec.OutputBufferThread
-
Get every line consumed from the input.
- getTestsThreadCount() - Method in class org.apache.hadoop.maven.plugin.paralleltests.CreateDirsMojo
-
Get the real number of parallel threads.
H
- hasChanged(File) - Method in class org.apache.hadoop.maven.plugin.protoc.ProtocRunner.ChecksumComparator
O
- org.apache.hadoop.maven.plugin.cmakebuilder - package org.apache.hadoop.maven.plugin.cmakebuilder
- org.apache.hadoop.maven.plugin.paralleltests - package org.apache.hadoop.maven.plugin.paralleltests
- org.apache.hadoop.maven.plugin.protoc - package org.apache.hadoop.maven.plugin.protoc
-
Plugins to generate Java files based on protocol buffers with the protoc command.
- org.apache.hadoop.maven.plugin.resourcegz - package org.apache.hadoop.maven.plugin.resourcegz
- org.apache.hadoop.maven.plugin.util - package org.apache.hadoop.maven.plugin.util
- org.apache.hadoop.maven.plugin.versioninfo - package org.apache.hadoop.maven.plugin.versioninfo
- OutputBufferThread(InputStream) - Constructor for class org.apache.hadoop.maven.plugin.util.Exec.OutputBufferThread
-
Creates a new OutputBufferThread to consume the given InputStream.
P
- ProtocMojo - Class in org.apache.hadoop.maven.plugin.protoc
-
Mojo to generate java classes from .proto files using protoc.
- ProtocMojo() - Constructor for class org.apache.hadoop.maven.plugin.protoc.ProtocMojo
- ProtocRunner - Class in org.apache.hadoop.maven.plugin.protoc
-
Common execution for both the main and test protoc mojos.
- ProtocRunner(MavenProject, File[], File, FileSet, String, String, String, AbstractMojo, boolean) - Constructor for class org.apache.hadoop.maven.plugin.protoc.ProtocRunner
- ProtocRunner.ChecksumComparator - Class in org.apache.hadoop.maven.plugin.protoc
-
Compares include and source file checksums against previously computed checksums stored in a json file in the build directory.
- ProtocTestMojo - Class in org.apache.hadoop.maven.plugin.protoc
-
Mojo to generate java test classes from .proto files using protoc.
- ProtocTestMojo() - Constructor for class org.apache.hadoop.maven.plugin.protoc.ProtocTestMojo
R
- ResourceGzMojo - Class in org.apache.hadoop.maven.plugin.resourcegz
-
ResourceGzMojo will gzip files.
- ResourceGzMojo() - Constructor for class org.apache.hadoop.maven.plugin.resourcegz.ResourceGzMojo
- run() - Method in class org.apache.hadoop.maven.plugin.util.Exec.OutputBufferThread
- run(List<String>, List<String>) - Method in class org.apache.hadoop.maven.plugin.util.Exec
-
Runs the specified command and saves each line of the command's output to the given list.
- run(List<String>, List<String>, List<String>) - Method in class org.apache.hadoop.maven.plugin.util.Exec
-
Runs the specified command and saves each line of the command's output to the given list and each line of the command's stderr to the other list.
- runCMake() - Method in class org.apache.hadoop.maven.plugin.cmakebuilder.CompileMojo
- runMake() - Method in class org.apache.hadoop.maven.plugin.cmakebuilder.CompileMojo
T
- TestMojo - Class in org.apache.hadoop.maven.plugin.cmakebuilder
-
Goal which runs a native unit test.
- TestMojo() - Constructor for class org.apache.hadoop.maven.plugin.cmakebuilder.TestMojo
V
- VersionInfoMojo - Class in org.apache.hadoop.maven.plugin.versioninfo
-
VersionInfoMojo calculates information about the current version of the codebase and exports the information as properties for further use in a Maven build.
- VersionInfoMojo() - Constructor for class org.apache.hadoop.maven.plugin.versioninfo.VersionInfoMojo
W
- writeChecksums() - Method in class org.apache.hadoop.maven.plugin.protoc.ProtocRunner.ChecksumComparator
All Classes and Interfaces|All Packages