|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IContentSaver
The Interface IContentSaver.
| Method Summary | |
|---|---|
void |
addCommonAttribute(java.lang.String attributeName,
java.lang.String attributeValue)
Adds the common attribute. |
void |
addItem(java.lang.String itemID,
java.util.Map<java.lang.String,java.lang.String> attributes)
Adds the item. |
void |
addItems(java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> items)
Adds the items. |
void |
addSubSaver(IContentSaver attributeSaver)
Adds the sub saver. |
void |
save()
Save. |
void |
setFile(java.lang.String fileName)
Sets the file. |
| Method Detail |
|---|
void addCommonAttribute(java.lang.String attributeName,
java.lang.String attributeValue)
attributeName - the attribute nameattributeValue - the attribute value
void addItem(java.lang.String itemID,
java.util.Map<java.lang.String,java.lang.String> attributes)
itemID - the item idattributes - the attributesvoid addItems(java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> items)
items - the itemsvoid addSubSaver(IContentSaver attributeSaver)
attributeSaver - the attribute savervoid save()
void setFile(java.lang.String fileName)
fileName - the new file
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||