Class ArtifactContextUtil
- java.lang.Object
-
- nl.jpoint.vertx.deploy.agent.util.ArtifactContextUtil
-
public class ArtifactContextUtil extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringARTIFACT_CONTEXT
-
Constructor Summary
Constructors Constructor Description ArtifactContextUtil(ModuleRequest request, Path location)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBaseLocation()booleangetCheckConfig()StringgetRestartCommand()StringgetTestCommand()
-
-
-
Field Detail
-
ARTIFACT_CONTEXT
public static final String ARTIFACT_CONTEXT
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ArtifactContextUtil
public ArtifactContextUtil(ModuleRequest request, Path location)
-
-