| Package | Description |
|---|---|
| com.rometools.rome.feed | |
| com.rometools.rome.feed.impl | |
| com.rometools.rome.feed.module | |
| com.rometools.rome.feed.synd |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends CopyFrom> |
CopyFrom.getInterface()
Returns the interface the copyFrom works on.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CopyFrom.copyFrom(CopyFrom obj)
Copies all the properties of the given bean into this one.
|
| Constructor and Description |
|---|
CopyFromHelper(Class<? extends CopyFrom> beanInterfaceClass,
Map<String,Class<?>> basePropInterfaceMap,
Map<Class<? extends CopyFrom>,Class<?>> basePropClassImplMap) |
CopyFromHelper(Class<? extends CopyFrom> beanInterfaceClass,
Map<String,Class<?>> basePropInterfaceMap,
Map<Class<? extends CopyFrom>,Class<?>> basePropClassImplMap) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DCModule
Dublin Core Module.
|
interface |
DCSubject
Subject of the Dublin Core ModuleImpl.
|
interface |
Module
Base class for modules describing Metadata of feeds.
|
interface |
SyModule
Syndication ModuleImpl.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DCModuleImpl
Dublin Core ModuleImpl, default implementation.
|
class |
DCSubjectImpl
Subject of the Dublin Core ModuleImpl, default implementation.
|
class |
ModuleImpl
Base class for modules describing Metadata of feeds, default implementations.
|
class |
SyModuleImpl
Syndication ModuleImpl, default implementation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DCModuleImpl.copyFrom(CopyFrom obj) |
void |
DCSubjectImpl.copyFrom(CopyFrom obj) |
void |
SyModuleImpl.copyFrom(CopyFrom obj) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SyndCategory
Bean interface for categories of SyndFeedImpl feeds and entries.
|
interface |
SyndContent
Bean interface for content of SyndFeedImpl entries.
|
interface |
SyndEnclosure |
interface |
SyndEntry
Bean interface for entries of SyndFeedImpl feeds.
|
interface |
SyndFeed
Bean interface for all types of feeds.
|
interface |
SyndImage
Bean interface for images of SyndFeedImpl feeds.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SyndCategoryImpl
Bean for categories of SyndFeedImpl feeds and entries.
|
class |
SyndContentImpl
Bean for content of SyndFeedImpl entries.
|
class |
SyndEnclosureImpl |
class |
SyndEntryImpl
Bean for entries of SyndFeedImpl feeds.
|
class |
SyndFeedImpl
Bean for all types of feeds.
|
class |
SyndImageImpl
Bean for images of SyndFeedImpl feeds.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends CopyFrom> |
SyndCategoryImpl.getInterface() |
| Modifier and Type | Method and Description |
|---|---|
void |
SyndContentImpl.copyFrom(CopyFrom obj) |
void |
SyndEnclosureImpl.copyFrom(CopyFrom obj) |
void |
SyndImageImpl.copyFrom(CopyFrom syndImage) |
void |
SyndCategoryImpl.copyFrom(CopyFrom obj) |
void |
SyndEntryImpl.copyFrom(CopyFrom obj) |
void |
SyndFeedImpl.copyFrom(CopyFrom obj) |
Copyright © 2021. All rights reserved.