org.apache.catalina.startup
Class ClusterRuleSetFactory
java.lang.Object
   org.apache.catalina.startup.ClusterRuleSetFactory
org.apache.catalina.startup.ClusterRuleSetFactory
- public class ClusterRuleSetFactory 
- extends java.lang.Object
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
log
public static Log log
ClusterRuleSetFactory
public ClusterRuleSetFactory()
getClusterRuleSet
public static RuleSetBase getClusterRuleSet(java.lang.String prefix)
- 
 
loadRuleSet
protected static RuleSetBase loadRuleSet(java.lang.String prefix,
                                         java.lang.String className,
                                         java.lang.ClassLoader cl)
                                  throws java.lang.ClassNotFoundException,
                                         java.lang.InstantiationException,
                                         java.lang.NoSuchMethodException,
                                         java.lang.IllegalAccessException,
                                         java.lang.reflect.InvocationTargetException
- 
- Throws:
- java.lang.ClassNotFoundException
- java.lang.InstantiationException
- java.lang.NoSuchMethodException
- java.lang.IllegalAccessException
- java.lang.reflect.InvocationTargetException
 
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.