Package qurtext.factory

Examples of qurtext.factory.TranslationParser


public class TranslationParserTest extends TestCase {

  TranslationParser translationParser;
 
  public void setUp() {
    translationParser=new TranslationParser("war/WEB-INF/quran.txt");
  }
View Full Code Here

TOP

Related Classes of qurtext.factory.TranslationParser

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.