Interface Launchers.Base
- All Known Subinterfaces:
Launchers.Build,Launchers.Probe,Launchers.Startup
- All Known Implementing Classes:
Launchers.BaseBuilder,Launchers.BuildConfig.Builder,Launchers.ProbeConfig.Builder,Launchers.StartupConfig.Builder
- Enclosing class:
- Launchers
public static interface Launchers.Base
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddTaskTriggers(String... files) Same as above, but it adds to the default existing onesvoidSets the tasks should explicitly runvoidforwardOutput(Boolean forwardOutput) voidvoidmainTasksWithArguments(String... args) voidvoidpostTasksWithArguments(String... args) voidvoidpreTasksWithArguments(String... args) voidsetTaskTriggers(String... files) This will set what files should trigger a launcher rerun
-
Method Details
-
explicit
Sets the tasks should explicitly run -
setTaskTriggers
This will set what files should trigger a launcher rerunCurrently, this checked by String::Contains
-
addTaskTriggers
Same as above, but it adds to the default existing ones -
preTasksWithArguments
-
preTasks
-
mainTasksWithArguments
-
mainTasks
-
postTasksWithArguments
-
postTasks
-
forwardOutput
-