Package org.ribax

Examples of org.ribax.RIBAXConfig


      ArrayList tlist;
     
      if (params == null)
         params = new ArrayList();
     
      RIBAXConfig config = RIBAXConfig.getInstance();
       
      // add the base params
      tlist = (ArrayList)config.getValue(ConfigStrings.BASE_PARAMS,null);
     
      if (tlist != null)
        params.addAll(tlist);
     
        // add any global parameters
View Full Code Here

TOP

Related Classes of org.ribax.RIBAXConfig

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.