| Package | Description |
|---|---|
| org.apache.maven.doxia.module.fml | |
| org.apache.maven.doxia.module.fml.model |
| Modifier and Type | Field and Description |
|---|---|
private Part |
FmlParser.currentPart
Collect a part.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<Part> |
Faqs.parts
Field parts.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Part> |
Faqs.getParts()
Method getParts.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Faqs.addPart(Part part)
Method addPart.
|
void |
Faqs.removePart(Part part)
Method removePart.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Faqs.setParts(java.util.List<Part> parts)
Set list of FAQ part.
|