public abstract class ConfigDTO extends SetupFileDTO
Modifier and Type | Class and Description |
---|---|
protected static class |
ConfigDTO.Builder<T extends ConfigDTO.Builder>
A builder for helping to create instances.
|
Modifier | Constructor and Description |
---|---|
protected |
ConfigDTO(ConfigDTO.Builder builder)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<java.lang.String> |
getConfigs()
Get the configuration files for this config resource.
|
getSetupFile
getDescription, getTags
getCreated, getId, getUpdated, toString
protected ConfigDTO(ConfigDTO.Builder builder)
builder
- The builder to use