|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.axis2.deployment.util.ExcludeInfo
public class ExcludeInfo
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 | |
---|---|
ExcludeInfo()
|
Method Summary | |
---|---|
BeanExcludeInfo |
getBeanExcludeInfoForClass(java.lang.String className)
|
void |
putBeanInfo(java.lang.String classNameRegx,
BeanExcludeInfo beanExcludeInfo)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExcludeInfo()
Method Detail |
---|
public void putBeanInfo(java.lang.String classNameRegx, BeanExcludeInfo beanExcludeInfo)
public BeanExcludeInfo getBeanExcludeInfoForClass(java.lang.String className)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |