[cvs] expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/misc ConfigContext.java ConfigJdbc.java ConfigJndi.java

JCorporate Ltd jcorp at jcorp2.servlets.net
Mon Sep 20 12:22:46 PDT 2004


Update of /home/javacorp/.cvs/expresso/expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/misc
In directory jcorp2.servlets.net:/tmp/cvs-serv1007

Modified Files:
	ConfigContext.java ConfigJdbc.java ConfigJndi.java 
Log Message:
<Aucun commentaire entré>


Index: ConfigJndi.java
===================================================================
RCS file: /home/javacorp/.cvs/expresso/expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/misc/ConfigJndi.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8

Index: ConfigContext.java
===================================================================
RCS file: /home/javacorp/.cvs/expresso/expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/misc/ConfigContext.java,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** ConfigContext.java	18 Sep 2004 00:05:06 -0000	1.9
--- ConfigContext.java	20 Sep 2004 19:22:44 -0000	1.10
***************
*** 84,88 ****
      private String name = null;
      private String hasSetupTables = "y";
- 	private String hasSetupValues = "n";
  
      /**
--- 84,87 ----
***************
*** 180,188 ****
      private String useEmailAsLogin = "n";
  
- 	/**
- 	 * Context to use for accessing cache values for this context.
- 	 */
- 	private String setupContext = null;
- 
      public ConfigContext() {
      }
--- 179,182 ----
***************
*** 393,415 ****
          return StringUtil.toBoolean(hasSetupTables);
      }
! 
! 	public void setHasSetupValues(String newHasSetupValue) {
! 		StringUtil.assertBoolean(newHasSetupValue,
! 				"You must specify a boolean value");
! 		hasSetupValues = newHasSetupValue;
! 	}
! 
! 	public boolean hasSetupValues() {
! 		return StringUtil.toBoolean(hasSetupValues);
! 	}
! 
! 	public String getSetupContext() {
! 		return setupContext;
! 	}
! 
! 	public void setSetupContext(String newSetupContextName) {
! 		StringUtil.assertNotBlank(newSetupContextName, "You must specify a setup context name");
! 		setupContext = newSetupContextName;
! 	}
! 
! }
\ No newline at end of file
--- 387,389 ----
          return StringUtil.toBoolean(hasSetupTables);
      }
! }

Index: ConfigJdbc.java
===================================================================
RCS file: /home/javacorp/.cvs/expresso/expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/misc/ConfigJdbc.java,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19



More information about the cvs mailing list