com.google.code.mojo.license.util
Class Selection

java.lang.Object
  extended by com.google.code.mojo.license.util.Selection

public final class Selection
extends Object

Date: 16-Feb-2008
Author: Mathieu Carbou (mathieu.carbou@gmail.com)


Constructor Summary
Selection(File basedir, String[] included, String[] excluded, boolean useDefaultExcludes)
           
 
Method Summary
 File getBasedir()
           
 String[] getExcluded()
           
 String[] getIncluded()
           
 String[] getSelectedFiles()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Selection

public Selection(File basedir,
                 String[] included,
                 String[] excluded,
                 boolean useDefaultExcludes)
Method Detail

getSelectedFiles

public String[] getSelectedFiles()

getBasedir

public File getBasedir()

getIncluded

public String[] getIncluded()

getExcluded

public String[] getExcluded()


Copyright © 2008-2011 Mathieu Carbou. All Rights Reserved.