public interface ResourceCollection extends java.lang.Iterable<Resource>
| Modifier and Type | Method and Description | 
|---|---|
| boolean | isFilesystemOnly()Indicate whether this ResourceCollection is composed entirely of
 Resources accessible via local filesystem conventions. | 
| java.util.Iterator<Resource> | iterator()Gets the contents of this collection. | 
| int | size()Learn the number of contained Resources. | 
java.util.Iterator<Resource> iterator()
iterator in interface java.lang.Iterable<Resource>int size()
boolean isFilesystemOnly()
FileProvider
 when asked via Resource.as(java.lang.Class<T>).