net.sf.alchim.mojo.yuicompressor
Class Aggregation

java.lang.Object
  extended by net.sf.alchim.mojo.yuicompressor.Aggregation

public class Aggregation
extends java.lang.Object


Field Summary
 java.lang.String[] excludes
           
 java.lang.String[] includes
           
 boolean insertNewLine
           
 java.io.File output
           
 boolean removeIncluded
           
 java.io.File sourceDirectory
           
 
Constructor Summary
Aggregation()
           
 
Method Summary
protected  java.util.List<java.io.File> getIncludedFiles()
           
 void run(java.io.File outputDirectory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

output

public java.io.File output

sourceDirectory

public java.io.File sourceDirectory

includes

public java.lang.String[] includes

excludes

public java.lang.String[] excludes

removeIncluded

public boolean removeIncluded

insertNewLine

public boolean insertNewLine
Constructor Detail

Aggregation

public Aggregation()
Method Detail

run

public void run(java.io.File outputDirectory)
         throws java.lang.Exception
Throws:
java.lang.Exception

getIncludedFiles

protected java.util.List<java.io.File> getIncludedFiles()
                                                 throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2009. All Rights Reserved.