public abstract class FetchItem extends Object
Constructor and Description |
---|
FetchItem(String name,
FetchProfile.Item fetchProfileItem) |
Modifier and Type | Method and Description |
---|---|
FetchProfile.Item |
getFetchProfileItem() |
String |
getName() |
abstract Object |
parseItem(FetchResponse r)
Parse the item into some kind of object appropriate for the item.
|
public FetchItem(String name, FetchProfile.Item fetchProfileItem)
public String getName()
public FetchProfile.Item getFetchProfileItem()
public abstract Object parseItem(FetchResponse r) throws ParsingException
r
- the responseParsingException
- for parsing failuresCopyright © 2017 JBoss by Red Hat. All rights reserved.