Uses of Class
com.floragunn.searchguard.support.ModuleType
-
Packages that use ModuleType Package Description com.floragunn.searchguard.support -
-
Uses of ModuleType in com.floragunn.searchguard.support
Methods in com.floragunn.searchguard.support that return ModuleType Modifier and Type Method Description static ModuleTypeModuleType. getByDefaultImplClass(Class<?> clazz)ModuleTypeModuleInfo. getModuleType()static ModuleTypeModuleType. valueOf(String name)Returns the enum constant of this type with the specified name.static ModuleType[]ModuleType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.floragunn.searchguard.support with parameters of type ModuleType Constructor Description ModuleInfo(ModuleType moduleType, String classname)
-