| Modifier and Type | Field and Description |
|---|---|
protected FeedType |
RSSGenerator.format
feed format to use *
|
| Modifier and Type | Method and Description |
|---|---|
FeedType |
RSSGenerator.getFormat() |
static FeedType |
FeedType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FeedType[] |
FeedType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.sun.syndication.feed.synd.SyndFeed |
RSSIOUtil.createFeed(EnumMap<Field,String> feedProperties,
FeedType type,
Map<Field,Object> values) |
void |
RSSGenerator.createFeedFile(URL url,
FeedType type,
Map<Field,Object> values) |
| Constructor and Description |
|---|
RSSGenerator(EnumMap<Field,String> feedProperties,
EnumMap<Field,String> itemProperties,
File generatorDirectory,
FeedType format,
int nbItems) |
Copyright © 2008–2016 CodeLutin. All rights reserved.