Uses of Class
com.comphenix.protocol.utility.ClassSource
Packages that use ClassSource
-
Uses of ClassSource in com.comphenix.protocol.utility
Methods in com.comphenix.protocol.utility that return ClassSourceModifier and TypeMethodDescriptionstatic ClassSourceClassSource.attemptLoadFrom(ClassSource... sources)Retrieve a class source that will attempt lookups in each of the given sources in the order they are in the array, and return the first value that is found.static ClassSourceClassSource.empty()static ClassSourceClassSource.fromClassLoader()Construct a class source from the default class loader.static ClassSourceClassSource.fromClassLoader(ClassLoader loader)Construct a class source from the given class loader.static ClassSourceConstruct a class source from a mapping of canonical names and the corresponding classes.static ClassSourceClassSource.fromPackage(String packageName)Construct a class source from the default class loader and package.ClassSource.retry(ClassSource other)Retrieve a class source that will retry failed lookups in the given source.ClassSource.usingPackage(String packageName)Retrieve a class source that prepends a specific package name to every lookup.Methods in com.comphenix.protocol.utility with parameters of type ClassSourceModifier and TypeMethodDescriptionstatic ClassSourceClassSource.attemptLoadFrom(ClassSource... sources)Retrieve a class source that will attempt lookups in each of the given sources in the order they are in the array, and return the first value that is found.ClassSource.retry(ClassSource other)Retrieve a class source that will retry failed lookups in the given source.