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
Methods in com.puppycrawl.tools.checkstyle that return PackageObjectFactory.ModuleLoadOption Modifier and Type Method Description static PackageObjectFactory.ModuleLoadOptionPackageObjectFactory.ModuleLoadOption. valueOf(java.lang.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(java.util.Set<java.lang.String> packageNames, java.lang.ClassLoader moduleClassLoader, PackageObjectFactory.ModuleLoadOption moduleLoadOption)Creates a newPackageObjectFactoryinstance.
-