org.jvnet.jaxb2_commons.plugin
Class CustomizedIgnoring

java.lang.Object
  extended by org.jvnet.jaxb2_commons.plugin.CustomizedIgnoring
All Implemented Interfaces:
Ignoring

public class CustomizedIgnoring
extends Object
implements Ignoring


Constructor Summary
CustomizedIgnoring(QName... names)
           
 
Method Summary
 QName[] getIgnoredCustomizationElementNames()
           
 boolean isIgnored(com.sun.tools.xjc.model.CClassInfo classInfo)
           
 boolean isIgnored(com.sun.tools.xjc.outline.ClassOutline classOutline)
           
 boolean isIgnored(com.sun.tools.xjc.model.CPropertyInfo propertyInfo)
           
 boolean isIgnored(com.sun.tools.xjc.outline.FieldOutline fieldOutline)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomizedIgnoring

public CustomizedIgnoring(QName... names)
Method Detail

getIgnoredCustomizationElementNames

public QName[] getIgnoredCustomizationElementNames()

isIgnored

public boolean isIgnored(com.sun.tools.xjc.outline.ClassOutline classOutline)
Specified by:
isIgnored in interface Ignoring

isIgnored

public boolean isIgnored(com.sun.tools.xjc.outline.FieldOutline fieldOutline)
Specified by:
isIgnored in interface Ignoring

isIgnored

public boolean isIgnored(com.sun.tools.xjc.model.CClassInfo classInfo)
Specified by:
isIgnored in interface Ignoring

isIgnored

public boolean isIgnored(com.sun.tools.xjc.model.CPropertyInfo propertyInfo)
Specified by:
isIgnored in interface Ignoring


Copyright © 2005-2012. All Rights Reserved.