Class ScriptCompilerProviderImpl
java.lang.Object
org.aksw.shellgebra.exec.invocation.ScriptCompilerProviderImpl
- All Implemented Interfaces:
ScriptCompilerProvider
-
Constructor Summary
ConstructorsConstructorDescriptionScriptCompilerProviderImpl(List<String> supportedMediaTypes, ScriptCompiler scriptCompiler) -
Method Summary
Modifier and TypeMethodDescriptioncompile(String content, String mediaType, CompileContext cxt) static ScriptCompilerProviderof(List<String> supportedMediaTypes, ScriptCompiler scriptCompiler) booleanWhether the given media type can be handled by this compiler.
-
Constructor Details
-
ScriptCompilerProviderImpl
-
-
Method Details
-
supports
Whether the given media type can be handled by this compiler.- Specified by:
supportsin interfaceScriptCompilerProvider
-
compile
- Specified by:
compilein interfaceScriptCompilerProvider
-
of
public static ScriptCompilerProvider of(List<String> supportedMediaTypes, ScriptCompiler scriptCompiler)
-