- All Known Subinterfaces:
ErrorPrintStreamAccessor.ErrorPrintStreamProperty
public interface ErrorPrintStreamAccessor
Provides an accessor for an error
PrintStream
property.-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
ErrorPrintStreamAccessor.ErrorPrintStreamBuilder<B extends ErrorPrintStreamAccessor.ErrorPrintStreamBuilder<?>>
Provides a mutator for an errorPrintStream
property.static interface
Provides a mutator for an errorPrintStream
property.static interface
Provides an errorPrintStream
property. -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the errorPrintStream
from the errorPrintStream
property.
-
Method Details
-
getErrorPrintStream
PrintStream getErrorPrintStream()Retrieves the errorPrintStream
from the errorPrintStream
property.- Returns:
- The error
PrintStream
stored by the errorPrintStream
property.
-