Class CreateLaunchAnywhere

    • Constructor Detail

      • CreateLaunchAnywhere

        public CreateLaunchAnywhere()
    • Method Detail

      • getProperties

        public java.util.Vector<LAXProperty> getProperties()
        The properties that will be written to the LAX file.
      • setExecutableIcon

        public void setExecutableIcon​(FileIcon executableIcon)
        The icon that will be used for the LaunchAnywhere executable.
      • getExecutableIcon

        public FileIcon getExecutableIcon()
        The icon that will be used for the LaunchAnywhere executable.
      • getLauncherId

        public java.lang.String getLauncherId()
        get Unique ID of the LaunchAnywhere executable
      • setLauncherId

        public void setLauncherId​(java.lang.String launcherId)
        set Unique Id for the LaunchAnywhere executable.
      • getMainClass

        public java.lang.String getMainClass()
        The main class for the LaunchAnywhere to run.
      • setMainClass

        public void setMainClass​(java.lang.String mainClass)
        The main class for the LaunchAnywhere to run.
      • setDestinationName

        public void setDestinationName​(java.lang.String name)
        The name of the installed file in the target machine.
        Overrides:
        setDestinationName in class FileAction
        Parameters:
        name - The name of the file in the target machine.
      • getDestinationName

        public java.lang.String getDestinationName()
        The name of the installed file in the target machine.
        Overrides:
        getDestinationName in class FileAction
        Returns:
        The name of the file in the target machine.
      • getGuiLauncher

        public boolean getGuiLauncher()
        Whether the LaunchAnywhere supports GUI (Graphical User Interface).
      • setGuiLauncher

        public void setGuiLauncher​(boolean gui)
        Whether the LaunchAnywhere supports GUI (Graphical User Interface).
      • getWinVistaExecLevel

        public WinVistaExecLevel getWinVistaExecLevel()
        The Windows Vista execution level.
      • setWinVistaExecLevel

        public void setWinVistaExecLevel​(WinVistaExecLevel level)
        The Windows Vista execution level.
      • setLauncherVMBehavior

        public void setLauncherVMBehavior​(LaunchAnywhereVmBehavior behavior)
        Behavior of LaunchAnywhere settings.