Class Launcher
- java.lang.Object
-
- org.apache.sling.maven.slingstart.launcher.Launcher
-
- All Implemented Interfaces:
LauncherMBean
public class Launcher extends Object implements LauncherMBean
-
-
Constructor Summary
Constructors Constructor Description Launcher(int listenerPort)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidstartupFinished()Notify the launcher about the finish of the startup.voidstartupProgress(Float ratio)Notify the launcher about the progress of the startup.
-
-
-
Method Detail
-
startupFinished
public void startupFinished()
Description copied from interface:LauncherMBeanNotify the launcher about the finish of the startup.- Specified by:
startupFinishedin interfaceLauncherMBean
-
startupProgress
public void startupProgress(Float ratio)
Description copied from interface:LauncherMBeanNotify the launcher about the progress of the startup.- Specified by:
startupProgressin interfaceLauncherMBean- Parameters:
ratio- Startup progress ratio
-
-