electric.util.fileloader.filesystem
Class FileSystemLoader

java.lang.Object
  extended byelectric.util.fileloader.filesystem.FileSystemLoader
All Implemented Interfaces:
IFileLoader

public class FileSystemLoader
extends java.lang.Object
implements IFileLoader

FileSystemLoader

Author:
webMethods

Constructor Summary
FileSystemLoader()
           
 
Method Summary
 boolean exists(java.lang.String path)
           
 IFileEntry[] getEntries(java.lang.String path)
           
 IFileEntry getEntry(java.lang.String path)
           
 boolean isFileSourceHotDeployable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileSystemLoader

public FileSystemLoader()
Method Detail

getEntry

public IFileEntry getEntry(java.lang.String path)
                    throws java.io.IOException
Specified by:
getEntry in interface IFileLoader
Parameters:
path -
Throws:
java.io.IOException

getEntries

public IFileEntry[] getEntries(java.lang.String path)
                        throws java.io.IOException
Specified by:
getEntries in interface IFileLoader
Parameters:
path -
Throws:
java.io.IOException

exists

public boolean exists(java.lang.String path)
Specified by:
exists in interface IFileLoader
Parameters:
path -

isFileSourceHotDeployable

public boolean isFileSourceHotDeployable()
Specified by:
isFileSourceHotDeployable in interface IFileLoader


copyright© 2001-2004 by webMethods All Rights Reserved.