org.gwe.utils.xstream
Class XMLConfigFile<MODEL_TYPE>

java.lang.Object
  extended by org.gwe.utils.xstream.XMLConfigFile<MODEL_TYPE>
Direct Known Subclasses:
KeysXMLConfigFile

public class XMLConfigFile<MODEL_TYPE>
extends java.lang.Object

Since:
Jan 15, 2009
Author:
Marco Ruiz

Constructor Summary
XMLConfigFile(java.lang.String fileName, AliasTransf... transformations)
           
 
Method Summary
 MODEL_TYPE getModel()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLConfigFile

public XMLConfigFile(java.lang.String fileName,
                     AliasTransf... transformations)
              throws java.io.FileNotFoundException
Throws:
java.io.FileNotFoundException
Method Detail

getModel

public MODEL_TYPE getModel()


Copyright © 2007-2009. All Rights Reserved.