Package net.alchim31.maven.yuicompressor
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.void
setAutoExcludeWildcards
(boolean autoExcludeWildcards) Sets the auto exclude wildcards.void
setIncludes
(String[] includes) Sets the includes.void
setInsertNewLine
(boolean insertNewLine) Sets the insert new line.void
Sets the output.
-
Constructor Details
-
Aggregation
public Aggregation()
-
-
Method Details
-
getOutput
Gets the output.- Returns:
- the output
-
setOutput
Sets the output.- Parameters:
output
- the new output
-
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
-