com.pmease.quickbuild.setting.configuration.loglevel
Class VariableLogLevel

java.lang.Object
  extended by com.pmease.quickbuild.setting.configuration.loglevel.VariableLogLevel
All Implemented Interfaces:
BuildLogLevel, java.io.Serializable

public class VariableLogLevel
extends java.lang.Object
implements BuildLogLevel

See Also:
Serialized Form

Constructor Summary
VariableLogLevel()
           
 
Method Summary
 Log.LogLevel getLevel(Build build)
           
 java.lang.String getVariableName()
           
 void setVariableName(java.lang.String variableName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VariableLogLevel

public VariableLogLevel()
Method Detail

getVariableName

@NotEmpty
public java.lang.String getVariableName()

setVariableName

public void setVariableName(java.lang.String variableName)

getLevel

public Log.LogLevel getLevel(Build build)
Specified by:
getLevel in interface BuildLogLevel


Copyright © 2005-2010 PMEase Inc. All Rights Reserved.