org.seasar.framework.util
クラス HotText

java.lang.Object
  拡張org.seasar.framework.util.HotText

public class HotText
extends Object

作成者:
higa

コンストラクタの概要
HotText()
           
HotText(String path)
           
 
メソッドの概要
 String getPath()
           
 String getValue()
           
 boolean isModified()
           
 void setPath(String path)
           
 void setValue(String value)
           
protected  void updateValueByFile()
           
protected  void updateValueByPath()
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

HotText

public HotText()

HotText

public HotText(String path)
メソッドの詳細

getPath

public String getPath()

setPath

public void setPath(String path)

getValue

public String getValue()

setValue

public void setValue(String value)

isModified

public boolean isModified()

updateValueByFile

protected void updateValueByFile()

updateValueByPath

protected void updateValueByPath()


Copyright © 2004-2007 The Seasar Foundation. All Rights Reserved.