QuickServer
v1.4.7

org.quickserver.util.xmlreader
Class PluginConfigReader

java.lang.Object
  extended byorg.quickserver.util.xmlreader.PluginConfigReader

public class PluginConfigReader
extends java.lang.Object

This class reads the xml configuration and gives QSAdminPluginConfig object.

Since:
1.3.2
Author:
Akshathkumar Shetty

Constructor Summary
PluginConfigReader()
           
 
Method Summary
static QSAdminPluginConfig read(java.io.File input)
          Parses XML config of QSAdmin Plugin
static QSAdminPluginConfig read(java.lang.String fileName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginConfigReader

public PluginConfigReader()
Method Detail

read

public static QSAdminPluginConfig read(java.lang.String fileName)
                                throws java.lang.Exception
Throws:
java.lang.Exception

read

public static QSAdminPluginConfig read(java.io.File input)
                                throws java.lang.Exception
Parses XML config of QSAdmin Plugin

Throws:
java.lang.Exception

QuickServer
v1.4.7

Copyright © 2003-2006 QuickServer.org