|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.tools.xjc.model.CPluginCustomization
public class CPluginCustomization
Vendor extension customization contributed from Plugin
s.
Field Summary | |
---|---|
Element |
element
The annotation found in a schema (or in an external binding file.) Always non-null. |
Locator |
locator
The source location where this customization is placed. |
Constructor Summary | |
---|---|
CPluginCustomization(Element element,
Locator locator)
|
Method Summary | |
---|---|
boolean |
isAcknowledged()
|
void |
markAsAcknowledged()
When a Plugin "uses" this annotation, call this method
to mark it. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final Element element
public final Locator locator
When an error is found in this customization, this information should be used to point the user to the source of the problem. Always non-nul.
Constructor Detail |
---|
public CPluginCustomization(Element element, Locator locator)
Method Detail |
---|
public void markAsAcknowledged()
Plugin
"uses" this annotation, call this method
to mark it.
CPluginCustomization
s that are not marked will be
reporeted as an error to users. This allows us to catch
customizations that are not used by anybody.
public boolean isAcknowledged()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |