C D G I O P R S U 

C

CaveRepository - Class in org.apache.karaf.cave.server.api
Cave repository is a storage area where to upload artifacts.
CaveRepository() - Constructor for class org.apache.karaf.cave.server.api.CaveRepository
 
CaveRepositoryService - Interface in org.apache.karaf.cave.server.api
Service to manipulate a Cave repository.
cleanup() - Method in class org.apache.karaf.cave.server.api.CaveRepository
Cleanup the repository storage.
create(String, boolean) - Method in interface org.apache.karaf.cave.server.api.CaveRepositoryService
Create a Cave repository.
create(String, String, boolean) - Method in interface org.apache.karaf.cave.server.api.CaveRepositoryService
Create a Cave repository.

D

destroy(String) - Method in interface org.apache.karaf.cave.server.api.CaveRepositoryService
Destroy a Cave repository, including the storage.

G

getLocation() - Method in class org.apache.karaf.cave.server.api.CaveRepository
Get the location (filesystem) of this repository.
getName() - Method in class org.apache.karaf.cave.server.api.CaveRepository
Get the name of the repository.
getRepositories() - Method in interface org.apache.karaf.cave.server.api.CaveRepositoryService
Get the list of all Cave repositories.
getRepository(String) - Method in interface org.apache.karaf.cave.server.api.CaveRepositoryService
Get a Cave repository identified by the given name.
getRepositoryXml() - Method in class org.apache.karaf.cave.server.api.CaveRepository
Return the repository URL of the OBR repository.xml.

I

install(String) - Method in interface org.apache.karaf.cave.server.api.CaveRepositoryService
Install a Cave repository into the OBR service.

O

org.apache.karaf.cave.server.api - package org.apache.karaf.cave.server.api
 

P

populate(URL, boolean) - Method in class org.apache.karaf.cave.server.api.CaveRepository
Populate from a remote URL (for instance a Maven repository), and eventually update the OBR information.
populate(URL, String, boolean) - Method in class org.apache.karaf.cave.server.api.CaveRepository
Populate from a remote URL (for instance a Maven repository), eventually filtering artifacts, and eventually update the OBR information.
proxy(URL) - Method in class org.apache.karaf.cave.server.api.CaveRepository
Proxy an URL (for instance a Maven repository) and add OBR information.
proxy(URL, String) - Method in class org.apache.karaf.cave.server.api.CaveRepository
Proxy an URL (for instance a Maven repository), eventually filtering some artifacts, and add OBR information.

R

remove(String) - Method in interface org.apache.karaf.cave.server.api.CaveRepositoryService
Remove a Cave repository from the repositories registry.

S

scan() - Method in class org.apache.karaf.cave.server.api.CaveRepository
Scan the whole repository, reading bundle MANIFEST, etc to update or generate the OBR repository.xml.
setLocation(String) - Method in class org.apache.karaf.cave.server.api.CaveRepository
Set the location (filesystem) of this repository.
setName(String) - Method in class org.apache.karaf.cave.server.api.CaveRepository
Set the name of the repository.

U

uninstall(String) - Method in interface org.apache.karaf.cave.server.api.CaveRepositoryService
Uninstall a Cave repository from the OBR service.
upload(URL) - Method in class org.apache.karaf.cave.server.api.CaveRepository
Upload an artifact from the given URL into the repository.
C D G I O P R S U 

Copyright © 2014 The Apache Software Foundation. All Rights Reserved.