|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ArtifactRepositoryService
The artifact repository is used to have a reference on some JBI artefacts.
| 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()
|
| Method Detail |
|---|
java.io.File getRootPath()
java.io.File getComponentsPath()
java.io.File getServiceAssemblyPath()
java.io.File getSharedLibraryPath()
java.util.List<Artifact> getComponents()
java.util.List<java.lang.String> getComponentsName()
java.util.List<Artifact> getServiceAssemblies()
java.util.List<java.lang.String> getServiceAssembliesName()
java.util.List<Artifact> getSharedLibraries()
java.util.List<java.lang.String> getSharedLibrariesName()
boolean addArtifact(Artifact artifact)
throws org.ow2.petals.kernel.api.server.PetalsException
artifact -
org.ow2.petals.kernel.api.server.PetalsException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||