Interface Layers
- All Known Implementing Classes:
CustomLayers
,StandardLayers
Interface to provide information about layers to the
Repackager
.- Since:
- 2.3.0
- Author:
- Madhura Bhave, Phillip Webb
- See Also:
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionReturn the layer that contains the given resource name.Return the layer that contains the given library.iterator()
Return the jar layers in the order that they should be added (starting with the least frequently changed layer).stream()
Return a stream of the jar layers in the order that they should be added (starting with the least frequently changed layer).Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
IMPLICIT
The default layer resolver.
-
-
Method Details
-
iterator
-
stream
-
getLayer
-
getLayer
-