public class DeploymentConfiguration extends Object
| Constructor and Description |
|---|
DeploymentConfiguration() |
DeploymentConfiguration(String groupId,
String artifactId,
String classNamePrefix,
int port) |
| Modifier and Type | Method and Description |
|---|---|
String |
getArtifactId() |
String |
getClassNamePrefix() |
DeploymentType |
getDeploymentType() |
String |
getElementId() |
ElementType |
getElementType() |
String |
getGroupId() |
OutputType |
getOutputType() |
int |
getPort() |
RuntimeType |
getRuntimeType() |
boolean |
isDraft() |
void |
setArtifactId(String artifactId) |
void |
setClassNamePrefix(String classNamePrefix) |
void |
setDeploymentType(DeploymentType deploymentType) |
void |
setDraft(boolean draft) |
void |
setElementId(String elementId) |
void |
setElementType(ElementType elementType) |
void |
setGroupId(String groupId) |
void |
setOutputType(OutputType outputType) |
void |
setPort(int port) |
void |
setRuntimeType(RuntimeType runtimeType) |
public String getGroupId()
public void setGroupId(String groupId)
public String getArtifactId()
public void setArtifactId(String artifactId)
public String getClassNamePrefix()
public void setClassNamePrefix(String classNamePrefix)
public int getPort()
public void setPort(int port)
public String getElementId()
public void setElementId(String elementId)
public boolean isDraft()
public void setDraft(boolean draft)
public DeploymentType getDeploymentType()
public void setDeploymentType(DeploymentType deploymentType)
public void setElementType(ElementType elementType)
public ElementType getElementType()
public RuntimeType getRuntimeType()
public void setRuntimeType(RuntimeType runtimeType)
public OutputType getOutputType()
public void setOutputType(OutputType outputType)
Copyright © 2019. All rights reserved.