A C I O T U
A
- ArtifactInstaller - Interface in org.apache.felix.fileinstall
-
Objects implementing this interface are able to directly
install and uninstall supported artifacts.
- ArtifactListener - Interface in org.apache.felix.fileinstall
-
Interface representing a custom deployment mechanism.
- ArtifactTransformer - Interface in org.apache.felix.fileinstall
-
Objects implementing this interface are able to convert certain
kind of artifacts to OSGi bundles.
- ArtifactUrlTransformer - Interface in org.apache.felix.fileinstall
-
Objects implementing this interface are able to convert certain
kind of artifacts to OSGi bundles on the fly through an URL handler.
C
- canHandle(File) - Method in interface org.apache.felix.fileinstall.ArtifactListener
-
Returns true if the listener can process the given artifact.
I
- install(File) - Method in interface org.apache.felix.fileinstall.ArtifactInstaller
-
Install the artifact
O
- org.apache.felix.fileinstall - package org.apache.felix.fileinstall
-
T
- transform(File, File) - Method in interface org.apache.felix.fileinstall.ArtifactTransformer
-
Process the given file (canHandle returned true previously)
Can return or a pointer to a transformed file.
- transform(URL) - Method in interface org.apache.felix.fileinstall.ArtifactUrlTransformer
-
Process the given file (canHandle returned true previously)
Can return or a pointer to a transformed file.
U
- uninstall(File) - Method in interface org.apache.felix.fileinstall.ArtifactInstaller
-
Uninstall the artifact
- update(File) - Method in interface org.apache.felix.fileinstall.ArtifactInstaller
-
Update the artifact
A C I O T U
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.