|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFeedFile
This should be implemented by files that are to be inserted into a RSS feed
Method Summary | |
---|---|
java.lang.String |
getContentType()
Used to get the content type |
java.lang.String |
getDescription()
Used to get the description of the file |
java.io.File |
getFile()
Used to get the location of the file |
java.util.Date |
getLastModified()
Used to get the date the file was last modified |
java.net.URL |
getLink()
Used to get the URL of the file |
java.lang.String |
getTitle()
Used to get the title of the file |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Method Detail |
---|
java.lang.String getContentType()
java.io.File getFile()
java.util.Date getLastModified()
java.lang.String getTitle()
java.net.URL getLink()
java.lang.String getDescription()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |