Class ClassSourceValidator
java.lang.Object
com.sk89q.bukkit.util.ClassSourceValidator
Validates that certain specified classes came from the same source as
a plugin.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindMismatches(List<Class<?>> classes) Return a map of classes that been loaded from a different source.voidreportMismatches(List<Class<?>> classes) Reports classes that have come from a different source.
-
Constructor Details
-
ClassSourceValidator
-
-
Method Details
-
findMismatches
-
reportMismatches
-