Uses of Interface
net.ssehub.easy.instantiation.core.model.common.StreamGobbler.IMsgManipulator
-
Packages that use StreamGobbler.IMsgManipulator Package Description net.ssehub.easy.instantiation.core.model.common Implements the common language elements.net.ssehub.easy.instantiation.maven A Maven instantiator. -
-
Uses of StreamGobbler.IMsgManipulator in net.ssehub.easy.instantiation.core.model.common
Fields in net.ssehub.easy.instantiation.core.model.common declared as StreamGobbler.IMsgManipulator Modifier and Type Field Description private StreamGobbler.IMsgManipulatorStreamGobbler. manipulatorMethods in net.ssehub.easy.instantiation.core.model.common with parameters of type StreamGobbler.IMsgManipulator Modifier and Type Method Description static voidStreamGobbler. gobble(java.lang.Process proc, StreamGobbler.IMsgManipulator manipulator)Creates standard gobblers for the given process.Constructors in net.ssehub.easy.instantiation.core.model.common with parameters of type StreamGobbler.IMsgManipulator Constructor Description StreamGobbler(java.io.InputStream is, boolean isErrorStream, StreamGobbler.IMsgManipulator manipulator)Creates a stream gobbler. -
Uses of StreamGobbler.IMsgManipulator in net.ssehub.easy.instantiation.maven
Classes in net.ssehub.easy.instantiation.maven that implement StreamGobbler.IMsgManipulator Modifier and Type Class Description private static classMaven.CliMessageManipulatorGets rid of the class name / logging level in Maven CLI mode.private static classMaven.PlexusMessageManipulatorGets rid of the logging level.
-