Class AbstractMasterProcessChannelProcessorFactory
- java.lang.Object
-
- org.apache.maven.surefire.booter.spi.AbstractMasterProcessChannelProcessorFactory
-
- All Implemented Interfaces:
java.io.Closeable
,java.lang.AutoCloseable
,org.apache.maven.surefire.spi.MasterProcessChannelProcessorFactory
- Direct Known Subclasses:
LegacyMasterProcessChannelProcessorFactory
,SurefireMasterProcessChannelProcessorFactory
public abstract class AbstractMasterProcessChannelProcessorFactory extends java.lang.Object implements org.apache.maven.surefire.spi.MasterProcessChannelProcessorFactory
Default implementation ofMasterProcessChannelProcessorFactory
.
-
-
Constructor Summary
Constructors Constructor Description AbstractMasterProcessChannelProcessorFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
protected void
schedulePeriodicFlusher(int delayInMillis, org.apache.maven.surefire.api.util.internal.WritableBufferedByteChannel channel)
-
-
-
Method Detail
-
schedulePeriodicFlusher
protected void schedulePeriodicFlusher(int delayInMillis, org.apache.maven.surefire.api.util.internal.WritableBufferedByteChannel channel)
-
close
public void close() throws java.io.IOException
- Specified by:
close
in interfacejava.lang.AutoCloseable
- Specified by:
close
in interfacejava.io.Closeable
- Throws:
java.io.IOException
-
-