public class Bundle extends Object
Constructor and Description |
---|
Bundle(String hotName,
String name,
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() |
boolean |
isDebug() |
boolean |
isExist() |
void |
setEnvName(String envName) |
void |
setOutputs(Map<String,Output> outputs) |
void |
setParameters(Map<String,Parameter> parameters) |
Copyright © 2016. All rights reserved.