Modifier and Type | Method | Description |
---|---|---|
String |
getApplescriptStudioVersion() |
The AppleScript Studio version.
|
String |
getApplescriptVersion() |
The AppleScript version.
|
String |
getBootVolume() |
The boot volume.
|
String |
getComputerName() |
The computer name.
|
int |
getCpuSpeed() |
The clock speed of the CPU in MHz.
|
String |
getCpuType() |
The CPU type.
|
Alias |
getHomeDirectory() |
The current user’s home directory.
|
String |
getHostName() |
The host name.
|
String |
getIpv4Address() |
The IPv4 address.
|
String |
getLongUserName() |
The current user’s long name.
|
int |
getPhysicalMemory() |
The amount of physical RAM in MB.
|
String |
getPrimaryEthernetAddress() |
The primary Ethernet address.
|
Map<String,Object> |
getProperties() |
Returns all properties for an instance of this class.
|
String |
getShortUserName() |
The current user’s short name.
|
String |
getSystemVersion() |
The system version.
|
int |
getUserId() |
The current user’s ID.
|
String |
getUserLocale() |
The current user’s locale.
|
cast, getApplicationReference, getObjectReference, getTypeClass, isInstanceOf
static final TypeClass CLASS
@Code("siav") @Kind("property") @Name("AppleScript version") @Type("text") String getApplescriptVersion()
@Code("sikv") @Kind("property") @Name("AppleScript Studio version") @Type("text") String getApplescriptStudioVersion()
@Code("sisv") @Kind("property") @Name("system version") @Type("text") String getSystemVersion()
@Code("sisn") @Kind("property") @Name("short user name") @Type("text") String getShortUserName()
@Code("siln") @Kind("property") @Name("long user name") @Type("text") String getLongUserName()
@Code("siid") @Kind("property") @Name("user ID") @Type("integer") int getUserId()
@Code("siul") @Kind("property") @Name("user locale") @Type("text") String getUserLocale()
@Code("home") @Kind("property") @Name("home directory") @Type("alias") Alias getHomeDirectory()
@Code("sibv") @Kind("property") @Name("boot volume") @Type("text") String getBootVolume()
@Code("sicn") @Kind("property") @Name("computer name") @Type("text") String getComputerName()
@Code("ldsa") @Kind("property") @Name("host name") @Type("text") String getHostName()
@Code("siip") @Kind("property") @Name("IPv4 address") @Type("text") String getIpv4Address()
@Code("siea") @Kind("property") @Name("primary Ethernet address") @Type("text") String getPrimaryEthernetAddress()
@Code("sict") @Kind("property") @Name("CPU type") @Type("text") String getCpuType()
@Code("sics") @Kind("property") @Name("CPU speed") @Type("integer") int getCpuSpeed()
@Code("sipm") @Kind("property") @Name("physical memory") @Type("integer") int getPhysicalMemory()