Package org.speakright.core

Examples of org.speakright.core.SRFactory


*/
public class AppFactory {

  public SRRunner createRunner()
  {
    SRFactory factory = new SRFactory();
    SRRunner run = factory.createRunner(BaseTest.dir, "http://abc.com", "", null);
//    m_run.locations().setProjectDir(dir);
    String path = BaseTest.dir + "prompts.xml";
    run.registerPromptFile(path);
//    m_run.setReturnUrl("http://abc.com");
    Model m = new Model();
View Full Code Here

TOP

Related Classes of org.speakright.core.SRFactory

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.