Package org.imixs.maven.manik
Class HotDeployment
- java.lang.Object
-
- org.imixs.maven.manik.AbstractDeployment
-
- org.imixs.maven.manik.HotDeployment
-
- All Implemented Interfaces:
Serializable
public class HotDeployment extends AbstractDeployment
This class HotDeployment defines a source and target path for a single hotdeployment unit inside the current project- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.imixs.maven.manik.AbstractDeployment
source, target
-
-
Constructor Summary
Constructors Constructor Description HotDeployment()Default constructorHotDeployment(String source, String target)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetObjectPath()voidsetObjectPath(String objectPath)-
Methods inherited from class org.imixs.maven.manik.AbstractDeployment
getSource, getTarget, setSource, setTarget
-
-