electric.util.fileloader
Interface IFileLoader

All Known Implementing Classes:
ArchiveLoader, FileSystemLoader

public interface IFileLoader

IFileLoader

Author:
webMethods

Method Summary
 boolean exists(java.lang.String path)
           
 IFileEntry[] getEntries(java.lang.String path)
           
 IFileEntry getEntry(java.lang.String path)
           
 boolean isFileSourceHotDeployable()
           
 

Method Detail

getEntry

public IFileEntry getEntry(java.lang.String path)
                    throws java.io.IOException
Parameters:
path -
Throws:
java.io.IOException

getEntries

public IFileEntry[] getEntries(java.lang.String path)
                        throws java.io.IOException
Parameters:
path -
Throws:
java.io.IOException

exists

public boolean exists(java.lang.String path)
Parameters:
path -

isFileSourceHotDeployable

public boolean isFileSourceHotDeployable()


copyright© 2001-2004 by webMethods All Rights Reserved.