Uses of Class
com.thoughtworks.qdox.JavaProjectBuilder
Packages that use JavaProjectBuilder
-
Uses of JavaProjectBuilder in com.thoughtworks.qdox
Methods in com.thoughtworks.qdox that return JavaProjectBuilderModifier and TypeMethodDescriptionstatic JavaProjectBuilderNote that after loading JavaDocBuilder classloaders need to be re-added.JavaProjectBuilder.setDebugLexer(boolean debugLexer) Enable the debugmode for the LexerJavaProjectBuilder.setDebugParser(boolean debugParser) Enable the debugmode for the ParserJavaProjectBuilder.setEncoding(String encoding) Sets the encoding when using Files or URL's to parse.JavaProjectBuilder.setErrorHandler(ErrorHandler errorHandler) Sets the errorHandler which will be triggered when a parse exception occurs.