public interface FilteredView extends org.jboss.shrinkwrap.api.Archive<FilteredView>
| Modifier and Type | Method and Description |
|---|---|
FilteredView |
filterContents(org.jboss.shrinkwrap.api.Filter<org.jboss.shrinkwrap.api.ArchivePath> filter)
Sets the path filter.
|
add, add, add, add, add, add, add, addAsDirectories, addAsDirectories, addAsDirectory, addAsDirectory, contains, contains, delete, delete, get, get, getAsType, getAsType, getAsType, getAsType, getAsType, getAsType, getContent, getContent, getName, merge, merge, merge, merge, merge, merge, toString, toString, toString, writeToFilteredView filterContents(org.jboss.shrinkwrap.api.Filter<org.jboss.shrinkwrap.api.ArchivePath> filter)
To see the whole contents of the archive, just call this method again with a null argument.
Casting this archive using the Assignable.as(Class) method will preserve the
filtering.
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.