ucar.unidata.idv
Class IdvServer

java.lang.Object
  extended by ucar.unidata.idv.IdvServer

public class IdvServer
extends Object

Author:
IDV development team

Nested Class Summary
 class IdvServer.MyIdv
          Class description
 
Constructor Summary
IdvServer(File userDir)
          _more_
 
Method Summary
 void evaluateIsl(StringBuffer isl)
          _more_
 void evaluateIsl(StringBuffer isl, Hashtable properties)
          _more_
 IdvServer.MyIdv getIdv()
          _more_
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdvServer

public IdvServer(File userDir)
          throws Exception
_more_

Parameters:
userDir - _more_
Throws:
Exception - _more_
Method Detail

evaluateIsl

public void evaluateIsl(StringBuffer isl)
                 throws Exception
_more_

Parameters:
isl - _more_
Throws:
Exception - _more_

evaluateIsl

public void evaluateIsl(StringBuffer isl,
                        Hashtable properties)
                 throws Exception
_more_

Parameters:
isl - _more_
properties - _more_
Throws:
Exception - _more_

getIdv

public IdvServer.MyIdv getIdv()
_more_

Returns:
_more_