org.ktc.rbutils.rb
Class AbstractRbTask.LoggerType
java.lang.Object
org.apache.tools.ant.types.EnumeratedAttribute
org.ktc.rbutils.rb.AbstractRbTask.LoggerType
- Enclosing class:
- AbstractRbTask
public static class AbstractRbTask.LoggerType
- extends EnumeratedAttribute
Enumerated attribute for ant logger type.
- Since:
- RbUtils 0.9.1
- Version:
- $Revision: 1.5 $
- Author:
- redfish
AbstractRbTask.LoggerType
public AbstractRbTask.LoggerType()
- Instanciates a new LoggerType.
getValues
public String[] getValues()
-
- Specified by:
getValues in class EnumeratedAttribute
isLoggerTypeValue
public static boolean isLoggerTypeValue(String typeValue)
- Indicates if the argument is a logger type value.
- Parameters:
typeValue - type value to be checked.
- Returns:
true if the argument is an ant logger type value; otherwise returns
false.
Copyright © 2005-2009 RbUtils Project. All Rights Reserved.