Added SystemInfo and FileSystems to query system and file system information, respectively.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package net.rubygrapefruit.platform;
|
||||
|
||||
public interface SystemInfo extends NativeIntegration {
|
||||
String getKernelName();
|
||||
|
||||
String getKernelVersion();
|
||||
|
||||
String getMachineArchitecture();
|
||||
}
|
||||
Reference in New Issue
Block a user