Uses of Class
org.archifacts.core.model.ArtifactContainerType
-
Packages that use ArtifactContainerType Package Description org.archifacts.core.descriptor org.archifacts.core.model -
-
Uses of ArtifactContainerType in org.archifacts.core.descriptor
Methods in org.archifacts.core.descriptor that return ArtifactContainerType Modifier and Type Method Description ArtifactContainerTypeArtifactContainerDescriptor. type()The type of theArtifactContainerwhich this descriptor describes. -
Uses of ArtifactContainerType in org.archifacts.core.model
Methods in org.archifacts.core.model that return ArtifactContainerType Modifier and Type Method Description ArtifactContainerTypeArtifactContainer. getType()static ArtifactContainerTypeArtifactContainerType. of(String name)Methods in org.archifacts.core.model with parameters of type ArtifactContainerType Modifier and Type Method Description intArtifactContainerType. compareTo(ArtifactContainerType o)default Set<ArtifactContainer>HasContainers. getContainersOfType(ArtifactContainerType artifactContainerType)default Set<ArtifactContainer>HasContainers. getContainersOfTypes(ArtifactContainerType... artifactContainerTypes)
-