Package gov.nysenate.openleg.qa.model

Examples of gov.nysenate.openleg.qa.model.CouchInstance


            }
            else {
                ReportReader reader = new ReportReader();

                if(line.hasOption(RESET_COUCH)) {
                    CouchInstance instance = CouchInstance.getInstance(CouchSupport.DATABASE_NAME, true, new StdHttpClient.Builder().build());
                    instance.getDbInstance().deleteDatabase(CouchSupport.DATABASE_NAME);
                }
                else if(line.hasOption(FILE_TYPE) && line.hasOption(PATH_TO_FILE)) {
                    ReportType reportType = null;
                    String fileType = line.getOptionValue(FILE_TYPE);
View Full Code Here

TOP

Related Classes of gov.nysenate.openleg.qa.model.CouchInstance

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.