Class SenchaCmdLogOutputStream
- java.lang.Object
-
- java.io.OutputStream
-
- org.apache.commons.exec.LogOutputStream
-
- net.jangaroo.jooc.mvnplugin.sencha.executor.SenchaCmdLogOutputStream
-
- All Implemented Interfaces:
Closeable,Flushable,AutoCloseable
public class SenchaCmdLogOutputStream extends org.apache.commons.exec.LogOutputStream
-
-
Constructor Summary
Constructors Constructor Description SenchaCmdLogOutputStream(org.apache.maven.plugin.logging.Log log)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidprocessLine(String line, int level)-
Methods inherited from class org.apache.commons.exec.LogOutputStream
close, flush, getMessageLevel, processBuffer, processLine, write, write
-
Methods inherited from class java.io.OutputStream
nullOutputStream, write
-
-
-
-
Method Detail
-
processLine
protected void processLine(String line, int level)
- Specified by:
processLinein classorg.apache.commons.exec.LogOutputStream
-
-