|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.doolin.oxml.OXMLUtils
public class OXMLUtils
Utilities for OXML.
| Method Summary | |
|---|---|
static void |
displayCollections(Map<String,Set<Object>> collections)
Displays the list of collections on the system console. |
static void |
writeCollections(File collectionFile,
Map<String,Set<Object>> collections)
Writes the collections into a file |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void displayCollections(Map<String,Set<Object>> collections)
collections - Collections
public static void writeCollections(File collectionFile,
Map<String,Set<Object>> collections)
throws IOException
collectionFile - File to write to (its previous content will be overriden)collections - Collections to write
IOException - If the content cannot be written
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||