public interface ArtifactInstaller extends ArtifactListener
ArtifactTransformer interface instead.
Note that fileinstall does not keep track of those artifacts
across restarts, so this means that after a restart, existing
artifacts will be reported as new, while any deleted artifact
won't be reported as deleted.| Modifier and Type | Method and Description |
|---|---|
void |
install(File artifact)
Install the artifact
|
void |
uninstall(File artifact)
Uninstall the artifact
|
void |
update(File artifact)
Update the artifact
|
canHandleCopyright © 2006–2017 The Apache Software Foundation. All rights reserved.