RbUtils 0.13

Uses of Class
org.ktc.rbutils.rb.TaskType

Packages that use TaskType
org.ktc.rbutils.rb   
 

Uses of TaskType in org.ktc.rbutils.rb
 

Fields in org.ktc.rbutils.rb declared as TaskType
static TaskType TaskType.RBCHECKER
          Name of the rbchecker task to be displayed.
static TaskType TaskType.RBCONTENTLISTER
          Name of the rbcontentlister task to be displayed.
static TaskType TaskType.RBGENERATOR
          Name of the rbgenerator task to be displayed.
protected  TaskType AbstractRbTask.taskType
          The type of the Task.
static TaskType TaskType.UNKNONWN
          Name of an unknown rbutils task to be displayed.
 

Methods in org.ktc.rbutils.rb with parameters of type TaskType
static String CommonProps.getFullTaskName(TaskType taskType)
          Returns the full task name of the object.
static String CommonProps.getRunningTask(TaskType taskType)
          Returns a displayable message that indicates the task is running.
 


Back to the RbUtils Home Page

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