Uses of Enum Class
org.nwolfhub.easycli.model.Level
Packages that use Level
-
Uses of Level in org.nwolfhub.easycli
Fields in org.nwolfhub.easycli declared as LevelMethods in org.nwolfhub.easycli that return LevelMethods in org.nwolfhub.easycli with parameters of type LevelModifier and TypeMethodDescriptionvoidEasyCLI.printAtLevel(Class<?> template, Level level, String text) voidEasyCLI.printAtLevel(String text, String template, Level level) voidEasyCLI.printAtLevel(String text, Level level) voidEasyCLI.printAtLevel(String text, Level level, Class<?> template) voidEasyCLI.printAtLevel(String template, Level level, Object... objects) voidEasyCLI.printAtLevel(String text, Template template, Level level) voidEasyCLI.printAtLevel(Level level, Object... objects) voidEasyCLI.printAtLevel(Template template, Level level, Object... objects) -
Uses of Level in org.nwolfhub.easycli.model
Methods in org.nwolfhub.easycli.model that return LevelModifier and TypeMethodDescriptionstatic LevelReturns the enum constant of this class with the specified name.static Level[]Level.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.nwolfhub.easycli.model with parameters of type LevelModifier and TypeMethodDescriptionTemplate.formatText(String text, Level level) Applies all template rules to the text