org.outerj.daisy.install
Class SchemaUploader

java.lang.Object
  extended byorg.outerj.daisy.install.SchemaUploader

public class SchemaUploader
extends java.lang.Object


Constructor Summary
SchemaUploader(java.io.InputStream is)
           
 
Method Summary
 void load(org.outerj.daisy.repository.schema.RepositorySchema schema)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchemaUploader

public SchemaUploader(java.io.InputStream is)
               throws java.lang.Exception
Parameters:
is - the input stream from where to read the schema XML instructions. The caller is reponsible for closing this input stream.
Method Detail

load

public void load(org.outerj.daisy.repository.schema.RepositorySchema schema)
          throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © -2005 . All Rights Reserved.