Package com.iizix.run.common
Interface ICommonJobCreator
- All Known Implementing Classes:
- ClientBuilder
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Interface used to create the common job instance for Eclipse or stand-alone for a command line process, typically the RemoteBuilder.
- Author:
- Christopher Mindus
- Method SummaryModifier and TypeMethodDescription- createNewJob- (IPropProgressMonitor monitor, IPrintAdapter printer, boolean isVerbose) Creates a new common job.
- Method Details- createNewJobCreates a new common job.- Parameters:
- monitor- The monitor to use, null for non-Eclipse processes.
- printer- The console printer.
- isVerbose- If the job should be verbose or not.