|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OverlayContainerFactory
Factory for obtaining OverlayContainers.
Method Summary | ||
---|---|---|
|
createOverlay(java.lang.Class<T> overlayType,
ArtifactContainer b)
Create an overlay, for the requested overlayType. |
Method Detail |
---|
<T extends OverlayContainer> T createOverlay(java.lang.Class<T> overlayType, ArtifactContainer b)
T
- The type that will be returnedoverlayType
- instance of the class of the type requested.b
- the container to base the overlay over.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |