Package org.imixs.maven.manik
Class AbstractDeployment
- java.lang.Object
-
- org.imixs.maven.manik.AbstractDeployment
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AutoDeployment,HotDeployment
public abstract class AbstractDeployment extends Object implements Serializable
This class AbstractDeployment is the base clase which defines a source and target path for a single deployment unit inside the current project- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbstractDeployment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetSource()StringgetTarget()voidsetSource(String source)voidsetTarget(String target)
-