Uses of Class
xal.app.launcher.App
-
Packages that use App Package Description xal.app.launcher -
-
Uses of App in xal.app.launcher
Methods in xal.app.launcher that return types with arguments of type App Modifier and Type Method Description List<App>LaunchModel. getApplications()get the applicationsMethods in xal.app.launcher with parameters of type App Modifier and Type Method Description intApp. compareTo(App app)Compare two instances.List<String>Rule. getCommands(App application)get the commands using the application's specific substitution for file path (%f) and name (%n)ProcessLauncher. launch(App application)Launch the specified applicationvoidLaunchModel. launchApplication(App application)launch the specified application using the first matching rulebooleanRule. matches(App application)determine whether this rule matches the specified application
-