Uses of Class
com.github.javaparser.utils.SourceZip
-
Packages that use SourceZip Package Description com.github.javaparser.utils -
-
Uses of SourceZip in com.github.javaparser.utils
Methods in com.github.javaparser.utils that return SourceZip Modifier and Type Method Description SourceZip
SourceZip. parse(SourceZip.Callback callback)
Tries to parse all '.java' files in the ZIP located at this SourceZip's path and returns the parse results in a list.SourceZip
SourceZip. setParserConfiguration(ParserConfiguration parserConfiguration)
-