|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ContentReader
The ContentReader
A content reader is provided by an ImportProvider
.
Method Summary | |
---|---|
void |
parse(InputStream ins,
ContentCreator contentCreator)
Read the content from the input stream and create the content using the provided content creator. |
void |
parse(URL url,
ContentCreator creator)
Read the content from the URL and create the content using the provided content creator. |
Method Detail |
---|
void parse(URL url, ContentCreator creator) throws IOException, javax.jcr.RepositoryException
url
- The input stream.
IOException
javax.jcr.RepositoryException
void parse(InputStream ins, ContentCreator contentCreator) throws IOException, javax.jcr.RepositoryException
ins
- the input stream.
IOException
javax.jcr.RepositoryException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |