org.broadleafcommerce.common.util
Class DependencyLicenseCopy

java.lang.Object
  extended by org.apache.tools.ant.ProjectComponent
      extended by org.apache.tools.ant.Task
          extended by org.apache.tools.ant.taskdefs.Copy
              extended by org.broadleafcommerce.common.util.DependencyLicenseCopy
All Implemented Interfaces:
Cloneable

public class DependencyLicenseCopy
extends org.apache.tools.ant.taskdefs.Copy


Field Summary
protected  File licenseDir
           
protected  Vector<org.apache.tools.ant.types.ResourceCollection> rcs
           
 
Fields inherited from class org.apache.tools.ant.taskdefs.Copy
completeDirMap, destDir, destFile, dirCopyMap, failonerror, file, fileCopyMap, fileUtils, filtering, flatten, forceOverwrite, includeEmpty, mapperElement, preserveLastModified, verbosity
 
Fields inherited from class org.apache.tools.ant.Task
target, taskName, taskType, wrapper
 
Fields inherited from class org.apache.tools.ant.ProjectComponent
description, location, project
 
Constructor Summary
DependencyLicenseCopy()
           
 
Method Summary
 void add(org.apache.tools.ant.types.ResourceCollection res)
           
 void execute()
           
 File getLicenseDir()
           
 void setLicenseDir(File licenseDir)
           
 
Methods inherited from class org.apache.tools.ant.taskdefs.Copy
add, addFileset, buildMap, buildMap, createFilterChain, createFilterSet, createMapper, doFileOperations, doResourceOperations, getEncoding, getFileUtils, getFilterChains, getFilterSets, getOutputEncoding, getPreserveLastModified, isEnableMultipleMapping, scan, scan, setEnableMultipleMappings, setEncoding, setFailOnError, setFile, setFiltering, setFlatten, setGranularity, setIncludeEmptyDirs, setOutputEncoding, setOverwrite, setPreserveLastModified, setPreserveLastModified, setTodir, setTofile, setVerbose, supportsNonFileResources, validateAttributes
 
Methods inherited from class org.apache.tools.ant.Task
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
 
Methods inherited from class org.apache.tools.ant.ProjectComponent
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

licenseDir

protected File licenseDir

rcs

protected Vector<org.apache.tools.ant.types.ResourceCollection> rcs
Constructor Detail

DependencyLicenseCopy

public DependencyLicenseCopy()
Method Detail

execute

public void execute()
             throws org.apache.tools.ant.BuildException
Overrides:
execute in class org.apache.tools.ant.taskdefs.Copy
Throws:
org.apache.tools.ant.BuildException

add

public void add(org.apache.tools.ant.types.ResourceCollection res)
Overrides:
add in class org.apache.tools.ant.taskdefs.Copy

getLicenseDir

public File getLicenseDir()

setLicenseDir

public void setLicenseDir(File licenseDir)


Copyright © 2012. All Rights Reserved.