|
|||||||||
| 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 | |
|---|---|
java.util.Map<java.lang.String,RemotePackageInfo> |
parse(java.io.InputStream indexStream,
UrlProvider contentSource)
Given an input stream containing the index data, this will parse that data and return the parsed information. |
| Method Detail |
|---|
java.util.Map<java.lang.String,RemotePackageInfo> parse(java.io.InputStream indexStream,
UrlProvider contentSource)
throws java.lang.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
java.lang.Exception - if failed to parse the index file
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||