public class JavaScriptFileManagerImpl extends Object implements JavaScriptFileManager
Constructor and Description |
---|
JavaScriptFileManagerImpl() |
Modifier and Type | Method and Description |
---|---|
String |
getDirectoryPath(String path) |
File |
getFile(String uri) |
JavaScriptFile |
getJavaScriptFile(Object object) |
public JavaScriptFile getJavaScriptFile(Object object) throws org.jaggeryjs.scriptengine.exceptions.ScriptException
getJavaScriptFile
in interface JavaScriptFileManager
org.jaggeryjs.scriptengine.exceptions.ScriptException
public File getFile(String uri) throws org.jaggeryjs.scriptengine.exceptions.ScriptException
getFile
in interface JavaScriptFileManager
org.jaggeryjs.scriptengine.exceptions.ScriptException
public String getDirectoryPath(String path) throws org.jaggeryjs.scriptengine.exceptions.ScriptException
getDirectoryPath
in interface JavaScriptFileManager
org.jaggeryjs.scriptengine.exceptions.ScriptException
Copyright © 2019 WSO2 Inc. All rights reserved.