Package | Description |
---|---|
org.jboss.shrinkwrap.api | |
org.jboss.shrinkwrap.api.formatter | |
org.jboss.shrinkwrap.impl.base | |
org.jboss.shrinkwrap.impl.base.container |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
Archive.toString(Formatter formatter)
|
void |
Archive.writeTo(java.io.OutputStream outputStream,
Formatter formatter)
|
Modifier and Type | Class and Description |
---|---|
class |
Formatters
|
(package private) class |
SimpleFormatter
|
(package private) class |
VerboseFormatter
|
Modifier and Type | Field and Description |
---|---|
private Formatter |
Formatters.formatter
Internal formatter type, used as a delegate to make
Formatters itself a Formatter |
Constructor and Description |
---|
Formatters(Formatter formatter)
Constructs a new
Formatters type using the specfied underlying Formatter |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
ArchiveBase.toString(Formatter formatter)
|
void |
ArchiveBase.writeTo(java.io.OutputStream outputStream,
Formatter formatter)
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
ContainerBase.toString(Formatter formatter)
|
void |
ContainerBase.writeTo(java.io.OutputStream outputStream,
Formatter formatter)
|