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)
           
 
メソッドの概要
 java.io.InputStream getContent()
           
 long getContentLength()
           
 boolean isRepeatable()
           
 boolean isStreaming()
           
 void writeTo(java.io.OutputStream outstream)
           
 
クラス 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.