Class Relocation
java.lang.Object
org.geysermc.geyser.extension.relocator.Relocation
https://github.com/lucko/jar-relocator/blob/master/src/main/java/me/lucko/jarrelocator/Relocation.java
- Author:
- lucko
-
Constructor Summary
ConstructorDescriptionRelocation(String pattern, String relocatedPattern)
Creates a new relocation with no specific includes or excludesRelocation(String pattern, String relocatedPattern, Collection<String> includes, Collection<String> excludes)
Creates a new relocation -
Method Summary
-
Constructor Details
-
Relocation
public Relocation(String pattern, String relocatedPattern, Collection<String> includes, Collection<String> excludes)Creates a new relocation- Parameters:
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 exclude
-
Relocation
Creates a new relocation with no specific includes or excludes- Parameters:
pattern
- the pattern to matchrelocatedPattern
- the pattern to relocate to
-
-
Method Details