Package org.imixs.maven.manik
Class AutoDeployment
- java.lang.Object
-
- org.imixs.maven.manik.AbstractDeployment
-
- org.imixs.maven.manik.AutoDeployment
-
- All Implemented Interfaces:
Serializable
public class AutoDeployment extends AbstractDeployment
This class AutoDeployment defines a source and target path for a single autoDeployment 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 AutoDeployment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisUnpack()voidsetUnpack(boolean unpack)-
Methods inherited from class org.imixs.maven.manik.AbstractDeployment
getSource, getTarget, setSource, setTarget
-
-