|
RbUtils 0.13 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ktc.rbutils.rb.CommonProps
public class CommonProps
Provides common properties for RbChecker and RbGenerator.
Field Summary | |
---|---|
static String |
RBCHECKER_TASKNAME
Name of the rbchecker task to be displayed. |
static String |
RBGENERATOR_TASKNAME
Name of the rbgenerator task to be displayed. |
static String |
UNKNONWN_TASKNAME
Name of an unknown rbutils task to be displayed. |
Constructor Summary | |
---|---|
protected |
CommonProps()
Dummy constructor. |
Method Summary | |
---|---|
static String |
getFullTaskName(TaskType taskType)
Returns the full task name of the object. |
static String |
getRunningTask(TaskType taskType)
Returns a displayable message that indicates the task is running. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String RBCHECKER_TASKNAME
public static final String RBGENERATOR_TASKNAME
public static final String UNKNONWN_TASKNAME
Constructor Detail |
---|
protected CommonProps()
UnsupportedOperationException
- if this class is instanciated.Method Detail |
---|
public static String getRunningTask(TaskType taskType)
taskType
- the type of the current task.
public static String getFullTaskName(TaskType taskType)
taskType
- the type of the current task.
|
Back to the RbUtils Home Page | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |