| Modifier and Type | Field and Description |
|---|---|
protected Map<Config,String> |
TransformerBuilder.configs |
protected Map<Config,String> |
ArchiveTransformer.configs |
| Modifier and Type | Method and Description |
|---|---|
static Config |
Config.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Config[] |
Config.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TransformerBuilder |
TransformerBuilder.setConfiguration(Config configType,
String configLocation)
Adds custom configuration mapping defined in a configuration file.
|
| Constructor and Description |
|---|
ArchiveTransformer(Map<Config,String> configs,
boolean verbose) |
ResourceTransformer(Map<Config,String> configs,
boolean verbose) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.