Class CompileContext
java.lang.Object
org.aksw.shellgebra.exec.invocation.CompileContext
-
Constructor Summary
ConstructorsConstructorDescriptionCompileContext(Path workDir, Map<String, String> env, ExecutableResolver resolver) -
Method Summary
Modifier and TypeMethodDescriptiongetEnv()static CompileContextstatic CompileContextof(ExecutableResolver resolver) Compile context with a given resolver, current working directory and empty environment.
-
Constructor Details
-
CompileContext
-
-
Method Details
-
of
Compile context with a given resolver, current working directory and empty environment. -
noResolve
-
getWorkDir
-
getEnv
-
getResolver
-