Class PlaceholderValidator
java.lang.Object
me.deecaad.weaponmechanics.weapon.placeholders.PlaceholderValidator
- All Implemented Interfaces:
me.deecaad.core.file.IValidator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvalidate(me.deecaad.core.file.Configuration configuration, me.deecaad.core.file.SerializeData data) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface me.deecaad.core.file.IValidator
denyKeys, getAllowedPaths, shouldValidate
-
Constructor Details
-
PlaceholderValidator
public PlaceholderValidator()Default constructor for validator
-
-
Method Details
-
getKeyword
- Specified by:
getKeywordin interfaceme.deecaad.core.file.IValidator
-
validate
public void validate(me.deecaad.core.file.Configuration configuration, me.deecaad.core.file.SerializeData data) throws me.deecaad.core.file.SerializerException - Specified by:
validatein interfaceme.deecaad.core.file.IValidator- Throws:
me.deecaad.core.file.SerializerException
-