public class RemoveIncludesOrExcludesYMLAction extends AbstractYMLConfigurationAction
provider| Constructor and Description |
|---|
RemoveIncludesOrExcludesYMLAction(List<String> includes,
String chain,
boolean recursive,
boolean setToReader,
boolean setToWriter,
boolean isExcludes,
YAMLConfigurationProvider provider) |
| Modifier and Type | Method and Description |
|---|---|
AbstractYMLConfigurationAction |
clone(ConfigurationProvider provider,
boolean recursive) |
void |
doAction(com.fasterxml.jackson.databind.JsonNode node) |
createTransformation, execute, populateParams, populateWriterReaderpublic RemoveIncludesOrExcludesYMLAction(List<String> includes, String chain, boolean recursive, boolean setToReader, boolean setToWriter, boolean isExcludes, YAMLConfigurationProvider provider)
public void doAction(com.fasterxml.jackson.databind.JsonNode node)
throws Exception
doAction in class AbstractYMLConfigurationActionExceptionpublic AbstractYMLConfigurationAction clone(ConfigurationProvider provider, boolean recursive)
clone in class AbstractYMLConfigurationActionCopyright © 2017. All rights reserved.