classUtils.pack.util
Interface PrefixProvider

All Known Implementing Classes:
PrefixPrintWriter.DirectoryPrefixProvider

public interface PrefixProvider

Classes implementing this interface can provide a prefix for a PrefixPrintWriter object.

Version:
1.0
Author:
C. Sadun

Method Summary
 java.lang.String getPrefix()
          Return a string to prefix to the stream lines.
 

Method Detail

getPrefix

java.lang.String getPrefix()
Return a string to prefix to the stream lines.

Returns:
a string to prefix to the stream lines