Package org.archifacts.core.model
Interface HasContainers
-
- All Known Implementing Classes:
Application
public interface HasContainers
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description Set<ArtifactContainer>getContainers()default Set<ArtifactContainer>getContainersOfType(ArtifactContainerType artifactContainerType)
-
-
-
Method Detail
-
getContainers
Set<ArtifactContainer> getContainers()
-
getContainersOfType
default Set<ArtifactContainer> getContainersOfType(ArtifactContainerType artifactContainerType)
-
-