Klasse LegacyAreaShopParser
java.lang.Object
de.delinkedde.areashopreborn.importer.legacy.LegacyAreaShopParser
Parses one legacy AreaShop region YAML file without resolving inherited configuration.
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungParses a file below the trusted import directory.
-
Konstruktordetails
-
LegacyAreaShopParser
public LegacyAreaShopParser()Creates a stateless legacy parser.
-
-
Methodendetails
-
parse
Parses a file below the trusted import directory.- Parameter:
importRoot- normalized trusted AreaShop region directoryfile- YAML file to parse- Gibt zurück:
- lossless legacy definition
- Löst aus:
LegacyImportException- when the path escapes the root or a stored value is malformed
-