Bartosz Firyn (SarXos)

com.lti.civil.impl.jni
Class NativeCaptureSystemFactory

java.lang.Object
  extended by com.lti.civil.impl.jni.NativeCaptureSystemFactory
All Implemented Interfaces:
com.lti.civil.CaptureSystemFactory

public class NativeCaptureSystemFactory
extends Object
implements com.lti.civil.CaptureSystemFactory

Original class tries to load native library, but we have it already loaded, so here I just replaced original by the updated one. Please note that it's not very good w/a, but I didn't see any other choice.

Author:
Bartosz Firyn (SarXos)

Constructor Summary
NativeCaptureSystemFactory()
           
 
Method Summary
 com.lti.civil.CaptureSystem createCaptureSystem()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NativeCaptureSystemFactory

public NativeCaptureSystemFactory()
Method Detail

createCaptureSystem

public com.lti.civil.CaptureSystem createCaptureSystem()
                                                throws com.lti.civil.CaptureException
Specified by:
createCaptureSystem in interface com.lti.civil.CaptureSystemFactory
Throws:
com.lti.civil.CaptureException

Bartosz Firyn (SarXos)

Copyright © 2012-2013 Bartosz Firyn (SarXos). All Rights Reserved.