Package org.pentaho.platform.config

Examples of org.pentaho.platform.config.PropertiesFileConfiguration


    if ( !isInitialized ) {
      systemConfig = PentahoSystem.get( ISystemConfig.class );
      String solutionRootPath = PentahoSystem.getApplicationContext().getSolutionRootPath();
      config =
          new PropertiesFileConfiguration( "rest", new File( solutionRootPath + "/system/restConfig.properties" ) );
      try {
        systemConfig.registerConfiguration( config );
        setSessionVarWhiteList = Arrays
            .asList( systemConfig.getProperty( "rest.userConsoleResource.setSessionVarWhiteList" ).split( "," ) );
        getSessionVarWhiteList = Arrays
View Full Code Here

TOP

Related Classes of org.pentaho.platform.config.PropertiesFileConfiguration

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.