public class LPKGArtifactInstaller
extends java.lang.Object
implements org.apache.felix.fileinstall.ArtifactInstaller
| Constructor and Description |
|---|
LPKGArtifactInstaller() |
| Modifier and Type | Method and Description |
|---|---|
void |
activate(org.osgi.framework.BundleContext bundleContext) |
boolean |
canHandle(java.io.File file) |
void |
install(java.io.File file) |
void |
uninstall(java.io.File file) |
void |
update(java.io.File file) |
public void activate(org.osgi.framework.BundleContext bundleContext)
public boolean canHandle(java.io.File file)
canHandle in interface org.apache.felix.fileinstall.ArtifactListenerpublic void install(java.io.File file)
throws java.lang.Exception
install in interface org.apache.felix.fileinstall.ArtifactInstallerjava.lang.Exceptionpublic void uninstall(java.io.File file)
throws java.lang.Exception
uninstall in interface org.apache.felix.fileinstall.ArtifactInstallerjava.lang.Exceptionpublic void update(java.io.File file)
throws java.lang.Exception
update in interface org.apache.felix.fileinstall.ArtifactInstallerjava.lang.Exception