|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.plugin.invoker.FileLogger
public class FileLogger
| Constructor Summary | |
|---|---|
FileLogger(java.io.File outputFile)
|
|
FileLogger(java.io.File outputFile,
org.apache.maven.plugin.logging.Log log)
|
|
| Method Summary | |
|---|---|
void |
close()
|
void |
consumeLine(java.lang.String line)
Called when the StreamPumper pumps a line from the Stream. |
void |
finalize()
|
java.io.PrintStream |
getPrintStream()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FileLogger(java.io.File outputFile)
throws java.io.IOException
java.io.IOException
public FileLogger(java.io.File outputFile,
org.apache.maven.plugin.logging.Log log)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public java.io.PrintStream getPrintStream()
public void consumeLine(java.lang.String line)
StreamConsumer
consumeLine in interface StreamConsumerpublic void close()
public void finalize()
finalize in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||