|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProvisionService
Provision service allow unified provisioning based on provisioning scheme.
Method Summary | |
---|---|
java.util.List<ScannedBundle> |
scan(java.lang.String spec)
Parses the spec and based on the provision scheme from the spec delegates to the right provisioning scheme. The spec has the syntax: scheme:scheme_specific_path where: * scheme is the scheme to be used * scheme_specific_path is a scheme specific string |
InstallableBundles |
wrap(java.util.List<ScannedBundle> scannedBundles)
Wraps a list of bundle refrences as installables.. |
Method Detail |
---|
java.util.List<ScannedBundle> scan(java.lang.String spec) throws MalformedSpecificationException, ScannerException
spec
- the provisioning spec
MalformedSpecificationException
- if the scheme is not available or the string could not be parsed
ScannerException
- if a scanning process related exception occuredInstallableBundles wrap(java.util.List<ScannedBundle> scannedBundles)
scannedBundles
- scanned bundles to be wrapped
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |