hudson.plugins.backlog.webdav
クラス FilePathEntity
java.lang.Object
org.apache.http.entity.AbstractHttpEntity
hudson.plugins.backlog.webdav.FilePathEntity
- すべての実装されたインタフェース:
- org.apache.http.HttpEntity
public class FilePathEntity
- extends org.apache.http.entity.AbstractHttpEntity
HttpEntity that uses FilePath instead of File.
- 作成者:
- ikikko
- 関連項目:
FileEntity,
InputStreamEntity
|
フィールドの概要 |
protected hudson.FilePath |
filePath
|
| クラス org.apache.http.entity.AbstractHttpEntity から継承されたフィールド |
chunked, contentEncoding, contentType |
|
コンストラクタの概要 |
FilePathEntity(hudson.FilePath filePath,
java.lang.String contentType)
|
| クラス org.apache.http.entity.AbstractHttpEntity から継承されたメソッド |
consumeContent, getContentEncoding, getContentType, isChunked, setChunked, setContentEncoding, setContentEncoding, setContentType, setContentType |
| クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
filePath
protected final hudson.FilePath filePath
FilePathEntity
public FilePathEntity(hudson.FilePath filePath,
java.lang.String contentType)
isRepeatable
public boolean isRepeatable()
getContentLength
public long getContentLength()
getContent
public java.io.InputStream getContent()
throws java.io.IOException,
java.lang.IllegalStateException
- 例外:
java.io.IOException
java.lang.IllegalStateException
writeTo
public void writeTo(java.io.OutputStream outstream)
throws java.io.IOException
- 例外:
java.io.IOException
isStreaming
public boolean isStreaming()
Copyright © 2004-2012. All Rights Reserved.