org.apache.sling.installer.provider.file.impl
Class Installer
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Installer
public Installer(OsgiInstaller installer,
String id)
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.