Package org.refcodes.mixin
Interface ErrorPrintStreamAccessor
-
- All Known Subinterfaces:
ErrorPrintStreamAccessor.ErrorPrintStreamProperty
public interface ErrorPrintStreamAccessorProvides an accessor for an errorPrintStreamproperty.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceErrorPrintStreamAccessor.ErrorPrintStreamBuilder<B extends ErrorPrintStreamAccessor.ErrorPrintStreamBuilder<?>>Provides a mutator for an errorPrintStreamproperty.static interfaceErrorPrintStreamAccessor.ErrorPrintStreamMutatorProvides a mutator for an errorPrintStreamproperty.static interfaceErrorPrintStreamAccessor.ErrorPrintStreamPropertyProvides an errorPrintStreamproperty.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.io.PrintStreamgetErrorPrintStream()Retrieves the errorPrintStreamfrom the errorPrintStreamproperty.
-