org.ow2.jonas.ant.jonasbase
Interface BaseTaskItf

All Known Implementing Classes:
Archives, Carol, Db, Dbm, DeployableTask, DeploymentPlans, JCopy, JdbcRa, JEcho, JMkdir, JmsRa, JonasProperties, JReplace, JTask, JTouch, Lib, Mail, PropertyTask, Services, WsdlPublish, XMLSerializerTask

public interface BaseTaskItf

Author:
Florent Benoit

Method Summary
 void execute()
          Execute the task.
 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.
 

Method Detail

setConfigurationFile

void setConfigurationFile(String configurationFile)
Sets the configuration file.

Parameters:
configurationFile - The configurationFile to set.

setDestDir

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

setJonasRoot

void setJonasRoot(File jonasRoot)
Parameters:
jonasRoot - The jonasRoot directory

execute

void execute()
Execute the task.


getLogInfo

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

Returns:
logger info
See Also:
getLogInfo()

setLogInfo

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

Parameters:
logInfo - information to be displayed
See Also:
setLogInfo(java.lang.String)


Copyright © 2010 OW2 Consortium. All Rights Reserved.