com.sun.jaspic.config.factory
Class RegStoreFileParser

java.lang.Object
  extended by com.sun.jaspic.config.factory.RegStoreFileParser

public final class RegStoreFileParser
extends java.lang.Object

Used by GFServerConfigProvider to parse the configuration file. If a file does not exist originally, the default providers are not used. A file is only created if needed, which happens if providers are registered or unregistered through the store() or delete() methods.

Author:
Bobby Bissett

Constructor Summary
RegStoreFileParser(java.lang.String pathParent, java.lang.String pathChild, java.util.List<EntryInfo> defaultEntries)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegStoreFileParser

public RegStoreFileParser(java.lang.String pathParent,
                          java.lang.String pathChild,
                          java.util.List<EntryInfo> defaultEntries)


Copyright © 2012 GlassFish Community. All Rights Reserved.