public abstract class FetchItem extends Object
| 构造器和说明 |
|---|
FetchItem(String name,
FetchProfile.Item fetchProfileItem) |
| 限定符和类型 | 方法和说明 |
|---|---|
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 © 2021 Oracle. All rights reserved.