Uses of Interface
org.aksw.shellgebra.exec.invocation.ExecutableResolver
Packages that use ExecutableResolver
-
Uses of ExecutableResolver in org.aksw.shellgebra.exec.invocation
Methods in org.aksw.shellgebra.exec.invocation that return ExecutableResolverMethods in org.aksw.shellgebra.exec.invocation with parameters of type ExecutableResolverModifier and TypeMethodDescriptionstatic CompileContextCompileContext.of(ExecutableResolver resolver) Compile context with a given resolver, current working directory and empty environment.Constructors in org.aksw.shellgebra.exec.invocation with parameters of type ExecutableResolverModifierConstructorDescriptionCompileContext(Path workDir, Map<String, String> env, ExecutableResolver resolver)