org.ow2.jonas.antmodular.jonasbase.bootstrap
Interface BaseTaskItf

All Known Implementing Classes:
Archives, DeploymentPlans, JCopy, JEcho, JMkdir, JReplace, JTask, JTouch, Lib, PropertyTask, Services, XMLSerializerTask

public interface BaseTaskItf

Author:
Florent Benoit

Method Summary
 void execute()
          Execute the task.
 java.lang.String getLogInfo()
          Gets logger info (to be displayed).
 void setConfigurationFile(java.lang.String configurationFile)
          Sets the configuration file.
 void setDestDir(java.io.File destDir)
           
 void setJonasRoot(java.io.File jonasRoot)
           
 void setLogInfo(java.lang.String logInfo)
          Set the info to be displayed by the logger.
 

Method Detail

setConfigurationFile

void setConfigurationFile(java.lang.String configurationFile)
Sets the configuration file.

Parameters:
configurationFile - The configurationFile to set.

setDestDir

void setDestDir(java.io.File destDir)
Parameters:
destDir - The destDir to set.

setJonasRoot

void setJonasRoot(java.io.File jonasRoot)
Parameters:
jonasRoot - The jonasRoot directory

execute

void execute()
Execute the task.


getLogInfo

java.lang.String getLogInfo()
Gets logger info (to be displayed).

Returns:
logger info
See Also:
ant.jonasbase.BaseTaskItf

setLogInfo

void setLogInfo(java.lang.String logInfo)
Set the info to be displayed by the logger.

Parameters:
logInfo - information to be displayed
See Also:
ant.jonasbase.BaseTaskItf


Copyright © 2012 OW2 Consortium. All Rights Reserved.