Package net.minecraft.util.path
Class AllowedSymlinkPathMatcher
java.lang.Object
net.minecraft.util.path.AllowedSymlinkPathMatcher
- All Implemented Interfaces:
- PathMatcher
- Mappings:
- Namespace - Name - official - eea- intermediary - net/minecraft/class_8582- named - net/minecraft/util/path/AllowedSymlinkPathMatcher
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic final recordstatic interface
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final List<AllowedSymlinkPathMatcher.Entry>private static final Stringprivate static final Loggerprivate final Map<String,PathMatcher> 
- 
Constructor SummaryConstructorsConstructorDescriptionAllowedSymlinkPathMatcher(List<AllowedSymlinkPathMatcher.Entry> allowedEntries) 
- 
Method SummaryModifier and TypeMethodDescriptionstatic AllowedSymlinkPathMatcherfromReader(BufferedReader reader) get(FileSystem fileSystem) boolean
- 
Field Details- 
LOGGER- Mappings:
- Namespace - Name - Mixin selector - official - a- Leea;a:Lorg/slf4j/Logger;- intermediary - field_44958- Lnet/minecraft/class_8582;field_44958:Lorg/slf4j/Logger;- named - LOGGER- Lnet/minecraft/util/path/AllowedSymlinkPathMatcher;LOGGER:Lorg/slf4j/Logger;
 
- 
COMMENT_LINE_PREFIX- See Also:
- Mappings:
- Namespace - Name - Mixin selector - official - b- Leea;b:Ljava/lang/String;- intermediary - field_44959- Lnet/minecraft/class_8582;field_44959:Ljava/lang/String;- named - COMMENT_LINE_PREFIX- Lnet/minecraft/util/path/AllowedSymlinkPathMatcher;COMMENT_LINE_PREFIX:Ljava/lang/String;
 
- 
allowedEntries- Mappings:
- Namespace - Name - Mixin selector - official - c- Leea;c:Ljava/util/List;- intermediary - field_44960- Lnet/minecraft/class_8582;field_44960:Ljava/util/List;- named - allowedEntries- Lnet/minecraft/util/path/AllowedSymlinkPathMatcher;allowedEntries:Ljava/util/List;
 
- 
matcherCache- Mappings:
- Namespace - Name - Mixin selector - official - d- Leea;d:Ljava/util/Map;- intermediary - field_44961- Lnet/minecraft/class_8582;field_44961:Ljava/util/Map;- named - matcherCache- Lnet/minecraft/util/path/AllowedSymlinkPathMatcher;matcherCache:Ljava/util/Map;
 
 
- 
- 
Constructor Details- 
AllowedSymlinkPathMatcher- Mappings:
- Namespace - Name - Mixin selector - official - <init>- Leea;<init>(Ljava/util/List;)V- intermediary - <init>- Lnet/minecraft/class_8582;<init>(Ljava/util/List;)V- named - <init>- Lnet/minecraft/util/path/AllowedSymlinkPathMatcher;<init>(Ljava/util/List;)V
 
 
- 
- 
Method Details- 
get- Mappings:
- Namespace - Name - Mixin selector - official - a- Leea;a(Ljava/nio/file/FileSystem;)Ljava/nio/file/PathMatcher;- intermediary - method_52249- Lnet/minecraft/class_8582;method_52249(Ljava/nio/file/FileSystem;)Ljava/nio/file/PathMatcher;- named - get- Lnet/minecraft/util/path/AllowedSymlinkPathMatcher;get(Ljava/nio/file/FileSystem;)Ljava/nio/file/PathMatcher;
 
- 
matches- Specified by:
- matchesin interface- PathMatcher
- Mappings:
- Namespace - Name - Mixin selector - official - matches- Leea;matches(Ljava/nio/file/Path;)Z- intermediary - matches- Lnet/minecraft/class_8582;matches(Ljava/nio/file/Path;)Z- named - matches- Lnet/minecraft/util/path/AllowedSymlinkPathMatcher;matches(Ljava/nio/file/Path;)Z
 
- 
fromReader- Mappings:
- Namespace - Name - Mixin selector - official - a- Leea;a(Ljava/io/BufferedReader;)Leea;- intermediary - method_52247- Lnet/minecraft/class_8582;method_52247(Ljava/io/BufferedReader;)Lnet/minecraft/class_8582;- named - fromReader- Lnet/minecraft/util/path/AllowedSymlinkPathMatcher;fromReader(Ljava/io/BufferedReader;)Lnet/minecraft/util/path/AllowedSymlinkPathMatcher;
 
 
-