|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PrefixProvider | |
org.sadun.util | New generic utilities package. |
Uses of PrefixProvider in org.sadun.util |
Classes in org.sadun.util that implement PrefixProvider | |
static class |
PrefixPrintWriter.DirectoryPrefixProvider
A prefix provider to show the current directory as a prefix. |
Constructors in org.sadun.util with parameters of type PrefixProvider | |
PrefixPrintWriter(java.io.Writer w,
PrefixProvider pp)
Build a PrefixPrintWriter which wraps the given writer, and use the given PrefixProvider
to determine the prefix. |
|
PrefixPrintWriter(java.io.OutputStream os,
PrefixProvider pp)
Build a PrefixPrintWriter which wraps the given output stream, and use the given PrefixProvider
to determine the prefix. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |