JRuleSetBase.java

00001 
00027 package org.objectweb.jonas_lib.deployment.rules;
00028 
00029 import org.apache.commons.digester.RuleSetBase;
00030 
00031 
00036 public abstract class JRuleSetBase extends RuleSetBase {
00037 
00041     protected String prefix = null;
00042 
00043 
00048     public JRuleSetBase() {
00049         this("");
00050     }
00051 
00052 
00057     public JRuleSetBase(String prefix) {
00058         super();
00059         this.namespaceURI = null;
00060         this.prefix = prefix;
00061     }
00062 
00063 }

Generated on Tue Feb 15 15:05:50 2005 for JOnAS by  doxygen 1.3.9.1