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 TypeMethodDescriptionvoidSGStateInfo.setCurrentFactoryState(FactoryState state) Sets the current FactoryState.voidFactoryState.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 TypeMethodDescriptionvoidSourceFactory.createTestableMethods(JClass jclass, FactoryState state) Implement org.castor.xmlctf.CastorTestable im the given JClass.