Uses of Class
com.puppycrawl.tools.checkstyle.PackageObjectFactory.ModuleLoadOption
-
Packages that use PackageObjectFactory.ModuleLoadOption Package Description com.puppycrawl.tools.checkstyle 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.ModuleLoadOption Modifier and Type Field Description private PackageObjectFactory.ModuleLoadOption
PackageObjectFactory. moduleLoadOption
Module load option which defines class search type.Methods in com.puppycrawl.tools.checkstyle that return PackageObjectFactory.ModuleLoadOption Modifier and Type Method Description static PackageObjectFactory.ModuleLoadOption
PackageObjectFactory.ModuleLoadOption. valueOf(String name)
Returns the enum constant of this type with the specified name.static PackageObjectFactory.ModuleLoadOption[]
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.ModuleLoadOption Constructor Description PackageObjectFactory(Set<String> packageNames, ClassLoader moduleClassLoader, PackageObjectFactory.ModuleLoadOption moduleLoadOption)
Creates a newPackageObjectFactory
instance.
-