Class SystemType
- java.lang.Object
-
- com.sedmelluq.lava.common.natives.architecture.SystemType
-
public class SystemType extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description ArchitectureTypearchitectureTypeOperatingSystemTypeosType
-
Constructor Summary
Constructors Constructor Description SystemType(ArchitectureType architectureType, OperatingSystemType osType)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SystemTypedetect(NativeLibraryProperties properties)java.lang.StringformatLibraryName(java.lang.String libraryName)java.lang.StringformatSystemName()
-
-
-
Field Detail
-
architectureType
public final ArchitectureType architectureType
-
osType
public final OperatingSystemType osType
-
-
Constructor Detail
-
SystemType
public SystemType(ArchitectureType architectureType, OperatingSystemType osType)
-
-
Method Detail
-
formatSystemName
public java.lang.String formatSystemName()
-
formatLibraryName
public java.lang.String formatLibraryName(java.lang.String libraryName)
-
detect
public static SystemType detect(NativeLibraryProperties properties)
-
-