| Constructor and Description | 
|---|
CustomLayers(List<Layer> layers,
            List<ResourceStrategy> resourceStrategies,
            List<LibraryStrategy> libraryStrategies)  | 
| Modifier and Type | Method and Description | 
|---|---|
Layer | 
getLayer(Library library)
Return the layer that contains the given library. 
 | 
Layer | 
getLayer(String resourceName)
Return the layer that contains the given resource name. 
 | 
Iterator<Layer> | 
iterator()
Return the jar layers in the order that they should be added (starting with the
 least frequently changed layer). 
 | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic CustomLayers(List<Layer> layers, List<ResourceStrategy> resourceStrategies, List<LibraryStrategy> libraryStrategies)
public Iterator<Layer> iterator()
Layerspublic Layer getLayer(String resourceName)
Layers