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 SourceZipSourceZip. 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.SourceZipSourceZip. setJavaParser(JavaParser javaParser)Deprecated.store ParserConfiguration nowSourceZipSourceZip. setParserConfiguration(ParserConfiguration parserConfiguration)
-