Package org.refcodes.mixin
Interface PrintStreamAccessor
-
- All Known Subinterfaces:
PrintStreamAccessor.PrintStreamProperty
public interface PrintStreamAccessorProvides an accessor for an print stream property.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfacePrintStreamAccessor.PrintStreamBuilder<B extends PrintStreamAccessor.PrintStreamBuilder<?>>Provides a mutator for an print stream property.static interfacePrintStreamAccessor.PrintStreamMutatorProvides a mutator for an print stream property.static interfacePrintStreamAccessor.PrintStreamPropertyProvides an print stream property.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.io.PrintStreamgetPrintStream()Retrieves the print stream from the print stream property.
-