|
||||||||||
| 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.Mkdir
org.ow2.jonas.antmodular.jonasbase.bootstrap.JMkdir
public class JMkdir
Defines creation directory task.
| Field Summary |
|---|
| 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 | |
|---|---|
JMkdir()
|
|
| Method Summary | |
|---|---|
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.Mkdir |
|---|
execute, setDir |
| 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.antmodular.jonasbase.bootstrap.BaseTaskItf |
|---|
execute |
| Constructor Detail |
|---|
public JMkdir()
| 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 BaseTaskItforg.ow2.jonas.ant.jonasbase.BaseTaskItf#getLogInfo()public void setLogInfo(String logInfo)
setLogInfo in interface BaseTaskItflogInfo - information to be displayedorg.ow2.jonas.ant.jonasbase.BaseTaskItf#setLogInfo(java.lang.String)public void setJonasRoot(File jonasRoot)
setJonasRoot in interface BaseTaskItfjonasRoot - The jonasRoot directoryprotected File getJonasRoot()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||