Uses of Class
org.hortonmachine.gears.utils.processes.ELogStyle
-
Packages that use ELogStyle Package Description org.hortonmachine.gears.utils.processes -
-
Uses of ELogStyle in org.hortonmachine.gears.utils.processes
Methods in org.hortonmachine.gears.utils.processes that return ELogStyle Modifier and Type Method Description static ELogStyleELogStyle. valueOf(String name)Returns the enum constant of this type with the specified name.static ELogStyle[]ELogStyle. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hortonmachine.gears.utils.processes with parameters of type ELogStyle Modifier and Type Method Description voidIProcessListener. onMessage(String message, ELogStyle style)voidSystemoutProcessListener. onMessage(String message, ELogStyle style)
-