Uses of Enum
org.apache.logging.log4j.core.tools.Generate.Type
Packages that use Generate.Type
-
Uses of Generate.Type in org.apache.logging.log4j.core.tools
Methods in org.apache.logging.log4j.core.tools that return Generate.TypeModifier and TypeMethodDescriptionstatic Generate.Type
Returns the enum constant of this type with the specified name.static Generate.Type[]
Generate.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.logging.log4j.core.tools with parameters of type Generate.TypeModifier and TypeMethodDescriptionprivate static void
Generate.generate
(String[] args, Generate.Type type) (package private) static void
Generate.generate
(String[] args, Generate.Type type, PrintStream printStream) (package private) static String
Generate.generateSource
(String classNameFQN, List<Generate.LevelInfo> levels, Generate.Type type)