|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.blojsom.plugin.common.RSSEnclosurePlugin.RSSEnclosure
RSS Enclosure
Constructor Summary | |
RSSEnclosurePlugin.RSSEnclosure(java.lang.String url,
long length,
java.lang.String type)
Construct an RSS enclosure |
Method Summary | |
long |
getLength()
Get the length of the enclosure |
java.lang.String |
getType()
Get the type of the enclosure |
java.lang.String |
getUrl()
Get the URL for the enclosure |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RSSEnclosurePlugin.RSSEnclosure(java.lang.String url, long length, java.lang.String type)
url
- URL to retrieve enclosurelength
- Length of enclosuretype
- Type of enclosureMethod Detail |
public java.lang.String getUrl()
public long getLength()
public java.lang.String getType()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |