Package org.apache.axis2.deployment.util
Class ExcludeInfo
- java.lang.Object
-
- org.apache.axis2.deployment.util.ExcludeInfo
-
public class ExcludeInfo extends Object
this class is used to keep the exclude property details of all the classes. A map object is used to map the class name to an beanInfo object. here the class name is acctually a regular expression
-
-
Constructor Summary
Constructors Constructor Description ExcludeInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BeanExcludeInfo
getBeanExcludeInfoForClass(String className)
void
putBeanInfo(String classNameRegx, BeanExcludeInfo beanExcludeInfo)
-
-
-
Method Detail
-
putBeanInfo
public void putBeanInfo(String classNameRegx, BeanExcludeInfo beanExcludeInfo)
-
getBeanExcludeInfoForClass
public BeanExcludeInfo getBeanExcludeInfoForClass(String className)
-
-