|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.petals.system.repository.artifact.FractalArtifactRepositoryService
public class FractalArtifactRepositoryService
The artifact repository service.
| Constructor Summary | |
|---|---|
FractalArtifactRepositoryService()
|
|
| Method Summary | |
|---|---|
boolean |
addArtifact(Artifact artifact)
Add the artifact to the repository |
java.util.List<Artifact> |
getComponents()
Get the list of components which are available in the repository |
java.util.List<java.lang.String> |
getComponentsName()
|
java.io.File |
getComponentsPath()
|
java.io.File |
getRootPath()
Get the artifact repository root path |
java.util.List<Artifact> |
getServiceAssemblies()
|
java.util.List<java.lang.String> |
getServiceAssembliesName()
|
java.io.File |
getServiceAssemblyPath()
|
java.util.List<Artifact> |
getSharedLibraries()
|
java.util.List<java.lang.String> |
getSharedLibrariesName()
|
java.io.File |
getSharedLibraryPath()
|
void |
start()
|
void |
stop()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FractalArtifactRepositoryService()
| Method Detail |
|---|
public void start()
public void stop()
public java.util.List<Artifact> getComponents()
ArtifactRepositoryService
getComponents in interface ArtifactRepositoryServicepublic java.io.File getComponentsPath()
getComponentsPath in interface ArtifactRepositoryServicepublic java.io.File getRootPath()
ArtifactRepositoryService
getRootPath in interface ArtifactRepositoryService
public boolean addArtifact(Artifact artifact)
throws org.ow2.petals.kernel.api.server.PetalsException
ArtifactRepositoryService
addArtifact in interface ArtifactRepositoryServiceorg.ow2.petals.kernel.api.server.PetalsExceptionpublic java.util.List<java.lang.String> getComponentsName()
getComponentsName in interface ArtifactRepositoryServicepublic java.util.List<java.lang.String> getServiceAssembliesName()
getServiceAssembliesName in interface ArtifactRepositoryServicepublic java.io.File getServiceAssemblyPath()
getServiceAssemblyPath in interface ArtifactRepositoryServicepublic java.util.List<java.lang.String> getSharedLibrariesName()
getSharedLibrariesName in interface ArtifactRepositoryServicepublic java.io.File getSharedLibraryPath()
getSharedLibraryPath in interface ArtifactRepositoryServicepublic java.util.List<Artifact> getServiceAssemblies()
getServiceAssemblies in interface ArtifactRepositoryServicepublic java.util.List<Artifact> getSharedLibraries()
getSharedLibraries in interface ArtifactRepositoryService
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||