Uses of Class
com.github.javaparser.utils.SourceZip
Packages that use SourceZip
-
Uses of SourceZip in com.github.javaparser.utils
Methods in com.github.javaparser.utils that return SourceZipModifier and TypeMethodDescriptionSourceZip.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.setParserConfiguration(ParserConfiguration parserConfiguration)