Package gov.nysenate.openleg.services

Examples of gov.nysenate.openleg.services.UpdateReporter


            }
            else if (target.equals("varnish")) {
                services.add(new Varnish("127.0.0.1", 80));
            }
            else if (target.equals("reporter")) {
                services.add(new UpdateReporter());
            }
            else {
                System.err.println("Invalid push target: "+target);
                this.printUsage(opts);
                System.exit(1);
View Full Code Here

TOP

Related Classes of gov.nysenate.openleg.services.UpdateReporter

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.