Package org.apache.stratum.jcs.utils.data

Examples of org.apache.stratum.jcs.utils.data.PropertyGroups


        //String rafroot = cattr.getDiskPath();
        if ( rafroot == null )
        {
            try
            {
                PropertyGroups pg = new PropertyGroups( "/cache.properties" );
                rafroot = pg.getProperty( "diskPath" );
            }
            catch ( Exception e )
            {
                log.error( e );
            }
View Full Code Here

TOP

Related Classes of org.apache.stratum.jcs.utils.data.PropertyGroups

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.