Package | Description |
---|---|
io.takari.maven.plugins.resources | |
io.takari.maven.plugins.testproperties | |
io.takari.resources.filtering |
Modifier and Type | Field and Description |
---|---|
protected MissingPropertyAction |
AbstractProcessResourcesMojo.missingPropertyAction
Sets what should be the outcome when filtering hits a missing property.
|
Modifier and Type | Field and Description |
---|---|
protected MissingPropertyAction |
TestPropertiesMojo.missingPropertyAction
Sets what should be the outcome when filtering hits a missing property.
|
Modifier and Type | Field and Description |
---|---|
static MissingPropertyAction |
MissingPropertyAction.DEFAULT
The default action, to not have it scattered and different across multiple Mojos.
|
Modifier and Type | Method and Description |
---|---|
static MissingPropertyAction |
MissingPropertyAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MissingPropertyAction[] |
MissingPropertyAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ResourcesProcessor.filter(io.takari.incrementalbuild.Resource resource,
Reader reader,
Writer writer,
Map<Object,Object> properties,
MissingPropertyAction mpa) |
void |
ResourcesProcessor.process(File sourceDirectory,
File targetDirectory,
List<String> includes,
List<String> excludes,
Map<Object,Object> filterProperties,
List<File> filters,
String encoding,
MissingPropertyAction mpa) |
void |
ResourcesProcessor.process(File sourceDirectory,
File targetDirectory,
List<String> includes,
List<String> excludes,
Map<Object,Object> filterProperties,
String encoding,
MissingPropertyAction mpa) |
Copyright © 2020. All rights reserved.