Uses of Interface
org.apache.felix.fileinstall.ArtifactListener

Packages that use ArtifactListener
org.apache.felix.fileinstall   
org.apache.felix.fileinstall.internal   
 

Uses of ArtifactListener in org.apache.felix.fileinstall
 

Subinterfaces of ArtifactListener in org.apache.felix.fileinstall
 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.
 

Uses of ArtifactListener in org.apache.felix.fileinstall.internal
 

Classes in org.apache.felix.fileinstall.internal that implement ArtifactListener
 class BundleTransformer
          ArtifactUrlTransformer for plain bundles.
 class ConfigInstaller
          ArtifactInstaller for configurations.
 

Methods in org.apache.felix.fileinstall.internal that return ArtifactListener
 ArtifactListener Artifact.getListener()
           
 

Methods in org.apache.felix.fileinstall.internal with parameters of type ArtifactListener
 void DirectoryWatcher.addListener(ArtifactListener listener, long stamp)
           
 void DirectoryWatcher.removeListener(ArtifactListener listener)
           
 void Artifact.setListener(ArtifactListener listener)
           
 



Copyright © 2006-2012 The Apache Software Foundation. All Rights Reserved.