Interface Formatter
-
- All Known Implementing Classes:
Formatters
public interface Formatter
A type capable of formatting anArchive
into human-readable style.- Version:
- $Revision: $
- Author:
- ALR
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
format(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
-
-