Uses of Class
org.exolab.castor.builder.FactoryState
Packages that use FactoryState
Package
Description
Castor XML code generator
-
Uses of FactoryState in org.exolab.castor.builder
Methods in org.exolab.castor.builder that return FactoryStateModifier and TypeMethodDescriptionSGStateInfo.getCurrentFactoryState()
Returns the current FactoryState that holds information about the classes being generated.Methods in org.exolab.castor.builder with parameters of type FactoryStateModifier and TypeMethodDescriptionvoid
SGStateInfo.setCurrentFactoryState
(FactoryState state) Sets the current FactoryState.void
FactoryState.setParent
(FactoryState parent) Sets the parent of this FactoryState. -
Uses of FactoryState in org.exolab.castor.builder.factory
Methods in org.exolab.castor.builder.factory with parameters of type FactoryStateModifier and TypeMethodDescriptionvoid
SourceFactory.createTestableMethods
(JClass jclass, FactoryState state) Implement org.castor.xmlctf.CastorTestable im the given JClass.