object OutputStrategy
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- OutputStrategy
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
final
class
BufferedOutput extends OutputStrategy with Serializable
Logs the forked standard output at the
infolevel and the forked standard error at theerrorlevel.Logs the forked standard output at the
infolevel and the forked standard error at theerrorlevel. The output is buffered until the process completes, at which point the logger flushes it (to the screen, for example). -
final
class
CustomOutput extends OutputStrategy with Serializable
Configures the forked standard output to be sent to
outputand the forked standard error to be sent to the standard error of this process. -
final
class
LoggedOutput extends OutputStrategy with Serializable
Logs the forked standard output at the
infolevel and the forked standard error at theerrorlevel.
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- object BufferedOutput extends Serializable
- object CustomOutput extends Serializable
- object LoggedOutput extends Serializable
-
object
StdoutOutput extends OutputStrategy with Product with Serializable
Configures the forked standard output to go to standard output of this process and for the forked standard error to go to the standard error of this process.