Uses of Class
org.keridwen.core.messaging.CommandLogLevel

Packages that use CommandLogLevel
org.keridwen.core.messaging Project : Keridwen Copyright : Artenum SARL, 24 rue Louis Blanc 75010, Paris, France 2010. 
 

Uses of CommandLogLevel in org.keridwen.core.messaging
 

Methods in org.keridwen.core.messaging that return CommandLogLevel
 CommandLogLevel Command.getLogLevel()
          Gets the verbosity level at which this command should be logged.
 CommandLogLevel AbstractCommand.getLogLevel()
           
static CommandLogLevel CommandLogLevel.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CommandLogLevel[] CommandLogLevel.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.keridwen.core.messaging with parameters of type CommandLogLevel
AbstractCommand(String aLabel, String aDescription, boolean isInterruptible, boolean isUndoable, boolean isPausable, boolean isProgressDetermined, CommandLogLevel aLogLevel)
          Builds a command with the given label, description and control properties.
 



Copyright © 2010-2013 Artenum. All Rights Reserved.