Package de.hybris.platform.impex.jalo
Class BeanshellCodeLine
java.lang.Object
de.hybris.platform.impex.jalo.AbstractCodeLine
de.hybris.platform.impex.jalo.AbstractScriptingEngineCodeLine
de.hybris.platform.impex.jalo.BeanshellCodeLine
-
Constructor Summary
ConstructorsConstructorDescriptionBeanshellCodeLine(Map<Integer, String> csvLine, String marker, String scriptContent, int lineNumber, String location, String scriptingEngineName, ScriptingLanguagesService service) -
Method Summary
Methods inherited from class de.hybris.platform.impex.jalo.AbstractScriptingEngineCodeLine
executeAndSetResult, getScriptingEngineNameMethods inherited from class de.hybris.platform.impex.jalo.AbstractCodeLine
getExecutableCode, getLineNumber, getLocation, getMarker, getResult, getSourceLine, setResult, toString
-
Constructor Details
-
BeanshellCodeLine
-
-
Method Details
-
getStandardImports
- Specified by:
getStandardImportsin classAbstractScriptingEngineCodeLine
-