Uses of Class
org.apache.maven.doxia.module.fml.model.Part
-
Packages that use Part Package Description org.apache.maven.doxia.module.fml org.apache.maven.doxia.module.fml.model -
-
Uses of Part in org.apache.maven.doxia.module.fml
Fields in org.apache.maven.doxia.module.fml declared as Part Modifier and Type Field Description private PartFmlParser. currentPartCollect a part. -
Uses of Part in org.apache.maven.doxia.module.fml.model
Fields in org.apache.maven.doxia.module.fml.model with type parameters of type Part Modifier and Type Field Description private java.util.List<Part>Faqs. partsField parts.Methods in org.apache.maven.doxia.module.fml.model that return types with arguments of type Part Modifier and Type Method Description java.util.List<Part>Faqs. getParts()Method getParts.Methods in org.apache.maven.doxia.module.fml.model with parameters of type Part Modifier and Type Method Description voidFaqs. addPart(Part part)Method addPart.voidFaqs. removePart(Part part)Method removePart.Method parameters in org.apache.maven.doxia.module.fml.model with type arguments of type Part Modifier and Type Method Description voidFaqs. setParts(java.util.List<Part> parts)Set list of FAQ part.
-