|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IndexParser
Parses an index file that provides the metadata about content found in a content source.
| Method Summary | |
|---|---|
Map<String,RemotePackageInfo> |
parse(InputStream indexStream,
UrlProvider contentSource)
Given an input stream containing the index data, this will parse that data and return the parsed information. |
| Method Detail |
|---|
Map<String,RemotePackageInfo> parse(InputStream indexStream,
UrlProvider contentSource)
throws Exception
indexStream - stream containing the index data (it is not necessary for this method to close this)contentSource - the content source where the index file came from
Exception - if failed to parse the index file
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||