org.abstracthorizon.mercury.setup
Class MercurySetup

java.lang.Object
  extended by org.abstracthorizon.mercury.setup.MercurySetup

public class MercurySetup
extends Object


Constructor Summary
MercurySetup()
           
 
Method Summary
 void copy(InputStream is, OutputStream os)
           
 Object getServer()
           
 void setServer(Object server)
           
 void start()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MercurySetup

public MercurySetup()
Method Detail

setServer

public void setServer(Object server)

getServer

public Object getServer()

start

public void start()
           throws Exception
Throws:
Exception

copy

public void copy(InputStream is,
                 OutputStream os)
          throws Exception
Throws:
Exception


Copyright © 2005-2009 Abstract Horizon. All Rights Reserved.