| org.objectweb.jonas.ant.jonasbase.JTask org.objectweb.jonas.ant.jonasbase.Services
Services | public class Services extends JTask implements BaseTaskItf(Code) | | Allow to configure the list of services in jonas.properties file
author: Florent Benoit |
Services | public Services()(Code) | | Default constructor
|
execute | public void execute()(Code) | | Execute this task
|
setNames | public void setNames(String serviceNames)(Code) | | Set the names of the services
Parameters: serviceNames - list of services |
Fields inherited from org.objectweb.jonas.ant.jonasbase.JTask | final public static String SEPARATORS(Code)(Java Doc)
|
Methods inherited from org.objectweb.jonas.ant.jonasbase.JTask | protected void changeValueForKey(String info, String confDir, String confFile, String property, String name, boolean add)(Code)(Java Doc) protected void changeValueForKey(String info, String confDir, String confFile, String property, String name, String separators, boolean add)(Code)(Java Doc) protected String getConfigurationFile()(Code)(Java Doc) public File getDestDir()(Code)(Java Doc) public String getLogInfo()(Code)(Java Doc) public void setConfigurationFile(String configurationFile)(Code)(Java Doc) public void setDestDir(File destDir)(Code)(Java Doc) public void setLogInfo(String logInfo)(Code)(Java Doc) protected void writePropsToFile(String info, Properties props, File f)(Code)(Java Doc)
|
|
|