Class ModifyableClassLibraryBuilder
- java.lang.Object
-
- com.thoughtworks.qdox.library.OrderedClassLibraryBuilder
-
- com.devonfw.cobigen.javaplugin.merger.libextension.ModifyableClassLibraryBuilder
-
- All Implemented Interfaces:
com.thoughtworks.qdox.library.ClassLibraryBuilder,Serializable
public class ModifyableClassLibraryBuilder extends com.thoughtworks.qdox.library.OrderedClassLibraryBuilder- Author:
- mbrunnli (04.04.2013)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ModifyableClassLibraryBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.thoughtworks.qdox.model.JavaSourceaddSource(File file)com.thoughtworks.qdox.model.JavaSourceaddSource(InputStream stream)com.thoughtworks.qdox.model.JavaSourceaddSource(Reader reader)com.thoughtworks.qdox.model.JavaSourceaddSource(URL url)protected com.thoughtworks.qdox.library.SourceLibrarynewSourceLibrary(com.thoughtworks.qdox.library.AbstractClassLibrary parentLibrary)-
Methods inherited from class com.thoughtworks.qdox.library.OrderedClassLibraryBuilder
addSourceFolder, appendClassLoader, appendDefaultClassLoaders, appendSource, appendSource, appendSource, appendSource, appendSourceFolder, getClassLibrary, getSourceLibrary, newClassLoaderLibrary, newSourceFolderLibrary, setDebugLexer, setDebugParser, setEncoding, setErrorHander, setModelBuilderFactory, setModelWriterFactory
-
-
-
-
Method Detail
-
addSource
public com.thoughtworks.qdox.model.JavaSource addSource(File file) throws IOException
- Specified by:
addSourcein interfacecom.thoughtworks.qdox.library.ClassLibraryBuilder- Overrides:
addSourcein classcom.thoughtworks.qdox.library.OrderedClassLibraryBuilder- Throws:
IOException
-
addSource
public com.thoughtworks.qdox.model.JavaSource addSource(InputStream stream) throws IOException
- Specified by:
addSourcein interfacecom.thoughtworks.qdox.library.ClassLibraryBuilder- Overrides:
addSourcein classcom.thoughtworks.qdox.library.OrderedClassLibraryBuilder- Throws:
IOException
-
addSource
public com.thoughtworks.qdox.model.JavaSource addSource(Reader reader)
- Specified by:
addSourcein interfacecom.thoughtworks.qdox.library.ClassLibraryBuilder- Overrides:
addSourcein classcom.thoughtworks.qdox.library.OrderedClassLibraryBuilder
-
addSource
public com.thoughtworks.qdox.model.JavaSource addSource(URL url) throws IOException
- Specified by:
addSourcein interfacecom.thoughtworks.qdox.library.ClassLibraryBuilder- Overrides:
addSourcein classcom.thoughtworks.qdox.library.OrderedClassLibraryBuilder- Throws:
IOException
-
newSourceLibrary
protected com.thoughtworks.qdox.library.SourceLibrary newSourceLibrary(com.thoughtworks.qdox.library.AbstractClassLibrary parentLibrary)
- Overrides:
newSourceLibraryin classcom.thoughtworks.qdox.library.OrderedClassLibraryBuilder
-
-