Uses of Class
org.exolab.castor.builder.SourceGenerator
Packages that use SourceGenerator
Package
Description
Castor XML code generator
-
Uses of SourceGenerator in org.exolab.castor.builder
Methods in org.exolab.castor.builder that return SourceGeneratorModifier and TypeMethodDescriptionSGStateInfo.getSourceGenerator()
Returns the SourceGenerator instance being used.SingleClassGenerator.getSourceGenerator()
Returns theSourceGenerator
instance that created this class.Constructors in org.exolab.castor.builder with parameters of type SourceGeneratorModifierConstructorDescriptionprotected
SGStateInfo
(Schema schema, SourceGenerator sgen) Creates a new SGStateInfo.SingleClassGenerator
(ConsoleDialog dialog, SourceGenerator sourceGenerator, String conflictStrategyType, String jClassPrinterType) Creates an instance of this class. -
Uses of SourceGenerator in org.exolab.castor.builder.conflict.strategy
Methods in org.exolab.castor.builder.conflict.strategy that return SourceGeneratorModifier and TypeMethodDescriptionprotected SourceGenerator
BaseClassNameConflictResolver.getSourceGenerator()
Returns the callingSourceGenerator
instance.Methods in org.exolab.castor.builder.conflict.strategy with parameters of type SourceGeneratorModifier and TypeMethodDescriptionvoid
BaseClassNameConflictResolver.setSourceGenerator
(SourceGenerator sourceGenerator) Sets the callingSourceGenerator
instance.void
ClassNameConflictResolver.setSourceGenerator
(SourceGenerator sourceGenerator) Sets the callingSourceGenerator
instance. -
Uses of SourceGenerator in org.exolab.castor.builder.factory
Methods in org.exolab.castor.builder.factory that return SourceGeneratorModifier and TypeMethodDescriptionprotected SourceGenerator
BaseFactory.getSourceGenerator()
Returns the callingSourceGenerator
instance.Constructors in org.exolab.castor.builder.factory with parameters of type SourceGeneratorModifierConstructorDescriptionBaseFactory
(BuilderConfiguration config, FieldInfoFactory infoFactory, GroupNaming groupNaming, SourceGenerator sourceGenerator) Creates an instance of this class.EnumerationFactory
(BuilderConfiguration config, GroupNaming groupNaming, SourceGenerator sourceGenerator) Creates a new EnumerationFactory for the builder configuration given.MemberFactory
(BuilderConfiguration config, FieldInfoFactory infoFactory, GroupNaming groupNaming, SourceGenerator sourceGenerator) Creates a new MemberFactory using the given FieldInfo factory.SourceFactory
(BuilderConfiguration config, FieldInfoFactory infoFactory, GroupNaming groupNaming, SourceGenerator sourceGenerator) Creates a new SourceFactory with the given FieldInfoFactory.