net.sf.doolin.oxml
Class OXMLUtils

java.lang.Object
  extended by net.sf.doolin.oxml.OXMLUtils

public class OXMLUtils
extends Object

Utilities for OXML.

Author:
Damien Coraboeuf (x74639)

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

displayCollections

public static void displayCollections(Map<String,Set<Object>> collections)
Displays the list of collections on the system console.

Parameters:
collections - Collections

writeCollections

public static void writeCollections(File collectionFile,
                                    Map<String,Set<Object>> collections)
                             throws IOException
Writes the collections into a file

Parameters:
collectionFile - File to write to (its previous content will be overriden)
collections - Collections to write
Throws:
IOException - If the content cannot be written


Copyright © 2011. All Rights Reserved.