Uses of Interface
org.jboss.shrinkwrap.api.formatter.Formatter

Packages that use Formatter
org.jboss.shrinkwrap.api   
org.jboss.shrinkwrap.api.formatter   
 

Uses of Formatter in org.jboss.shrinkwrap.api
 

Methods in org.jboss.shrinkwrap.api with parameters of type Formatter
 String Archive.toString(Formatter formatter)
          Returns a view of this Archive as returned from the specified Formatter.
 void Archive.writeTo(OutputStream outputStream, Formatter formatter)
          Prints the content of this Archive to the specified OutputStream on the format defined by the specified Formatter.
 

Uses of Formatter in org.jboss.shrinkwrap.api.formatter
 

Classes in org.jboss.shrinkwrap.api.formatter that implement Formatter
 class Formatters
          Available pre-configured Formatter instances used in constructing a human-readable form for a specified Archive.
 



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