Class Aggregation
java.lang.Object
net.alchim31.maven.yuicompressor.Aggregation
The Class Aggregation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the output.run(Collection<File> previouslyIncludedFiles, org.codehaus.plexus.build.BuildContext buildContext) Run.run(Collection<File> previouslyIncludedFiles, org.codehaus.plexus.build.BuildContext buildContext, Set<String> incrementalFiles) Run.voidsetAutoExcludeWildcards(boolean autoExcludeWildcards) Sets the auto exclude wildcards.voidsetIncludes(String[] includes) Sets the includes.voidsetInsertNewLine(boolean insertNewLine) Sets the insert new line.voidSets the output.
-
Constructor Details
-
Aggregation
public Aggregation()
-
-
Method Details
-
getOutput
-
setOutput
-
setIncludes
Sets the includes.- Parameters:
includes- the new includes
-
setInsertNewLine
public void setInsertNewLine(boolean insertNewLine) Sets the insert new line.- Parameters:
insertNewLine- the new insert new line
-
setAutoExcludeWildcards
public void setAutoExcludeWildcards(boolean autoExcludeWildcards) Sets the auto exclude wildcards.- Parameters:
autoExcludeWildcards- the new auto exclude wildcards
-
run
public List<File> run(Collection<File> previouslyIncludedFiles, org.codehaus.plexus.build.BuildContext buildContext) throws IOException Run.- Parameters:
previouslyIncludedFiles- the previously included filesbuildContext- the build context- Returns:
- the list
- Throws:
IOException- the IO exception
-
run
public List<File> run(Collection<File> previouslyIncludedFiles, org.codehaus.plexus.build.BuildContext buildContext, Set<String> incrementalFiles) throws IOException Run.- Parameters:
previouslyIncludedFiles- the previously included filesbuildContext- the build contextincrementalFiles- the incremental files- Returns:
- the list
- Throws:
IOException- the IO exception
-