|
ShrinkWrap Resolver API 2.0.0-alpha-3 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FormatProcessor | |
|---|---|
| org.jboss.shrinkwrap.resolver.api | |
| org.jboss.shrinkwrap.resolver.api.formatprocessor | |
| Uses of FormatProcessor in org.jboss.shrinkwrap.resolver.api |
|---|
| Methods in org.jboss.shrinkwrap.resolver.api with parameters of type FormatProcessor | ||
|---|---|---|
|
FormatStage.as(Class<RETURNTYPE> type,
FormatProcessor<RETURNTYPE> processor)
Formats the resultant artifact as the specified type using the specified FormatProcessor. |
|
|
FormatStage.asSingle(Class<RETURNTYPE> type,
FormatProcessor<RETURNTYPE> processor)
Formats the resultant artifact as the specified type using the specified FormatProcessor; assumes a
single artifact is returned from resolution. |
|
| Uses of FormatProcessor in org.jboss.shrinkwrap.resolver.api.formatprocessor |
|---|
| Classes in org.jboss.shrinkwrap.resolver.api.formatprocessor that implement FormatProcessor | |
|---|---|
class |
FileFormatProcessor
FormatProcessor implementation to return a File as-is, assuming it exists and does not point to a
directory. |
class |
InputStreamFormatProcessor
FormatProcessor implementation to return an InputStream from the provided File argument |
|
ShrinkWrap Resolver API 2.0.0-alpha-3 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||