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 java.lang.String ADMIN_PASSWORD
          Description of the Field
static java.lang.String ADMIN_USERID
          Description of the Field
 

Field Detail

ADMIN_USERID

static final java.lang.String ADMIN_USERID
Description of the Field


ADMIN_PASSWORD

static final java.lang.String ADMIN_PASSWORD
Description of the Field



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