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.MasterProcessChannelProcessorFactoryDefault implementation ofMasterProcessChannelProcessorFactory.
-
-
Constructor Summary
Constructors Constructor Description AbstractMasterProcessChannelProcessorFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()protected voidschedulePeriodicFlusher(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:
closein interfacejava.lang.AutoCloseable- Specified by:
closein interfacejava.io.Closeable- Throws:
java.io.IOException
-
-