org.seasar.robot.client.fs
クラス FileSystemClient

java.lang.Object
  上位を拡張 org.seasar.robot.client.AbstractS2RobotClient
      上位を拡張 org.seasar.robot.client.fs.FileSystemClient
すべての実装されたインタフェース:
S2RobotClient

public class FileSystemClient
extends AbstractS2RobotClient

FileSystemClient is S2RobotClient implementation to crawl files on a file system.

作成者:
shinsuke

フィールドの概要
protected  String charset
           
protected  ContentLengthHelper contentLengthHelper
           
 
コンストラクタの概要
FileSystemClient()
           
 
メソッドの概要
 ResponseData doGet(String uri)
           
 ResponseData doHead(String url)
           
protected  String geCharSet(File file)
           
 String getCharset()
           
protected  String preprocessUri(String uri)
           
 void setCharset(String charset)
           
 
クラス org.seasar.robot.client.AbstractS2RobotClient から継承されたメソッド
getInitParameter, setInitParameterMap
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

charset

protected String charset

contentLengthHelper

protected ContentLengthHelper contentLengthHelper
コンストラクタの詳細

FileSystemClient

public FileSystemClient()
メソッドの詳細

doGet

public ResponseData doGet(String uri)

preprocessUri

protected String preprocessUri(String uri)

geCharSet

protected String geCharSet(File file)

getCharset

public String getCharset()

setCharset

public void setCharset(String charset)

doHead

public ResponseData doHead(String url)


Copyright © 2009-2010 The Seasar Foundation. All Rights Reserved.