java.lang.Object
net.alchim31.maven.yuicompressor.Aggregation

public class Aggregation extends Object
The Class Aggregation.
  • Constructor Details

    • Aggregation

      public Aggregation()
  • Method Details

    • getOutput

      public File getOutput()
      Gets the output.
      Returns:
      the output
    • setOutput

      public void setOutput(File output)
      Sets the output.
      Parameters:
      output - the new output
    • setIncludes

      public void setIncludes(String[] includes)
      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 files
      buildContext - 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 files
      buildContext - the build context
      incrementalFiles - the incremental files
      Returns:
      the list
      Throws:
      IOException - the IO exception