electric.util.fileloader.archive
Class ArchiveLoader

java.lang.Object
  extended byelectric.util.fileloader.archive.ArchiveLoader
All Implemented Interfaces:
IFileLoader, ILoggingConstants

public class ArchiveLoader
extends java.lang.Object
implements IFileLoader, ILoggingConstants

ArchiveLoader

Author:
webMethods

Field Summary
 
Fields inherited from interface electric.util.log.ILoggingConstants
CLASSLOADER_EVENT, COMMAND_EVENT, COMMENT_EVENT, CONFIG_EVENT, DEBUG_EVENT, ELECTRIC_LOGGING_PROPERTY, ERROR_EVENT, EXCEPTION_EVENT, FILE_EVENT, LICENSE_EVENT, RESOURCES_EVENT, SECURITY_EVENT, SHUTDOWN_EVENT, SOURCE_EVENT, SQL_EVENT, STARTUP_EVENT, WARNING_EVENT
 
Constructor Summary
ArchiveLoader(javax.servlet.ServletContext servletContext)
           
 
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

ArchiveLoader

public ArchiveLoader(javax.servlet.ServletContext servletContext)
Parameters:
servletContext -
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.