public final class Relocation extends Object
| Constructor and Description |
|---|
Relocation(String pattern,
String relocatedPattern)
Creates a new relocation with no specific includes or excludes
|
Relocation(String pattern,
String relocatedPattern,
Collection<String> includes,
Collection<String> excludes)
Creates a new relocation
|
public Relocation(String pattern, String relocatedPattern, Collection<String> includes, Collection<String> excludes)
pattern - the pattern to matchrelocatedPattern - the pattern to relocate toincludes - a collection of patterns which this rule should specifically includeexcludes - a collection of patterns which this rule should specifically excludeCopyright © 2019. All rights reserved.