- java.lang.Object
-
- org.wildfly.plugin.core.ConfigurationId
-
public class ConfigurationId extends Object
Simple wrapper for configuration ids.- Author:
- Emmanuel Hugonnet (c) 2018 Red Hat, inc.
-
-
Constructor Summary
Constructors Constructor Description ConfigurationId()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.galleon.config.ConfigId
getId()
boolean
isModelOnly()
void
setModel(String model)
void
setName(String name)
String
toString()
-