| Interface | Description | 
|---|---|
| Launcher | The  Launcherinterface is implemented by the delegate classes
 inside the Launcher JAR and are used by the actual Main class or servlet to
 configure and start the framework. | 
| Notifiable | The  Notifiableinterface is implemented by the real main class
 and Sling Servlet for them to be notified from the launcher JAR when the
 framework has been stopped or updated. | 
| SharedConstants | 
| Class | Description | 
|---|---|
| LauncherClassLoader | The  LauncherClassLoaderextends the standard Java VMURLClassLoadersuch, that classes and resources which are
 contained in the launcher JAR File are never looked up in the parent class
 loader. | 
| Loader | The  Loaderclass provides utility methods for the actual
 launchers to help launching the framework. | 
| Util | The  Utilclass provides general shared utilities. | 
Copyright © 2018 The Apache Software Foundation. All rights reserved.