First pass for windows support.
This commit is contained in:
16
src/main/java/net/rubygrapefruit/platform/Process.java
Normal file → Executable file
16
src/main/java/net/rubygrapefruit/platform/Process.java
Normal file → Executable file
@@ -1,8 +1,8 @@
|
||||
package net.rubygrapefruit.platform;
|
||||
|
||||
/**
|
||||
* Functions to query and modify a process' meta-data
|
||||
*/
|
||||
public interface Process extends NativeIntegration {
|
||||
int getPid() throws NativeException;
|
||||
}
|
||||
package net.rubygrapefruit.platform;
|
||||
|
||||
/**
|
||||
* Functions to query and modify a process' meta-data
|
||||
*/
|
||||
public interface Process extends NativeIntegration {
|
||||
int getProcessId() throws NativeException;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user