public final class Indexer
extends java.lang.Object
| Constructor and Description |
|---|
Indexer(java.io.File outputDirectory)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(java.lang.String fileName)
Adds the given file name.
|
void |
writeIndex()
Writes the index.
|
public Indexer(java.io.File outputDirectory)
outputDirectory - the folder to write the index to (within a META-INF
folder that is added).public void add(java.lang.String fileName)
fileName - the file name to add, blank file names are skipped.public void writeIndex()
throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionException - on any problem writing the file.Copyright © 2013-2016 FuseSource. All Rights Reserved.