Package | Description |
---|---|
com.rometools.modules.itunes |
This is a ROME plug in that implements the iTunes RSS extensions as defined
by Apple in their
documentation.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<Category> |
FeedInformationImpl.categories |
Modifier and Type | Method and Description |
---|---|
java.util.List<Category> |
FeedInformationImpl.getCategories()
The parent categories for this feed
|
java.util.List<Category> |
FeedInformation.getCategories()
The parent categories for this feed
|
Modifier and Type | Method and Description |
---|---|
void |
FeedInformationImpl.setCategories(java.util.List<Category> categories)
The parent categories for this feed
|
void |
FeedInformation.setCategories(java.util.List<Category> categories)
The parent categories for this feed
|