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 Part
FmlParser. currentPart
Collect 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. parts
Field 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 void
Faqs. addPart(Part part)
Method addPart.void
Faqs. 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 void
Faqs. setParts(java.util.List<Part> parts)
Set list of FAQ part.
-