public class BridgeRepositoryContent extends BridgeRepositoryElement<RepositoryContent> implements IDavFile
element, repo
Constructor and Description |
---|
BridgeRepositoryContent(IDavRepo repo,
RepositoryContent repositoryContent) |
Modifier and Type | Method and Description |
---|---|
InputStream |
getContent() |
String |
getContentLanguage() |
long |
getContentLength() |
String |
getContentType() |
Date |
getCreationDate() |
String |
getETag() |
Date |
getLastModified() |
void |
putContent(String contentType,
InputStream data) |
delete, getLock, getLocks, getName, getParentPath, getPath, getRepo, isLocked, lock, rename, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
delete, getName, getParentPath, getPath, getRepo, rename
getLock, getLocks, isLocked, lock
public BridgeRepositoryContent(IDavRepo repo, RepositoryContent repositoryContent)
public String getContentLanguage()
getContentLanguage
in interface IDavFile
public String getContentType()
getContentType
in interface IDavFile
public long getContentLength()
getContentLength
in interface IDavFile
public InputStream getContent()
getContent
in interface IDavFile
public void putContent(String contentType, InputStream data)
putContent
in interface IDavFile
public Date getLastModified()
getLastModified
in interface IDavItem
public Date getCreationDate()
getCreationDate
in interface IDavItem
Copyright © 2016–2022. All rights reserved.