Uses of Class
org.apache.maven.doxia.module.fml.model.Faq
-
Packages that use Faq Package Description org.apache.maven.doxia.module.fml org.apache.maven.doxia.module.fml.model -
-
Uses of Faq in org.apache.maven.doxia.module.fml
Fields in org.apache.maven.doxia.module.fml declared as Faq Modifier and Type Field Description private Faq
FmlParser. currentFaq
Collect a single faq. -
Uses of Faq in org.apache.maven.doxia.module.fml.model
Fields in org.apache.maven.doxia.module.fml.model with type parameters of type Faq Modifier and Type Field Description private java.util.List<Faq>
Part. faqs
Field faqs.Methods in org.apache.maven.doxia.module.fml.model that return types with arguments of type Faq Modifier and Type Method Description java.util.List<Faq>
Part. getFaqs()
Method getFaqs.Methods in org.apache.maven.doxia.module.fml.model with parameters of type Faq Modifier and Type Method Description void
Part. addFaq(Faq faq)
Method addFaq.void
Part. removeFaq(Faq faq)
Method removeFaq.Method parameters in org.apache.maven.doxia.module.fml.model with type arguments of type Faq Modifier and Type Method Description void
Part. setFaqs(java.util.List<Faq> faqs)
Set a list of FAQ.
-