Uses of Interface
cz.vutbr.fit.layout.api.ArtifactRepository
-
Packages that use ArtifactRepository Package Description cz.vutbr.fit.layout.api cz.vutbr.fit.layout.impl -
-
Uses of ArtifactRepository in cz.vutbr.fit.layout.api
Methods in cz.vutbr.fit.layout.api that return ArtifactRepository Modifier and Type Method Description ArtifactRepositoryServiceManager. getArtifactRepository()Gets the artifact repository currently used by the services.Methods in cz.vutbr.fit.layout.api with parameters of type ArtifactRepository Modifier and Type Method Description voidServiceManager. setArtifactRepository(ArtifactRepository repository)Changes the artifact repository used by the services. -
Uses of ArtifactRepository in cz.vutbr.fit.layout.impl
Classes in cz.vutbr.fit.layout.impl that implement ArtifactRepository Modifier and Type Class Description classDefaultArtifactRepositoryDefault simple in-memory implementation of an ArtifactRepository.
-