Package de.intarsys.nativec.api
Class NativeInterface
java.lang.Object
de.intarsys.nativec.api.NativeInterface
Access the VM singleton for
INativeInterface
.
To make this work, just do one of the following:
- set the class name of your implementation with
NativeInterface
- set a
INativeInterface
of your choice inNativeInterface
. - set system property "de.intarsys.nativec.api.INativeInterface" to the class name of your implementation.
- include a service provider file "de.intarsys.nativec.api.INativeInterface" in your deployment with the class name of your implementation.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static INativeInterface
protected static INativeInterface
static INativeInterface
get()
static String
getName()
static void
set
(INativeInterface nativeInterface) static void
-
Field Details
-
NULL
-
PROP_NATIVEINTERFACE
- See Also:
-
-
Constructor Details
-
NativeInterface
public NativeInterface()
-
-
Method Details
-
createNativeInterface
-
findNativeInterface
-
get
-
getName
-
set
-
setName
-