public class LicenseInstaller
extends java.lang.Object
implements org.apache.felix.fileinstall.ArtifactInstaller
Constructor and Description |
---|
LicenseInstaller() |
Modifier and Type | Method and Description |
---|---|
boolean |
canHandle(java.io.File artifact) |
void |
install(java.io.File file) |
void |
uninstall(java.io.File file) |
void |
update(java.io.File file) |
public boolean canHandle(java.io.File artifact)
canHandle
in interface org.apache.felix.fileinstall.ArtifactListener
public void install(java.io.File file) throws java.lang.Exception
install
in interface org.apache.felix.fileinstall.ArtifactInstaller
java.lang.Exception
public void uninstall(java.io.File file) throws java.lang.Exception
uninstall
in interface org.apache.felix.fileinstall.ArtifactInstaller
java.lang.Exception
public void update(java.io.File file) throws java.lang.Exception
update
in interface org.apache.felix.fileinstall.ArtifactInstaller
java.lang.Exception