dsnserver
Class XmlRpcGetFileList

java.lang.Object
  extended by dsnserver.XmlRpcGetFileList

public class XmlRpcGetFileList
extends java.lang.Object

A function wich is used as a XmlRpc function. It gives back all names of the .hex or .ihx file which are stored in the folder /hex.

Author:
kaltt

Constructor Summary
XmlRpcGetFileList()
           
 
Method Summary
 java.util.Vector getFileList()
          A function wich is used as a XmlRpc function.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlRpcGetFileList

public XmlRpcGetFileList()
Method Detail

getFileList

public java.util.Vector getFileList()
A function wich is used as a XmlRpc function. It gives back all names of the .hex or .ihex files which are stored in the folder /hex.

Returns:
Hashtable result (Keys: Filename)