osdep.configuration
Interface ISystemProperties

All Known Implementing Classes:
DefaultSystemProperties

public interface ISystemProperties

Abstracts the system properties "os.name" and "os.arch", which define the system architecture, so that it is possible to test the library for different systems

Author:
SHZ Oct 6, 2008
See Also:
the default implementation

Method Summary
 java.lang.String getOSArchitecture()
          System.getProperty("os.arch")
 java.lang.String getOSName()
          System.getProperty("os.name")
 

Method Detail

getOSName

java.lang.String getOSName()
System.getProperty("os.name")


getOSArchitecture

java.lang.String getOSArchitecture()
System.getProperty("os.arch")