Uses of Class
org.apache.logging.log4j.core.tools.Generate.Type
-
Packages that use Generate.Type Package Description org.apache.logging.log4j.core.tools Log4j 2 command line tools. -
-
Uses of Generate.Type in org.apache.logging.log4j.core.tools
Methods in org.apache.logging.log4j.core.tools that return Generate.Type Modifier and Type Method Description static Generate.Type
Generate.Type. valueOf(java.lang.String name)
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.Type Modifier and Type Method Description private static void
Generate. generate(java.lang.String[] args, Generate.Type type)
(package private) static void
Generate. generate(java.lang.String[] args, Generate.Type type, java.io.PrintStream printStream)
(package private) static java.lang.String
Generate. generateSource(java.lang.String classNameFQN, java.util.List<Generate.LevelInfo> levels, Generate.Type type)
-