|
ModeShape Distribution 3.5.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.modeshape.jcr.value.binary.AbstractBinary
org.modeshape.jcr.value.binary.ExternalBinaryValue
org.modeshape.connector.git.GitBinaryValue
public class GitBinaryValue
A BinaryValue implementation used to read the content of a specific object ID from the supplied repository. This class
computes the MIME type lazily or upon serialization.
| Field Summary |
|---|
| Fields inherited from class org.modeshape.jcr.value.binary.AbstractBinary |
|---|
EMPTY_CONTENT |
| Constructor Summary | |
|---|---|
GitBinaryValue(org.eclipse.jgit.lib.ObjectId id,
org.eclipse.jgit.lib.ObjectLoader loader,
String sourceName,
String nameHint,
MimeTypeDetector mimeTypeDetector)
|
|
| Method Summary | |
|---|---|
InputStream |
getStream()
|
| Methods inherited from class org.modeshape.jcr.value.binary.ExternalBinaryValue |
|---|
getId, getMimeType, getMimeType, getSize, getSourceName, hasMimeType, setMimeType, toString |
| Methods inherited from class org.modeshape.jcr.value.binary.AbstractBinary |
|---|
compareTo, dispose, equals, getHash, getHexHash, getKey, getReadableSize, hashCode, keyFor, read |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GitBinaryValue(org.eclipse.jgit.lib.ObjectId id,
org.eclipse.jgit.lib.ObjectLoader loader,
String sourceName,
String nameHint,
MimeTypeDetector mimeTypeDetector)
| Method Detail |
|---|
public InputStream getStream()
throws RepositoryException
RepositoryException
|
ModeShape Distribution 3.5.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||