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 java.lang.Object
implements Ignoring


Constructor Summary
CustomizedIgnoring(javax.xml.namespace.QName... names)
           
 
Method Summary
 javax.xml.namespace.QName[] getIgnoredCustomizationElementNames()
           
 boolean isIgnored(com.sun.tools.xjc.outline.ClassOutline classOutline)
           
 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(javax.xml.namespace.QName... names)
Method Detail

getIgnoredCustomizationElementNames

public javax.xml.namespace.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


Copyright © 2005-2010 Sun Microsystems. All Rights Reserved.