|
||||||||||
| 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(java.io.InputStream ins,
ContentCreator contentCreator)
Read the content from the input stream and create the content using the provided content creator. |
void |
parse(java.net.URL url,
ContentCreator creator)
Read the content from the URL and create the content using the provided content creator. |
| Method Detail |
|---|
void parse(java.net.URL url,
ContentCreator creator)
throws java.io.IOException,
javax.jcr.RepositoryException
url - The input stream.
java.io.IOException
javax.jcr.RepositoryException
void parse(java.io.InputStream ins,
ContentCreator contentCreator)
throws java.io.IOException,
javax.jcr.RepositoryException
ins - the input stream.
java.io.IOException
javax.jcr.RepositoryException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||