Package org.refcodes.mixin
Interface StandardPrintStreamAccessor
-
- All Known Subinterfaces:
StandardPrintStreamAccessor.StandardPrintStreamProperty
public interface StandardPrintStreamAccessor
Provides an accessor for an standardPrintStream
property.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
StandardPrintStreamAccessor.StandardPrintStreamBuilder<B extends StandardPrintStreamAccessor.StandardPrintStreamBuilder<?>>
Provides a mutator for an standardPrintStream
property.static interface
StandardPrintStreamAccessor.StandardPrintStreamMutator
Provides a mutator for an standardPrintStream
property.static interface
StandardPrintStreamAccessor.StandardPrintStreamProperty
Provides an standardPrintStream
property.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.io.PrintStream
getStandardPrintStream()
Retrieves the standardPrintStream
from the standardPrintStream
property.
-