Package org.wildfly.plugin.core
Class ConfigurationId
- java.lang.Object
-
- org.wildfly.plugin.core.ConfigurationId
-
@Deprecated(forRemoval=true) public class ConfigurationId extends Object
Deprecated, for removal: This API element is subject to removal in a future version.this is no longer neededSimple wrapper for configuration ids.- Author:
- Emmanuel Hugonnet (c) 2018 Red Hat, inc.
-
-
Constructor Summary
Constructors Constructor Description ConfigurationId()Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description org.jboss.galleon.config.ConfigIdgetId()Deprecated, for removal: This API element is subject to removal in a future version.booleanisModelOnly()Deprecated, for removal: This API element is subject to removal in a future version.voidsetModel(String model)Deprecated, for removal: This API element is subject to removal in a future version.voidsetName(String name)Deprecated, for removal: This API element is subject to removal in a future version.StringtoString()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Method Detail
-
setName
public void setName(String name)
Deprecated, for removal: This API element is subject to removal in a future version.
-
setModel
public void setModel(String model)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getId
public org.jboss.galleon.config.ConfigId getId()
Deprecated, for removal: This API element is subject to removal in a future version.
-
isModelOnly
public boolean isModelOnly()
Deprecated, for removal: This API element is subject to removal in a future version.
-
-