Interface Formatter
-
- All Known Implementing Classes:
Formatters,SimpleFormatter,VerboseFormatter
public interface FormatterA type capable of formatting anArchiveinto human-readable style.- Version:
- $Revision: $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Stringformat(Archive<?> archive)Returns a formatted view of the specified archive
-
-
-
Method Detail
-
format
java.lang.String format(Archive<?> archive) throws java.lang.IllegalArgumentException
Returns a formatted view of the specified archive- Parameters:
archive-- Returns:
- Throws:
java.lang.IllegalArgumentException- If the archive is not specified
-
-