Klasse WriterFactoryImpl
java.lang.Object
org.jdrupes.mdoclet.internal.doclets.formats.html.WriterFactoryImpl
- Alle implementierten Schnittstellen:
WriterFactory
The factory that returns HTML writers.
-
Konstruktorübersicht
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibunggetAnnotationTypeMemberWriter
(ClassWriter classWriter) Return the annotation type member writer for a given annotation type, or null if this writer is not supported by the doclet.getAnnotationTypeOptionalMemberWriter
(ClassWriter classWriter) Return the annotation type optional member writer for a given annotation type, or null if this writer is not supported by the doclet.getAnnotationTypeRequiredMemberWriter
(ClassWriter classWriter) Return the annotation type required member writer for a given annotation type, or null if this writer is not supported by the doclet.getClassWriter
(TypeElement typeElement, ClassTree classTree) Returns the writer for a given type element, or null if this writer is not supported by the doclet.Return the writer for the constant summary.getConstructorWriter
(ClassWriter classWriter) Return the constructor writer for a given type element, or null if this writer is not supported by the doclet.getDocFilesHandler
(Element element) Return the handler for doc files.getEnumConstantWriter
(ClassWriter classWriter) Return the enum constant writer for a given type element, or null if this writer is not supported by the doclet.getFieldWriter
(ClassWriter classWriter) Return the field writer for a given type element, or null if this writer is not supported by the doclet.getMemberSummaryWriter
(ClassWriter classWriter, VisibleMemberTable.Kind memberType) Return the specified member summary writer for a given type element, or null if this writer is not supported by the doclet.getMethodWriter
(ClassWriter classWriter) Return the method writer for a given type element, or null if this writer is not supported by the doclet.Return the writer for the module summary.getPackageSummaryWriter
(PackageElement packageElement) Return the writer for the package summary.getPropertyWriter
(ClassWriter classWriter) Return the property writer for a given class, or null if this writer is not supported by the doclet.Return the writer for the serialized form.
-
Konstruktordetails
-
WriterFactoryImpl
-
-
Methodendetails
-
getConstantsSummaryWriter
Beschreibung aus Schnittstelle kopiert:WriterFactory
Return the writer for the constant summary.- Angegeben von:
getConstantsSummaryWriter
in SchnittstelleWriterFactory
- Gibt zurück:
- the writer for the constant summary. Return null if this writer is not supported by the doclet.
-
getPackageSummaryWriter
Beschreibung aus Schnittstelle kopiert:WriterFactory
Return the writer for the package summary.- Angegeben von:
getPackageSummaryWriter
in SchnittstelleWriterFactory
- Parameter:
packageElement
- the package being documented- Gibt zurück:
- the writer for the package summary. Return null if this writer is not supported by the doclet.
-
getModuleSummaryWriter
Beschreibung aus Schnittstelle kopiert:WriterFactory
Return the writer for the module summary.- Angegeben von:
getModuleSummaryWriter
in SchnittstelleWriterFactory
- Parameter:
mdle
- the module being documented- Gibt zurück:
- the writer for the module summary. Return null if this writer is not supported by the doclet.
-
getClassWriter
Beschreibung aus Schnittstelle kopiert:WriterFactory
Returns the writer for a given type element, or null if this writer is not supported by the doclet.- Angegeben von:
getClassWriter
in SchnittstelleWriterFactory
- Parameter:
typeElement
- the class being documentedclassTree
- the class tree- Gibt zurück:
- the writer
-
getAnnotationTypeMemberWriter
Beschreibung aus Schnittstelle kopiert:WriterFactory
Return the annotation type member writer for a given annotation type, or null if this writer is not supported by the doclet.- Angegeben von:
getAnnotationTypeMemberWriter
in SchnittstelleWriterFactory
- Parameter:
classWriter
- the writer for the annotation type being documented- Gibt zurück:
- the member writer
-
getAnnotationTypeOptionalMemberWriter
public AnnotationTypeMemberWriterImpl getAnnotationTypeOptionalMemberWriter(ClassWriter classWriter) Beschreibung aus Schnittstelle kopiert:WriterFactory
Return the annotation type optional member writer for a given annotation type, or null if this writer is not supported by the doclet.- Angegeben von:
getAnnotationTypeOptionalMemberWriter
in SchnittstelleWriterFactory
- Parameter:
classWriter
- the writer for the annotation type being documented- Gibt zurück:
- the member writer
-
getAnnotationTypeRequiredMemberWriter
public AnnotationTypeMemberWriterImpl getAnnotationTypeRequiredMemberWriter(ClassWriter classWriter) Beschreibung aus Schnittstelle kopiert:WriterFactory
Return the annotation type required member writer for a given annotation type, or null if this writer is not supported by the doclet.- Angegeben von:
getAnnotationTypeRequiredMemberWriter
in SchnittstelleWriterFactory
- Parameter:
classWriter
- the writer for the annotation type being documented- Gibt zurück:
- the member writer
-
getEnumConstantWriter
Beschreibung aus Schnittstelle kopiert:WriterFactory
Return the enum constant writer for a given type element, or null if this writer is not supported by the doclet.- Angegeben von:
getEnumConstantWriter
in SchnittstelleWriterFactory
- Parameter:
classWriter
- the writer for the type element being documented- Gibt zurück:
- the enum constant writer
-
getFieldWriter
Beschreibung aus Schnittstelle kopiert:WriterFactory
Return the field writer for a given type element, or null if this writer is not supported by the doclet.- Angegeben von:
getFieldWriter
in SchnittstelleWriterFactory
- Parameter:
classWriter
- the writer for the class being documented- Gibt zurück:
- the field writer for the given class. Return null if this writer is not supported by the doclet.
-
getPropertyWriter
Beschreibung aus Schnittstelle kopiert:WriterFactory
Return the property writer for a given class, or null if this writer is not supported by the doclet.- Angegeben von:
getPropertyWriter
in SchnittstelleWriterFactory
- Parameter:
classWriter
- the writer for the type element being documented- Gibt zurück:
- the property writer
-
getMethodWriter
Beschreibung aus Schnittstelle kopiert:WriterFactory
Return the method writer for a given type element, or null if this writer is not supported by the doclet.- Angegeben von:
getMethodWriter
in SchnittstelleWriterFactory
- Parameter:
classWriter
- the writer for the class being documented- Gibt zurück:
- the method writer
-
getConstructorWriter
Beschreibung aus Schnittstelle kopiert:WriterFactory
Return the constructor writer for a given type element, or null if this writer is not supported by the doclet.- Angegeben von:
getConstructorWriter
in SchnittstelleWriterFactory
- Parameter:
classWriter
- the writer for the type element being documented- Gibt zurück:
- the constructor writer
-
getMemberSummaryWriter
public MemberSummaryWriter getMemberSummaryWriter(ClassWriter classWriter, VisibleMemberTable.Kind memberType) Beschreibung aus Schnittstelle kopiert:WriterFactory
Return the specified member summary writer for a given type element, or null if this writer is not supported by the doclet.- Angegeben von:
getMemberSummaryWriter
in SchnittstelleWriterFactory
- Parameter:
classWriter
- the writer for the class being documentedmemberType
- theVisibleMemberTable
member type indicating the type of member summary that should be returned- Gibt zurück:
- the summary writer
- Siehe auch:
-
getSerializedFormWriter
Beschreibung aus Schnittstelle kopiert:WriterFactory
Return the writer for the serialized form.- Angegeben von:
getSerializedFormWriter
in SchnittstelleWriterFactory
- Gibt zurück:
- the writer for the serialized form
-
getDocFilesHandler
Beschreibung aus Schnittstelle kopiert:WriterFactory
Return the handler for doc files.- Angegeben von:
getDocFilesHandler
in SchnittstelleWriterFactory
- Gibt zurück:
- the handler for the doc files
-