|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
org.apache.tools.ant.taskdefs.Copy
org.ow2.jonas.ant.jonasbase.JCopy
public class JCopy
Defines common copy methods.
| 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 | |
|---|---|
JCopy()
|
|
| Method Summary | |
|---|---|
protected String |
getConfigurationFile()
|
protected File |
getJonasRoot()
|
String |
getLogInfo()
Gets logger info (to be displayed). |
void |
setConfigurationFile(String configurationFile)
Sets the configuration file. |
void |
setDestDir(File destDir)
|
void |
setJonasRoot(File jonasRoot)
|
void |
setLogInfo(String logInfo)
Set the info to be displayed by the logger. |
| 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.ow2.jonas.ant.jonasbase.BaseTaskItf |
|---|
execute |
| Constructor Detail |
|---|
public JCopy()
| Method Detail |
|---|
public void setConfigurationFile(String configurationFile)
setConfigurationFile in interface BaseTaskItfconfigurationFile - The configurationFile to set.public void setDestDir(File destDir)
setDestDir in interface BaseTaskItfdestDir - The destDir to set.public String getLogInfo()
getLogInfo in interface BaseTaskItfBaseTaskItf.getLogInfo()public void setLogInfo(String logInfo)
setLogInfo in interface BaseTaskItflogInfo - information to be displayedBaseTaskItf.setLogInfo(java.lang.String)public void setJonasRoot(File jonasRoot)
setJonasRoot in interface BaseTaskItfjonasRoot - The jonasRoot directoryprotected String getConfigurationFile()
protected File getJonasRoot()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||