Serialized Form


Package com.sun.tools.xjc

Class com.sun.tools.xjc.AbortException extends java.lang.RuntimeException implements Serializable

Class com.sun.tools.xjc.BadCommandLineException extends java.lang.Exception implements Serializable


Package com.sun.tools.xjc.api.util

Class com.sun.tools.xjc.api.util.ToolsJarNotFoundException extends java.lang.Exception implements Serializable

Serialized Fields

toolsJar

java.io.File toolsJar
Location where we expected to find tools.jar


Package com.sun.tools.xjc.model

Class com.sun.tools.xjc.model.CCustomizations extends java.util.ArrayList<CPluginCustomization> implements Serializable

Serialized Fields

next

CCustomizations next
All CCustomizations used by a Model form a single linked list so that we can look for unacknowledged customizations later.

See Also:
CPluginCustomization.markAsAcknowledged(), CCustomizations.setParent(Model,CCustomizable)

owner

CCustomizable owner
The owner model component that carries these customizations.