org.objectweb.jonas.ant.jonasbase
Class Lib

java.lang.Object
  extended byorg.apache.tools.ant.ProjectComponent
      extended byorg.apache.tools.ant.Task
          extended byorg.apache.tools.ant.taskdefs.Copy
              extended byorg.objectweb.jonas.ant.jonasbase.JCopy
                  extended byorg.objectweb.jonas.ant.jonasbase.Lib
All Implemented Interfaces:
BaseTaskItf, java.lang.Cloneable

public class Lib
extends JCopy
implements BaseTaskItf

Allow to copy files to lib/ext

Author:
Florent Benoit

Field Summary
 
Fields inherited from class org.apache.tools.ant.taskdefs.Copy
completeDirMap, destDir, destFile, dirCopyMap, failonerror, file, fileCopyMap, fileUtils, filtering, flatten, forceOverwrite, includeEmpty, mapperElement, preserveLastModified, rcs, 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
Lib()
          Default constructor
 
Method Summary
 void setDestDir(java.io.File destDir)
          Override method to copy files to lib/ext folder
 
Methods inherited from class org.objectweb.jonas.ant.jonasbase.JCopy
getConfigurationFile, getJonasRoot, getLogInfo, setConfigurationFile, setJonasRoot, setLogInfo
 
Methods inherited from class org.apache.tools.ant.taskdefs.Copy
add, add, addFileset, buildMap, buildMap, createFilterChain, createFilterSet, createMapper, doFileOperations, doResourceOperations, execute, 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
 
Methods inherited from interface org.objectweb.jonas.ant.jonasbase.BaseTaskItf
execute, getLogInfo, setConfigurationFile, setJonasRoot, setLogInfo
 

Constructor Detail

Lib

public Lib()
Default constructor

Method Detail

setDestDir

public void setDestDir(java.io.File destDir)
Override method to copy files to lib/ext folder

Specified by:
setDestDir in interface BaseTaskItf
Overrides:
setDestDir in class JCopy
Parameters:
destDir - The destDir to set.