org.apache.geronimo.kernel.repository
Interface ArtifactManager
- All Known Implementing Classes:
- DefaultArtifactManager
public interface ArtifactManager
- Version:
- $Rev: 755494 $ $Date: 2009-03-18 15:07:17 +0800 (Wed, 18 Mar 2009) $
loadArtifacts
void loadArtifacts(Artifact artifact,
Set<Artifact> artifacts)
unloadAllArtifacts
void unloadAllArtifacts(Artifact artifact)
getLoadedArtifacts
SortedSet<Artifact> getLoadedArtifacts(Artifact query)
Copyright © 2003-2013 The Apache Geronimo development community. All Rights Reserved.