brooklyn.location
Interface OsDetails


public interface OsDetails


Method Summary
 String getArch()
           
 String getName()
           
 String getVersion()
           
 boolean is64bit()
           
 boolean isLinux()
           
 boolean isMac()
           
 boolean isWindows()
           
 

Method Detail

isWindows

boolean isWindows()

isLinux

boolean isLinux()

isMac

boolean isMac()

getName

String getName()

getArch

String getArch()

getVersion

String getVersion()

is64bit

boolean is64bit()


Copyright © 2013. All Rights Reserved.