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

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

public class SystemPropertyAccessorFactory

SystemPropertyAccessorを作成するクラス。


メソッドの概要
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 - クラスパスが不正です