|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnet.sourceforge.blogentis.slide.SlideFileResource
An AbstractFileResource that represents a file stored in Slide.
| Constructor Summary | |
(package private) |
SlideFileResource(org.apache.turbine.util.RunData data,
Blog blog,
java.lang.String path)
|
| Method Summary | |
boolean |
exists()
Check whether the file exists. |
java.io.InputStream |
getFileAsInputStream()
|
java.lang.String |
getFileAsString()
Get the contents of the file as a string. |
java.util.Date |
getLastModified()
Get the last modification time of the file. |
java.lang.String |
getMimeType()
Get the stored mime-type of the file or compute it. |
java.lang.String |
getName()
|
java.lang.String |
getPath()
Get the the path that this file has. |
java.lang.String |
getProperty(java.lang.String propertyName)
Retrieve a property of the file. |
int |
getSize()
Get the size of the file. |
boolean |
isDirectory()
Determine if this is a directory. |
boolean |
isOriginal()
Check whether this file has not been modified by the user. |
void |
setProperty(java.lang.String propertyName,
java.lang.String propertyContents)
Set a property on a file. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
SlideFileResource(org.apache.turbine.util.RunData data,
Blog blog,
java.lang.String path)
| Method Detail |
public java.lang.String getPath()
AbstractFileResource
getPath in interface AbstractFileResourcepublic java.lang.String getName()
public boolean exists()
AbstractFileResource
exists in interface AbstractFileResourcepublic int getSize()
AbstractFileResource
getSize in interface AbstractFileResourcepublic java.util.Date getLastModified()
AbstractFileResource
getLastModified in interface AbstractFileResourcepublic java.lang.String getMimeType()
AbstractFileResource
getMimeType in interface AbstractFileResource
public java.io.InputStream getFileAsInputStream()
throws java.io.FileNotFoundException
getFileAsInputStream in interface AbstractFileResourcejava.io.FileNotFoundException
public java.lang.String getFileAsString()
throws java.io.FileNotFoundException
AbstractFileResource
getFileAsString in interface AbstractFileResourcejava.io.FileNotFoundExceptionpublic boolean isOriginal()
AbstractFileResource
isOriginal in interface AbstractFileResourcepublic java.lang.String getProperty(java.lang.String propertyName)
AbstractFileResource
getProperty in interface AbstractFileResourcepropertyName - the name of the property to fetch.
public void setProperty(java.lang.String propertyName,
java.lang.String propertyContents)
AbstractFileResource
setProperty in interface AbstractFileResourcepropertyName - the name of the property.propertyContents - the contents of the property.public boolean isDirectory()
AbstractFileResource
isDirectory in interface AbstractFileResource
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||