RbUtils 0.13

org.ktc.rbutils.rb
Class AbstractRbTask.LoggerType

java.lang.Object
  extended by org.apache.tools.ant.types.EnumeratedAttribute
      extended by 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

Field Summary
 
Fields inherited from class org.apache.tools.ant.types.EnumeratedAttribute
value
 
Constructor Summary
AbstractRbTask.LoggerType()
          Instanciates a new LoggerType.
 
Method Summary
 String[] getValues()
          
static boolean isLoggerTypeValue(String typeValue)
          Indicates if the argument is a logger type value.
 
Methods inherited from class org.apache.tools.ant.types.EnumeratedAttribute
containsValue, getIndex, getValue, indexOfValue, setValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbstractRbTask.LoggerType

public AbstractRbTask.LoggerType()
Instanciates a new LoggerType.

Method Detail

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.

Back to the RbUtils Home Page

Copyright © 2005-2009 RbUtils Project. All Rights Reserved.