Package org.stringtree.util.spec

Examples of org.stringtree.util.spec.SpecProcessor


    }

    protected void readExternal() {
        EnvironmentLoader.loadEnvironment(this);
       
        SpecProcessor spec = new SpecProcessor(this);
        // open the spec read session, gathering objects to initialise later
        spec.start();

        spec.read(System.getProperties());
      readExternal(spec);
   
        // close the spec read session, and call the "init" method of any created objects
        spec.finish();
    }
View Full Code Here

TOP

Related Classes of org.stringtree.util.spec.SpecProcessor

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.