org.apache.sling.installer.provider.file.impl
Class Installer

java.lang.Object
  extended by org.apache.sling.installer.provider.file.impl.Installer
All Implemented Interfaces:
FileChangesListener

public class Installer
extends Object
implements FileChangesListener

The Installer is the service calling the OSGi installer


Constructor Summary
Installer(OsgiInstaller installer, String id)
           
 
Method Summary
 void initialSet(List<File> files)
           
 void updated(List<File> added, List<File> changed, List<File> removed)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Installer

public Installer(OsgiInstaller installer,
                 String id)
Method Detail

initialSet

public void initialSet(List<File> files)
Specified by:
initialSet in interface FileChangesListener
See Also:
FileChangesListener.initialSet(java.util.List)

updated

public void updated(List<File> added,
                    List<File> changed,
                    List<File> removed)
Specified by:
updated in interface FileChangesListener
See Also:
FileChangesListener.updated(java.util.List, java.util.List, java.util.List)


Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.