-
public final class HostSystemHelper class for loading the correct native library slice for the current system. Called from the generated dittoffiJNI.java. Invocation code in dittoffi_java.i template.
-
-
Constructor Summary
Constructors Constructor Description HostSystem(Properties properties)HostSystem()
-
Method Summary
Modifier and Type Method Description final BooleangetIsTesting()final UnitsetIsTesting(Boolean isTesting)final BooleangetIsMacOS()final BooleangetIsLinux()final BooleangetIsAndroid()final StringgetHostName()final PropertiesgetProperties()final UnitprintProperties()Prints the current property set to stdout. final Stringarch()final StringsystemArchitectureTriple()final FiletempDirectory()-
-
Constructor Detail
-
HostSystem
HostSystem(Properties properties)
-
HostSystem
HostSystem()
-
-
Method Detail
-
getIsTesting
final Boolean getIsTesting()
-
setIsTesting
final Unit setIsTesting(Boolean isTesting)
-
getIsMacOS
final Boolean getIsMacOS()
-
getIsLinux
final Boolean getIsLinux()
-
getIsAndroid
final Boolean getIsAndroid()
-
getHostName
final String getHostName()
-
getProperties
final Properties getProperties()
-
printProperties
final Unit printProperties()
Prints the current property set to stdout.
-
systemArchitectureTriple
final String systemArchitectureTriple()
-
tempDirectory
final File tempDirectory()
-
-
-
-