public abstract class JSSourceExtractor extends Object
| Modifier and Type | Field and Description |
|---|---|
static boolean |
DELETE_UPON_EXIT |
static boolean |
USE_TEMP_NAME |
| Constructor and Description |
|---|
JSSourceExtractor() |
| Modifier and Type | Method and Description |
|---|---|
abstract Set<MappedSourceModule> |
extractSources(URL entrypointUrl,
IHtmlParser htmlParser,
IUrlResolver urlResolver) |
abstract File |
getTempFile()
Returns the temporary file created by a call to
extractSources(URL, IHtmlParser, IUrlResolver) which holds all the
discovered JS source. |
public static boolean DELETE_UPON_EXIT
public static boolean USE_TEMP_NAME
public abstract Set<MappedSourceModule> extractSources(URL entrypointUrl, IHtmlParser htmlParser, IUrlResolver urlResolver) throws IOException, com.ibm.wala.cast.ir.translator.TranslatorToCAst.Error
IOExceptioncom.ibm.wala.cast.ir.translator.TranslatorToCAst.Errorpublic abstract File getTempFile()
extractSources(URL, IHtmlParser, IUrlResolver) which holds all the
discovered JS source. If no such file exists, returns nullCopyright © 2017. All rights reserved.