Uses of Interface
classUtils.pack.util.PrefixProvider

Packages that use PrefixProvider
classUtils.pack.util   
 

Uses of PrefixProvider in classUtils.pack.util
 

Classes in classUtils.pack.util that implement PrefixProvider
static class PrefixPrintWriter.DirectoryPrefixProvider
          A prefix provider to showAndRegister the current directory as a prefix.
 

Constructors in classUtils.pack.util with parameters of type PrefixProvider
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.
PrefixPrintWriter(java.io.Writer w, PrefixProvider pp)
          Build a PrefixPrintWriter which wraps the given writer, and use the given PrefixProvider to determine the prefix.