Package | Description |
---|---|
org.apache.maven.doxia.module.fml | |
org.apache.maven.doxia.module.fml.model |
Modifier and Type | Field and Description |
---|---|
private Faq |
FmlParser.currentFaq
Collect a single faq.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<Faq> |
Part.faqs
Field faqs.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Faq> |
Part.getFaqs()
Method getFaqs.
|
Modifier and Type | Method and Description |
---|---|
void |
Part.addFaq(Faq faq)
Method addFaq.
|
void |
Part.removeFaq(Faq faq)
Method removeFaq.
|
Modifier and Type | Method and Description |
---|---|
void |
Part.setFaqs(java.util.List<Faq> faqs)
Set a list of FAQ.
|