public class DMRResourceConfig extends Object implements Validatable
| Constructor and Description |
|---|
DMRResourceConfig() |
DMRResourceConfig(DMRResourceConfig original) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttribute() |
Boolean |
getIncludeDefaults() |
String |
getName() |
String |
getPath() |
Boolean |
getResolveExpressions() |
void |
setAttribute(String attribute) |
void |
setIncludeDefaults(Boolean includeDefaults) |
void |
setName(String name) |
void |
setPath(String path) |
void |
setResolveExpressions(Boolean resolveExpressions) |
void |
validate()
Checks the state of the object to ensure it is valid.
|
public DMRResourceConfig()
public DMRResourceConfig(DMRResourceConfig original)
public void validate()
throws Exception
Validatablevalidate in interface ValidatableException - if the state of the object is not validpublic String getName()
public void setName(String name)
public String getPath()
public void setPath(String path)
public String getAttribute()
public void setAttribute(String attribute)
public Boolean getResolveExpressions()
public void setResolveExpressions(Boolean resolveExpressions)
public Boolean getIncludeDefaults()
public void setIncludeDefaults(Boolean includeDefaults)
Copyright © 2015–2017 Red Hat, Inc.. All rights reserved.