org.apache.jcs.utils.config
Interface IUtilConstants


public interface IUtilConstants

This can hold some constants used by various utilities. We should probably just get rid of this.

It loads properties from jcsutil.properties on initialization.


Nested Class Summary
static class IUtilConstants.Config
          Description of the Class
 
Field Summary
static String ADMIN_PASSWORD
          Description of the Field
static String ADMIN_USERID
          Description of the Field
 

Field Detail

ADMIN_USERID

static final String ADMIN_USERID
Description of the Field


ADMIN_PASSWORD

static final String ADMIN_PASSWORD
Description of the Field



Copyright © 2002-2012 Apache Software Foundation. All Rights Reserved.