com.change_vision.jude.api.inf.system
クラス SystemPropertyAccessorFactory

com.change_vision.jude.api.inf.system.SystemPropertyAccessorFactory

推奨されていません。 6.7.0

public class SystemPropertyAccessorFactory

SystemPropertyAccessorを作成するクラス。

関連項目:
AstahAPI#getSystemPropertyAccessor()

メソッドの概要
static SystemPropertyAccessor getSystemPropertyAccessor()
          推奨されていません。 SystemPropertyAccessorを作成します。
static SystemPropertyAccessor getSystemPropertyAccessor(ClassLoader classLoader)
          推奨されていません。 SystemPropertyAccessorを作成します。
 

メソッドの詳細

getSystemPropertyAccessor

public static SystemPropertyAccessor getSystemPropertyAccessor()
推奨されていません。 
SystemPropertyAccessorを作成します。
SystemPropertyAccessorは1つだけ作成できます。

戻り値:
SystemPropertyAccessor
例外:
ClassNotFoundException - クラスパスが不正です

getSystemPropertyAccessor

public static SystemPropertyAccessor getSystemPropertyAccessor(ClassLoader classLoader)
推奨されていません。 
SystemPropertyAccessorを作成します。

SystemPropertyAccessorは1つだけ作成できます。

パラメータ:
classLoader - クラスローダー
戻り値:
SystemPropertyAccessor
例外:
ClassNotFoundException - クラスパスが不正です