Uses of Class
nl.jpoint.maven.vertx.utils.DeployType
-
Packages that use DeployType Package Description nl.jpoint.maven.vertx.mojo nl.jpoint.maven.vertx.utils -
-
Uses of DeployType in nl.jpoint.maven.vertx.mojo
Methods in nl.jpoint.maven.vertx.mojo that return DeployType Modifier and Type Method Description DeployTypeDeployConfiguration. getDeployType()Methods in nl.jpoint.maven.vertx.mojo with parameters of type DeployType Modifier and Type Method Description DeployConfigurationDeployConfiguration. withDeployType(DeployType type) -
Uses of DeployType in nl.jpoint.maven.vertx.utils
Methods in nl.jpoint.maven.vertx.utils that return DeployType Modifier and Type Method Description static DeployTypeDeployType. valueOf(String name)Returns the enum constant of this type with the specified name.static DeployType[]DeployType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-