![JAR search and dependency download from the Maven repository](/logo.png)
com.lti.civil.impl.dummy.DummyCaptureSystemFactory Maven / Gradle / Ivy
/*
* Created on May 27, 2005
*/
package com.lti.civil.impl.dummy;
import com.lti.civil.CaptureException;
import com.lti.civil.CaptureSystem;
import com.lti.civil.CaptureSystemFactory;
/**
*
* @author Ken Larson
*/
public class DummyCaptureSystemFactory implements CaptureSystemFactory
{
public CaptureSystem createCaptureSystem() throws CaptureException
{
return new DummyCaptureSystem();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy