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
Konstruktoren - 
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:WriterFactoryReturn the writer for the constant summary.- Angegeben von:
 getConstantsSummaryWriterin 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:WriterFactoryReturn the writer for the package summary.- Angegeben von:
 getPackageSummaryWriterin 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:WriterFactoryReturn the writer for the module summary.- Angegeben von:
 getModuleSummaryWriterin 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:WriterFactoryReturns the writer for a given type element, or null if this writer is not supported by the doclet.- Angegeben von:
 getClassWriterin SchnittstelleWriterFactory- Parameter:
 typeElement- the class being documentedclassTree- the class tree- Gibt zurück:
 - the writer
 
 - 
getAnnotationTypeMemberWriter
Beschreibung aus Schnittstelle kopiert:WriterFactoryReturn the annotation type member writer for a given annotation type, or null if this writer is not supported by the doclet.- Angegeben von:
 getAnnotationTypeMemberWriterin 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:WriterFactoryReturn the annotation type optional member writer for a given annotation type, or null if this writer is not supported by the doclet.- Angegeben von:
 getAnnotationTypeOptionalMemberWriterin 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:WriterFactoryReturn the annotation type required member writer for a given annotation type, or null if this writer is not supported by the doclet.- Angegeben von:
 getAnnotationTypeRequiredMemberWriterin SchnittstelleWriterFactory- Parameter:
 classWriter- the writer for the annotation type being documented- Gibt zurück:
 - the member writer
 
 - 
getEnumConstantWriter
Beschreibung aus Schnittstelle kopiert:WriterFactoryReturn the enum constant writer for a given type element, or null if this writer is not supported by the doclet.- Angegeben von:
 getEnumConstantWriterin SchnittstelleWriterFactory- Parameter:
 classWriter- the writer for the type element being documented- Gibt zurück:
 - the enum constant writer
 
 - 
getFieldWriter
Beschreibung aus Schnittstelle kopiert:WriterFactoryReturn the field writer for a given type element, or null if this writer is not supported by the doclet.- Angegeben von:
 getFieldWriterin 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:WriterFactoryReturn the property writer for a given class, or null if this writer is not supported by the doclet.- Angegeben von:
 getPropertyWriterin SchnittstelleWriterFactory- Parameter:
 classWriter- the writer for the type element being documented- Gibt zurück:
 - the property writer
 
 - 
getMethodWriter
Beschreibung aus Schnittstelle kopiert:WriterFactoryReturn the method writer for a given type element, or null if this writer is not supported by the doclet.- Angegeben von:
 getMethodWriterin SchnittstelleWriterFactory- Parameter:
 classWriter- the writer for the class being documented- Gibt zurück:
 - the method writer
 
 - 
getConstructorWriter
Beschreibung aus Schnittstelle kopiert:WriterFactoryReturn the constructor writer for a given type element, or null if this writer is not supported by the doclet.- Angegeben von:
 getConstructorWriterin 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:WriterFactoryReturn the specified member summary writer for a given type element, or null if this writer is not supported by the doclet.- Angegeben von:
 getMemberSummaryWriterin SchnittstelleWriterFactory- Parameter:
 classWriter- the writer for the class being documentedmemberType- theVisibleMemberTablemember type indicating the type of member summary that should be returned- Gibt zurück:
 - the summary writer
 - Siehe auch:
 
 - 
getSerializedFormWriter
Beschreibung aus Schnittstelle kopiert:WriterFactoryReturn the writer for the serialized form.- Angegeben von:
 getSerializedFormWriterin SchnittstelleWriterFactory- Gibt zurück:
 - the writer for the serialized form
 
 - 
getDocFilesHandler
Beschreibung aus Schnittstelle kopiert:WriterFactoryReturn the handler for doc files.- Angegeben von:
 getDocFilesHandlerin SchnittstelleWriterFactory- Gibt zurück:
 - the handler for the doc files
 
 
 -