Uses of Class
net.ssehub.easy.instantiation.core.model.execution.Executor
-
Packages that use Executor Package Description net.ssehub.easy.instantiation.core.model.execution High level execution support.net.ssehub.easy.producer.core.mgmt This package contains classes which are needed for data management, i.e.net.ssehub.easy.producer.ui.internal This package holds extension classes of eclipse which must not be called or extended from other plug-ins. -
-
Uses of Executor in net.ssehub.easy.instantiation.core.model.execution
Methods in net.ssehub.easy.instantiation.core.model.execution that return Executor Modifier and Type Method Description ExecutorExecutor. addBase(java.io.File base)Explicitly adds an argument for the base directory for resolving property files.ExecutorExecutor. addConfiguration(Configuration config)Adds the configuration as argument.ExecutorExecutor. addConfiguration(Configuration config)Adds the configuration as argument.ExecutorExecutor. addCustomArgument(java.lang.String name, java.lang.Object value)Adds a custom argument.ExecutorExecutor. addSource(java.io.File source)Adds the source folder as argument.ExecutorExecutor. addSource(IProjectDescriptor source)Adds the source project as argument.ExecutorExecutor. addSources(java.io.File[] sources)Adds the source folders as argument.ExecutorExecutor. addSources(java.util.List<java.io.File> sources)Adds the source folders as argument.ExecutorExecutor. addSources(IProjectDescriptor[] sources)Adds the source projects as argument.ExecutorExecutor. addStartRuleName(java.lang.String startRuleName)Adds the start rule name as argument.ExecutorExecutor. addTarget(java.io.File target)Adds the target (folder) as argument.ExecutorExecutor. addTarget(IProjectDescriptor target)Adds the target project as argument.ExecutorExecutor. frozenOnly(boolean frozenOnly)Switches on / off whether only frozen variables shall be able for instantiation.Methods in net.ssehub.easy.instantiation.core.model.execution with parameters of type Executor Modifier and Type Method Description voidExecutor.IExecutable. execute(Executor executor, ITracer tracer, java.util.Map<java.lang.String,java.lang.Object> args)Performs the final execution for a script. -
Uses of Executor in net.ssehub.easy.producer.core.mgmt
Fields in net.ssehub.easy.producer.core.mgmt declared as Executor Modifier and Type Field Description private ExecutorVilExecutionThread. executorMethods in net.ssehub.easy.producer.core.mgmt that return Executor Modifier and Type Method Description protected ExecutorVilExecutionThread. createExecutor()Creates a VIL executor for the contained PLP.Methods in net.ssehub.easy.producer.core.mgmt with parameters of type Executor Modifier and Type Method Description static voidVilArgumentProvider. provideArguments(PLPInfo plp, Executor executor)Provides arguments via the registered argument providers.protected abstract voidVilArgumentProvider. provideArgumentsImpl(PLPInfo plp, Executor executor)Actually provides the arguments forexecutor. -
Uses of Executor in net.ssehub.easy.producer.ui.internal
Methods in net.ssehub.easy.producer.ui.internal with parameters of type Executor Modifier and Type Method Description protected voidVilClasspathProvider. provideArgumentsImpl(PLPInfo plp, Executor executor)
-