Class FlatFileMetaMediator
java.lang.Object
io.github.slimjar.relocation.meta.FlatFileMetaMediator
- All Implemented Interfaces:
MetaMediator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable StringreadAttribute(@NotNull String name) voidwriteAttribute(@NotNull String name, @NotNull String value)
-
Constructor Details
-
FlatFileMetaMediator
-
-
Method Details
-
readAttribute
@Nullable public @Nullable String readAttribute(@NotNull @NotNull String name) throws RelocatorException - Specified by:
readAttributein interfaceMetaMediator- Throws:
RelocatorException
-
writeAttribute
public void writeAttribute(@NotNull @NotNull String name, @NotNull @NotNull String value) throws RelocatorException - Specified by:
writeAttributein interfaceMetaMediator- Throws:
RelocatorException
-