public static class NuxeoLauncher.SolarisProcessManager extends org.artofsolving.jodconverter.process.UnixProcessManager
Modifier and Type | Field and Description |
---|---|
protected static Pattern |
PS_OUTPUT_LINE |
protected static String |
SOLARIS_10 |
protected static String[] |
SOLARIS_10_PS |
protected static String |
SOLARIS_11 |
protected static String[] |
SOLARIS_11_PS |
protected String |
solarisVersion |
Constructor and Description |
---|
SolarisProcessManager() |
Modifier and Type | Method and Description |
---|---|
protected List<String> |
execute(String... command) |
String |
findPid(String regex) |
protected Matcher |
getLineMatcher(String line) |
protected String |
getSolarisVersion() |
protected String[] |
psCommand() |
protected static final String SOLARIS_11
protected static final String SOLARIS_10
protected static final String[] SOLARIS_11_PS
protected static final String[] SOLARIS_10_PS
protected static final Pattern PS_OUTPUT_LINE
protected String solarisVersion
public SolarisProcessManager()
protected String getSolarisVersion()
protected String[] psCommand()
psCommand
in class org.artofsolving.jodconverter.process.UnixProcessManager
protected Matcher getLineMatcher(String line)
public String findPid(String regex) throws IOException
findPid
in interface org.artofsolving.jodconverter.process.ProcessManager
findPid
in class org.artofsolving.jodconverter.process.UnixProcessManager
IOException
protected List<String> execute(String... command) throws IOException
IOException
Copyright © 2015 Nuxeo SA. All rights reserved.