|
Version: 1.1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.biomoby.service.dashboard.AbstractModel org.biomoby.service.dashboard.AntModel
public class AntModel
A model using Ant to achieve its tasks.
The methods are simple because most of their parameters and properties are not given to them directly but through a property channel where they can be retrieved in due time. This is hopefully more flexible because the number of configurable properties may be changed significantly during the time.
Field Summary | |
---|---|
static int |
MSG_DEBUG
|
static int |
MSG_INFO
|
static int |
MSG_QUIET
|
static int |
MSG_VERBOSE
|
Constructor Summary | |
---|---|
AntModel()
Default constructor. |
|
AntModel(RegistryModel registryModel)
A usual constructor. |
Method Summary | |
---|---|
static File |
createFileName(String[] parts)
Utility to create a filename from pieces, independently on a platform-specific file separator. |
void |
mosesAll()
Deal both with Moses-generated datatypes and skeletons - in an appropriate order. |
void |
mosesCleanDatatypes()
Remove generated datatypes. |
void |
mosesCleanSkeletons()
Remove generated skeletons |
void |
mosesDatatypes()
Deal with Moses-generated datatypes. |
void |
mosesDeploy()
Deploy selected services to a server (Tomcat/Axis). |
void |
mosesSkeletons()
Deal with Moses-generated skeletons. |
void |
mosesUndeploy()
Undeploy selected services to a server (Tomcat/Axis). |
void |
setErrorStream(OutputStream os)
Set output stream where running Ant will be reporting errors. |
void |
setMsgOutputLevel(int level)
|
void |
setOutputStream(OutputStream os)
Set output stream where running Ant will be reporting. |
Methods inherited from class org.biomoby.service.dashboard.AbstractModel |
---|
setPropertyChannel |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int MSG_QUIET
public static final int MSG_INFO
public static final int MSG_VERBOSE
public static final int MSG_DEBUG
Constructor Detail |
---|
public AntModel()
public AntModel(RegistryModel registryModel)
Method Detail |
---|
public void setOutputStream(OutputStream os)
public void setErrorStream(OutputStream os)
public void setMsgOutputLevel(int level)
public static File createFileName(String[] parts)
public void mosesDatatypes() throws MobyException
MobyException
public void mosesCleanDatatypes() throws MobyException
MobyException
public void mosesSkeletons() throws MobyException
MobyException
public void mosesDeploy() throws MobyException
MobyException
public void mosesUndeploy() throws MobyException
MobyException
public void mosesCleanSkeletons() throws MobyException
MobyException
public void mosesAll() throws MobyException
MobyException
|
Version: 1.1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |