Package com.evolveum.midpoint.init
Class SystemUtil
java.lang.Object
com.evolveum.midpoint.init.SystemUtil
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
executeCommand
(String command, String input, StringBuilder output, long timeout) static String
getMyPid()
static void
setPrivateFilePermissions
(String fileName)
-
Constructor Details
-
SystemUtil
public SystemUtil()
-
-
Method Details
-
executeCommand
public static boolean executeCommand(String command, String input, StringBuilder output, long timeout) throws IOException - Throws:
IOException
-
setPrivateFilePermissions
- Throws:
IOException
-
getMyPid
-