Interface MetaMediator
- All Known Implementing Classes:
AttributeMetaMediator,FlatFileMetaMediator
public interface MetaMediator
-
Method Summary
Modifier and TypeMethodDescription@Nullable StringreadAttribute(@NotNull String name) voidwriteAttribute(@NotNull String name, @NotNull String value)
-
Method Details
-
readAttribute
- Throws:
RelocatorException
-
writeAttribute
void writeAttribute(@NotNull @NotNull String name, @NotNull @NotNull String value) throws RelocatorException - Throws:
RelocatorException
-