|
Nuxeo Enterprise Platform 5.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Summary
This class is used to build the summary file in a Zip export. It can displays a summary in two ways:
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface java.util.Map |
|---|
java.util.Map.Entry<K,V> |
| Method Summary | |
|---|---|
java.lang.String |
displayEntry(java.lang.StringBuffer sb,
SummaryEntry parentEntry)
Displays recursively on entry. |
java.util.List<SummaryEntry> |
getChildren(SummaryEntry parentEntry)
|
SummaryEntry |
getSummaryRoot()
Gets the root SummaryEntry in the map. |
boolean |
hasChild(SummaryEntry parentEntry)
Tests if the given entry has at least one child in the map. |
java.lang.String |
toFlatList()
Display all the map in a flat way. |
java.lang.String |
toTreeString()
Displays all the map hierarchically. |
| Methods inherited from interface java.util.Map |
|---|
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
| Method Detail |
|---|
boolean hasChild(SummaryEntry parentEntry)
parentEntry - is the entry to test
java.util.List<SummaryEntry> getChildren(SummaryEntry parentEntry)
parentEntry - is parent of children you want to get
java.lang.String displayEntry(java.lang.StringBuffer sb,
SummaryEntry parentEntry)
sb - is the String to display.parentEntry - is the entry to display
java.lang.String toFlatList()
java.lang.String toTreeString()
SummaryEntry getSummaryRoot()
|
Nuxeo Enterprise Platform 5.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||