|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.rat.document.impl.CompositeDocument
public abstract class CompositeDocument
Composed from a set of archived documents.
| Constructor Summary | |
|---|---|
CompositeDocument(java.lang.String name)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
|
java.io.Reader |
reader()
Reads the content of this document. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.rat.document.IDocument |
|---|
readArchive |
| Constructor Detail |
|---|
public CompositeDocument(java.lang.String name)
| Method Detail |
|---|
public java.io.Reader reader()
throws java.io.IOException
IDocument
reader in interface IDocumentReader not null
java.io.IOException - if this document cannot be read
CompositeDocumentException - if this document can only be read as
a composite archivepublic java.lang.String getName()
getName in interface IResource
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||