|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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
the default implementation
Method Summary | |
---|---|
java.lang.String |
getOSArchitecture()
System.getProperty("os.arch") |
java.lang.String |
getOSName()
System.getProperty("os.name") |
Method Detail |
---|
java.lang.String getOSName()
java.lang.String getOSArchitecture()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |