org.gwe.app.client.config
Class XMLClientConfigReader

java.lang.Object
  extended by org.gwe.app.client.config.XMLClientConfigReader
All Implemented Interfaces:
ClientConfigReader

public class XMLClientConfigReader
extends java.lang.Object
implements ClientConfigReader

Since:
Jan 28, 2008
Author:
Marco Ruiz

Field Summary
static java.lang.String CONF_ARG_PREFIX
           
static java.lang.String DEFAULT_GRID_FILENAME
           
 
Constructor Summary
XMLClientConfigReader(java.lang.String confArg)
           
 
Method Summary
 GridInfo getGrid()
           
 HeadResourceInfo getHeadResource()
           
 KeyStore getKeys()
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONF_ARG_PREFIX

public static final java.lang.String CONF_ARG_PREFIX
See Also:
Constant Field Values

DEFAULT_GRID_FILENAME

public static final java.lang.String DEFAULT_GRID_FILENAME
See Also:
Constant Field Values
Constructor Detail

XMLClientConfigReader

public XMLClientConfigReader(java.lang.String confArg)
                      throws CredentialNotFoundException,
                             java.io.IOException
Throws:
CredentialNotFoundException
java.io.IOException
Method Detail

getGrid

public GridInfo getGrid()
Specified by:
getGrid in interface ClientConfigReader

getKeys

public KeyStore getKeys()
Specified by:
getKeys in interface ClientConfigReader

getHeadResource

public HeadResourceInfo getHeadResource()

main

public static void main(java.lang.String[] args)
                 throws CredentialNotFoundException,
                        java.io.IOException
Throws:
CredentialNotFoundException
java.io.IOException


Copyright © 2007-2009. All Rights Reserved.