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