public class ComponentInfo extends Object
Constructor and Description |
---|
ComponentInfo() |
ComponentInfo(ComponentInfo prototype)
Copy constructor.
|
Modifier and Type | Method and Description |
---|---|
StackServiceComponentResponse |
convertToResponse() |
AutoDeployInfo |
getAutoDeploy() |
String |
getCardinality() |
String |
getCategory() |
CommandScriptDefinition |
getCommandScript() |
List<CustomCommandDefinition> |
getCustomCommands() |
List<DependencyInfo> |
getDependencies() |
String |
getName() |
boolean |
isClient() |
boolean |
isCustomCommand(String commandName) |
boolean |
isDeleted() |
boolean |
isMaster() |
void |
setCardinality(String cardinality) |
void |
setCategory(String category) |
void |
setCommandScript(CommandScriptDefinition commandScript) |
void |
setCustomCommands(List<CustomCommandDefinition> customCommands) |
void |
setDeleted(boolean deleted) |
void |
setName(String name) |
public ComponentInfo()
public ComponentInfo(ComponentInfo prototype)
public String getName()
public void setName(String name)
public String getCategory()
public void setCategory(String category)
public boolean isClient()
public boolean isMaster()
public StackServiceComponentResponse convertToResponse()
public boolean isDeleted()
public void setDeleted(boolean deleted)
public CommandScriptDefinition getCommandScript()
public void setCommandScript(CommandScriptDefinition commandScript)
public List<CustomCommandDefinition> getCustomCommands()
public void setCustomCommands(List<CustomCommandDefinition> customCommands)
public boolean isCustomCommand(String commandName)
public List<DependencyInfo> getDependencies()
public AutoDeployInfo getAutoDeploy()
public void setCardinality(String cardinality)
public String getCardinality()
Copyright © 2014. All rights reserved.