Package | Description |
---|---|
org.apache.felix.fileinstall | |
org.apache.felix.fileinstall.internal |
Modifier and Type | Interface and Description |
---|---|
interface |
ArtifactInstaller
Objects implementing this interface are able to directly
install and uninstall supported artifacts.
|
interface |
ArtifactTransformer
Objects implementing this interface are able to convert certain
kind of artifacts to OSGi bundles.
|
interface |
ArtifactUrlTransformer
Objects implementing this interface are able to convert certain
kind of artifacts to OSGi bundles on the fly through an URL handler.
|
Modifier and Type | Class and Description |
---|---|
class |
BundleTransformer
ArtifactUrlTransformer for plain bundles.
|
class |
ConfigInstaller
ArtifactInstaller for configurations.
|
Modifier and Type | Method and Description |
---|---|
ArtifactListener |
Artifact.getListener() |
Modifier and Type | Method and Description |
---|---|
void |
DirectoryWatcher.addListener(ArtifactListener listener,
long stamp) |
void |
DirectoryWatcher.removeListener(ArtifactListener listener) |
void |
Artifact.setListener(ArtifactListener listener) |
Copyright © 2006–2015 The Apache Software Foundation. All rights reserved.