public class CPrintSTCompress extends CreateFormRuntime
terminateProcess| コンストラクタと説明 |
|---|
CPrintSTCompress() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected int |
execUnixRuntime(java.lang.String commandline)
Unix用ライブラリをロードし実行します。
|
protected int |
execWindowsRuntime(int windowHandle,
int option,
java.lang.String title,
java.lang.String commandline)
Windows用ライブラリをロードし実行します。
|
protected int |
exeUnixRuntime(RuntimeParam param)
実行形式ランタイムを実行します。
|
protected int |
exeWinRuntime(RuntimeParam param)
実行形式ランタイムを実行します。
|
protected static java.lang.Process |
start(java.lang.String process,
RuntimeParam param) |
protected static java.lang.Process |
start(java.lang.String process,
RuntimeParam param,
java.lang.String cmdline) |
protected static java.lang.Process |
start(java.lang.String process,
RuntimeParam param,
java.lang.String cmdline,
java.lang.String key,
java.lang.String value) |
changeJavaReturnValue, changeJavaReturnValue2, createRuntime, deleteFiles, destroy, environmentalDependenceExec, executeRuntime, generateDataFilePath, getEnv_CreateLibPath, getOutFilePath, getReturnFilePath, getReturnValue, isReturnFile, isUnix, main, outputPdfFileToStream, synchronizedexec, synchronizedExecuteRuntime, tearDownprotected int exeUnixRuntime(RuntimeParam param)
CreateFormRuntimeexeUnixRuntime クラス内 CreateFormRuntimeparam - ランタイムに渡すオプション文字列CreateFormRuntime.exeUnixRuntime(RuntimeParam)protected int exeWinRuntime(RuntimeParam param)
CreateFormRuntimeexeWinRuntime クラス内 CreateFormRuntimeparam - ランタイムに渡すオプション文字列CreateFormRuntime.exeWinRuntime(RuntimeParam)protected int execWindowsRuntime(int windowHandle,
int option,
java.lang.String title,
java.lang.String commandline)
CreateFormRuntimeexecWindowsRuntime クラス内 CreateFormRuntimewindowHandle - ウィンドウハンドルoption - 処理オプションtitle - 処理進行ウィンドウのタイトルcommandline - ランタイムに渡すオプション文字列CreateFormRuntime.execWindowsRuntime(int, int, String, String)protected int execUnixRuntime(java.lang.String commandline)
CreateFormRuntimeexecUnixRuntime クラス内 CreateFormRuntimecommandline - ランタイムに渡すオプション文字列CreateFormRuntime.execUnixRuntime(String)protected static java.lang.Process start(java.lang.String process,
RuntimeParam param)
throws java.io.IOException
java.io.IOExceptionprotected static java.lang.Process start(java.lang.String process,
RuntimeParam param,
java.lang.String cmdline)
throws java.io.IOException
java.io.IOExceptionprotected static java.lang.Process start(java.lang.String process,
RuntimeParam param,
java.lang.String cmdline,
java.lang.String key,
java.lang.String value)
throws java.io.IOException
java.io.IOException