|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object chrriis.dj.nativeswing.swtimpl.NativeInterfaceConfiguration
public class NativeInterfaceConfiguration
Configuration of the native interface. It is not constructed directly but obtained from the native interface.
Method Summary | |
---|---|
void |
addNativeClassPathReferenceClasses(Class<?>... nativeClassPathReferenceClasses)
Set the reference classes that are considered to compute the classpath of the native side. |
void |
addNativeClassPathReferenceResources(String... nativeClassPathReferenceResources)
Set the reference resources that are considered to compute the classpath of the native side. |
PeerVMProcessFactory |
getPeerVMProcessFactory()
Get the peer VM process factory. |
boolean |
isNativeSideRespawnedOnError()
Indicate if the native side respawns on error. |
void |
setNativeSideRespawnedOnError(boolean isNativeSideRespawnedOnError)
Set whether the native side respawns on error. |
void |
setPeerVMParams(String... peerVMParams)
Set the parameters to add when creating the virtual machine for the native side. |
void |
setPeerVMProcessFactory(PeerVMProcessFactory peerVMProcessFactory)
Set the peer VM process factory which allows to override the default peer VM creation mechanism. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void setPeerVMProcessFactory(PeerVMProcessFactory peerVMProcessFactory)
peerVMProcessFactory
- The factory to set.public PeerVMProcessFactory getPeerVMProcessFactory()
public void setNativeSideRespawnedOnError(boolean isNativeSideRespawnedOnError)
isNativeSideRespawnedOnError
- true if the native side should respawn in case of error, false otherwise.public boolean isNativeSideRespawnedOnError()
public void addNativeClassPathReferenceClasses(Class<?>... nativeClassPathReferenceClasses)
nativeClassPathReferenceClasses
- the classes to use as references when computing the classpath of the native side.public void addNativeClassPathReferenceResources(String... nativeClassPathReferenceResources)
nativeClassPathReferenceResources
- the resources to use as references when computing the classpath of the native side.public void setPeerVMParams(String... peerVMParams)
peerVMParams
- the parameters to add when creating the virtual machine for the native side.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |