|
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.AbstractRbTask.Log
public static class AbstractRbTask.Log
Logger for the rbUtils ant tasks.
The logger is created by the createLogger(Task)
method. The RbCheckerTask
and RbGeneratorTask
are currently supported.
Constructor Summary | |
---|---|
AbstractRbTask.Log()
Instanciates a new Logger. |
Method Summary | |
---|---|
Logger |
createLogger(Task task)
Creates a logger according to a task. |
AbstractRbTask.LoggerType |
getLoggerType()
Returns the type of this ant logger. |
File |
getOutputFile()
Returns the output file of this ant logger. |
void |
setOutputFile(File theOutputFile)
Set the file to output to. |
void |
setType(AbstractRbTask.LoggerType loggertype)
Set the type of the logger. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractRbTask.Log()
Method Detail |
---|
public void setType(AbstractRbTask.LoggerType loggertype)
loggertype
- the type of the logger.public void setOutputFile(File theOutputFile)
theOutputFile
- the file to output to.public Logger createLogger(Task task) throws IOException
task
- the task to be associated to the logger.
IOException
- if an error occurs.public AbstractRbTask.LoggerType getLoggerType()
public File getOutputFile()
|
Back to the RbUtils Home Page | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |