org.jboss.shrinkwrap.api.formatter
Interface Formatter

All Known Implementing Classes:
Formatters

public interface Formatter

A type capable of formatting an Archive into human-readable style.

Version:
$Revision: $
Author:
ALR

Method Summary
 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


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.