public class Aggregation
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
boolean |
autoExcludeWildcards |
java.lang.String[] |
excludes |
boolean |
fixLastSemicolon |
java.lang.String[] |
includes |
java.io.File |
inputDir |
boolean |
insertFileHeader |
boolean |
insertNewLine |
java.io.File |
output |
boolean |
removeIncluded |
Constructor and Description |
---|
Aggregation() |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.io.File> |
run(java.util.Collection<java.io.File> previouslyIncludedFiles,
org.sonatype.plexus.build.incremental.BuildContext buildContext) |
public java.io.File inputDir
public java.io.File output
public java.lang.String[] includes
public java.lang.String[] excludes
public boolean removeIncluded
public boolean insertNewLine
public boolean insertFileHeader
public boolean fixLastSemicolon
public boolean autoExcludeWildcards
Copyright © 2012-2014. All Rights Reserved.