net.sf.jour.util
Class ConfigFileUtil

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bynet.sf.jour.util.FileUtil
                  extended bynet.sf.jour.util.ConfigFileUtil
All Implemented Interfaces:
java.io.Serializable

public class ConfigFileUtil
extends FileUtil

TODO Add docs Need this Class so runtime would not depend on JAXB. Created on 04.12.2004 Contributing Author(s): Misha Lifschitz (Inital implementation) Vlad Skarzhevskyy (Inital implementation)

Version:
$Revision: 1.3 $ ($Author: vlads $) $Date: 2004/12/09 21:35:18 $
Author:
vlads
See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class net.sf.jour.util.FileUtil
FileUtil.FileListByDateComparator
 
Field Summary
 
Fields inherited from class net.sf.jour.util.FileUtil
log
 
Fields inherited from class java.lang.RuntimeException
 
Constructor Summary
ConfigFileUtil()
           
 
Method Summary
static java.io.InputStream loadConfig(java.lang.String fileName)
           
static java.lang.Object unmarshalConfigFile(java.lang.String fileName, java.lang.String packageName)
           
 
Methods inherited from class net.sf.jour.util.FileUtil
deleteDir, getFile, getFileLocation, readTextFile, readTextFile, sortFileListByDate
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigFileUtil

public ConfigFileUtil()
Method Detail

unmarshalConfigFile

public static java.lang.Object unmarshalConfigFile(java.lang.String fileName,
                                                   java.lang.String packageName)

loadConfig

public static java.io.InputStream loadConfig(java.lang.String fileName)


Copyright © 2004 sourceforge. All Rights Reserved.