Package org.refcodes.mixin
Interface StandardPrintStreamAccessor
-
- All Known Subinterfaces:
StandardPrintStreamAccessor.StandardPrintStreamProperty
public interface StandardPrintStreamAccessorProvides an accessor for an standardPrintStreamproperty.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceStandardPrintStreamAccessor.StandardPrintStreamBuilder<B extends StandardPrintStreamAccessor.StandardPrintStreamBuilder<?>>Provides a mutator for an standardPrintStreamproperty.static interfaceStandardPrintStreamAccessor.StandardPrintStreamMutatorProvides a mutator for an standardPrintStreamproperty.static interfaceStandardPrintStreamAccessor.StandardPrintStreamPropertyProvides an standardPrintStreamproperty.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.io.PrintStreamgetStandardPrintStream()Retrieves the standardPrintStreamfrom the standardPrintStreamproperty.
-