public class Bundle extends Object
Constructor and Description |
---|
Bundle(String hotName,
String name,
String tags,
boolean tag,
boolean exist,
boolean debug) |
Modifier and Type | Method and Description |
---|---|
String |
getEnvName() |
String |
getHotName() |
String |
getName() |
Map<String,Output> |
getOutputs() |
Map<String,Parameter> |
getParameters() |
Map<String,String> |
getParamsOS() |
String |
getTags() |
boolean |
isDebug() |
boolean |
isExist() |
boolean |
isTag() |
void |
setEnvName(String envName) |
void |
setOutputs(Map<String,Output> outputs) |
void |
setParameters(Map<String,Parameter> parameters) |
void |
setTag(boolean tag) |
void |
setTags(String tags) |
public String getTags()
public void setTags(String tags)
public String getHotName()
public String getName()
public void setTag(boolean tag)
public boolean isTag()
public boolean isExist()
public boolean isDebug()
public String getEnvName()
public void setEnvName(String envName)
Copyright © 2016–2017. All rights reserved.