public class ChameleonTargetConfiguration extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
ChameleonTargetConfiguration(String value) |
protected |
ChameleonTargetConfiguration(String container,
String version,
Mode mode,
Map<String,String> customProperties) |
| Modifier and Type | Method and Description |
|---|---|
static ChameleonTargetConfiguration |
from(ChameleonTarget chameleonTarget) |
String |
getContainer() |
Properties |
getContainerDefinitionAsProperties() |
Node |
getContainerDefinitionAsXml() |
Map<String,String> |
getCustomProperties() |
Mode |
getMode() |
String |
getVersion() |
ChameleonTargetConfiguration |
importConfiguration(ChameleonTargetConfiguration other)
This methods copies attribute values that are not set in this object other object
|
String |
toChameleonTarget() |
public static final int VERSION
public static final int MODE
protected ChameleonTargetConfiguration(String value)
public static ChameleonTargetConfiguration from(ChameleonTarget chameleonTarget)
public ChameleonTargetConfiguration importConfiguration(ChameleonTargetConfiguration other)
other - object where attribute values are copied in case of not set in this objectpublic Properties getContainerDefinitionAsProperties()
public Node getContainerDefinitionAsXml()
public String getContainer()
public String getVersion()
public Mode getMode()
public String toChameleonTarget()
Copyright © 2019 JBoss by Red Hat. All rights reserved.