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

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

Deprecated. 6.7.0

public class SystemPropertyAccessorFactory

Class to create SystemPropertyAccessor.

See Also:
AstahAPI#getSystemPropertyAccessor()

Method Summary
static SystemPropertyAccessor getSystemPropertyAccessor()
          Deprecated. Create SystemPropertyAccessor.
static SystemPropertyAccessor getSystemPropertyAccessor(ClassLoader classLoader)
          Deprecated. Create SytemPropertyAccessor.
 

Method Detail

getSystemPropertyAccessor

public static SystemPropertyAccessor getSystemPropertyAccessor()
Deprecated. 
Create SystemPropertyAccessor.
Only one SystemPropertyAccessor can be created.

Returns:
SystemPropertyAccessor
Throws:
ClassNotFoundException - Invalid Class Path

getSystemPropertyAccessor

public static SystemPropertyAccessor getSystemPropertyAccessor(ClassLoader classLoader)
Deprecated. 
Create SytemPropertyAccessor.
Only one SystemPropertyAccessor can be created.

Parameters:
classLoader - ClassLoader
Returns:
SystemPropertyAccessor
Throws:
ClassNotFoundException - Invalid Class Path