electric.util.fileloader
Interface IFileEntry


public interface IFileEntry

IFileEntry

Author:
webMethods

Method Summary
 java.lang.String getAbsolutePath()
           
 java.lang.String getName()
           
 boolean isDirectory()
           
 java.io.InputStream openStream()
           
 

Method Detail

isDirectory

public boolean isDirectory()

openStream

public java.io.InputStream openStream()
                               throws java.io.IOException
Throws:
java.io.IOException

getName

public java.lang.String getName()

getAbsolutePath

public java.lang.String getAbsolutePath()


copyright© 2001-2004 by webMethods All Rights Reserved.