org.sapia.regis.loader
Class RegistryConfigLoader

java.lang.Object
  extended by org.sapia.regis.loader.RegistryConfigLoader

public class RegistryConfigLoader
extends Object


Constructor Summary
RegistryConfigLoader(RWNode root)
           
 
Method Summary
 void load(File file)
           
 void load(File file, Map vars)
           
 void load(InputStream is)
           
 void load(InputStream is, Map vars)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegistryConfigLoader

public RegistryConfigLoader(RWNode root)
Method Detail

load

public void load(File file,
                 Map vars)
          throws IOException,
                 DuplicateNodeException,
                 Exception
Throws:
IOException
DuplicateNodeException
Exception

load

public void load(File file)
          throws IOException,
                 DuplicateNodeException,
                 Exception
Throws:
IOException
DuplicateNodeException
Exception

load

public void load(InputStream is,
                 Map vars)
          throws IOException,
                 DuplicateNodeException,
                 Exception
Throws:
IOException
DuplicateNodeException
Exception

load

public void load(InputStream is)
          throws IOException,
                 DuplicateNodeException,
                 Exception
Throws:
IOException
DuplicateNodeException
Exception


Copyright © 2006 Sapia Open Community, Inc. All Rights Reserved.