public class BuildArtifactsMapping
extends java.lang.Object
implements java.io.Serializable
RegExp capturing groups are supported, the corresponding place holders must be presented in the output regexp with the '$' prefix
For example: input="(.+)/(.+)-sources.jar", output=""$1/sources/$2.jar""
| Constructor and Description |
|---|
BuildArtifactsMapping() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getInput() |
java.lang.String |
getOutput() |
void |
setInput(java.lang.String input) |
void |
setOutput(java.lang.String output) |