public static class ModelHandle2.Configuration extends Object
Modifier and Type | Method and Description |
---|---|
List<String> |
getActivatedProfiles() |
String |
getDisplayName() |
String |
getFileNameExt() |
String |
getId() |
Map<String,String> |
getProperties() |
boolean |
isDefault()
Identifies the default configuration.
|
boolean |
isProfileBased() |
boolean |
isProvided()
True, if the configuration was provided but not default or profile.
|
boolean |
isShared() |
void |
setActivatedProfiles(List<String> activatedProfiles) |
void |
setDefault(boolean def) |
void |
setDisplayName(String dn)
Sets the display name of this configuration.
|
void |
setProperties(Map<String,String> properties) |
void |
setShared(boolean shared) |
String |
toString() |
public String getFileNameExt()
public boolean isDefault()
public boolean isProvided()
public void setDisplayName(String dn)
dn
- public void setDefault(boolean def)
public String getDisplayName()
public String getId()
public void setShared(boolean shared)
public boolean isShared()
public boolean isProfileBased()