NSJavaObjectNamedInPath

Creates an instance of the named class using the class loader previously specified at the given path. 指名されたクラスのインスタンスを作成します、以前にこの与えられたパスで指定されたクラスローダを使います。

Declaration 宣言

id NSJavaObjectNamedInPath (
   NSString *name,
   NSArray *path
);

Overview 概要

Returns a new instance of the class name. The class loader must be already be set up for the specified path (you can do this using a function such as NSJavaClassesFromPath). クラスnameの新しいインスタンスを返します。クラスローダーは、この指定されたpathに対して既に準備されていなければなりません(あなたはこれをNSJavaClassesFromPathのような関数を使ってすることができます)。

See Also 参照

Java Setup Functions Java設定関数