Uses of Enum
com.puppycrawl.tools.checkstyle.PackageObjectFactory.ModuleLoadOption
Packages that use PackageObjectFactory.ModuleLoadOption
Package
Description
Contains the implementation of the Checkstyle framework.
-
Uses of PackageObjectFactory.ModuleLoadOption in com.puppycrawl.tools.checkstyle
Fields in com.puppycrawl.tools.checkstyle declared as PackageObjectFactory.ModuleLoadOptionModifier and TypeFieldDescriptionPackageObjectFactory.moduleLoadOption
Module load option which defines class search type.Methods in com.puppycrawl.tools.checkstyle that return PackageObjectFactory.ModuleLoadOptionModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.PackageObjectFactory.ModuleLoadOption.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.puppycrawl.tools.checkstyle with parameters of type PackageObjectFactory.ModuleLoadOptionModifierConstructorDescriptionPackageObjectFactory
(Set<String> packageNames, ClassLoader moduleClassLoader, PackageObjectFactory.ModuleLoadOption moduleLoadOption) Creates a newPackageObjectFactory
instance.