Package net.minecraft.util.path
Class AllowedSymlinkPathMatcher
java.lang.Object
net.minecraft.util.path.AllowedSymlinkPathMatcher
- All Implemented Interfaces:
PathMatcher
- Mappings:
Namespace Name official ell
intermediary net/minecraft/class_8582
named net/minecraft/util/path/AllowedSymlinkPathMatcher
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final record
static interface
-
Field Summary
Modifier and TypeFieldDescriptionprivate final List<AllowedSymlinkPathMatcher.Entry>
private static final String
private static final Logger
private final Map<String,
PathMatcher> -
Constructor Summary
ConstructorDescriptionAllowedSymlinkPathMatcher
(List<AllowedSymlinkPathMatcher.Entry> allowedEntries) -
Method Summary
Modifier and TypeMethodDescriptionstatic AllowedSymlinkPathMatcher
fromReader
(BufferedReader reader) get
(FileSystem fileSystem) boolean
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector official a
Lell;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
Lell;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
Lell;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
Lell;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>
Lell;<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
Lell;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:
matches
in interfacePathMatcher
- Mappings:
Namespace Name Mixin selector official matches
Lell;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
Lell;a(Ljava/io/BufferedReader;)Lell;
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;
-