Uses of Class
org.imixs.maven.manik.AbstractDeployment
-
-
Uses of AbstractDeployment in org.imixs.maven.manik
Subclasses of AbstractDeployment in org.imixs.maven.manik Modifier and Type Class Description classAutoDeploymentThis class AutoDeployment defines a source and target path for a single autoDeployment inside the current projectclassHotDeploymentThis class HotDeployment defines a source and target path for a single hotdeployment unit inside the current projectMethods in org.imixs.maven.manik with parameters of type AbstractDeployment Modifier and Type Method Description static PathMojoAutodeployPlugin. getSourcePath(AbstractDeployment deployment, Path basePath)Computes the source path of a deployment objectstatic PathMojoAutodeployPlugin. getTargetPath(AbstractDeployment deployment, Path basePath)Computes the target path of a deployment object
-