jp.co.melco.preserv.j2
クラス psvSecurity

java.lang.Object
  拡張jp.co.melco.preserv.j2.psvSecurity

public class psvSecurity
extends java.lang.Object

sandboxの外で実行する命令を実行するクラスです。

導入されたバージョン:
V4.0
作成者:
PreSerV Development Team

コンストラクタの概要
psvSecurity()
           
 
メソッドの概要
static java.io.FileInputStream file_in(java.lang.String target)
          ローカルディスクのファイルの入力ストリームを取得します。
static java.io.FileOutputStream file_out(java.lang.String target)
          ローカルディスクにファイルの出力ストリームを取得します。
static java.awt.datatransfer.Clipboard get_clipboard()
          クリップボードオブジェクトを取得します。
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

psvSecurity

public psvSecurity()
メソッドの詳細

file_in

public static java.io.FileInputStream file_in(java.lang.String target)
                                       throws java.io.FileNotFoundException
ローカルディスクのファイルの入力ストリームを取得します。

パラメータ:
target - ファイル名
戻り値:
入力ストリーム
例外:
java.io.FileNotFoundException - 指定されたパス名のファイルが存在しない場合

file_out

public static java.io.FileOutputStream file_out(java.lang.String target)
                                         throws java.io.FileNotFoundException
ローカルディスクにファイルの出力ストリームを取得します。

パラメータ:
target - ファイル名
戻り値:
ファイル出力ストリーム
例外:
java.io.FileNotFoundException - 指定されたパス名のファイルが存在しない場合

get_clipboard

public static java.awt.datatransfer.Clipboard get_clipboard()
                                                     throws java.lang.Exception
クリップボードオブジェクトを取得します。

例外:
java.lang.Exception
導入されたバージョン:
V5.0