public interface ISWCFileEntry
Modifier and Type | Method and Description |
---|---|
InputStream |
createInputStream()
Get the
InputStream of the file entry. |
String |
getContainingSWCPath()
Get the path of the SWC in which this file is contained
|
long |
getLastModified()
Get the time-stamp of the file.
|
String |
getPath()
Get the path of the file relative to the root of the package.
|
String getContainingSWCPath()
String getPath()
long getLastModified()
<file>
tag in catalog.xml file.InputStream createInputStream() throws IOException
InputStream
of the file entry.IOException
Copyright © 2016 The Apache Software Foundation. All rights reserved.