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 theSourceGeneratorinstance that created this class.Constructors in org.exolab.castor.builder with parameters of type SourceGeneratorModifierConstructorDescriptionprotectedSGStateInfo(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 SourceGeneratorBaseClassNameConflictResolver.getSourceGenerator()Returns the callingSourceGeneratorinstance.Methods in org.exolab.castor.builder.conflict.strategy with parameters of type SourceGeneratorModifier and TypeMethodDescriptionvoidBaseClassNameConflictResolver.setSourceGenerator(SourceGenerator sourceGenerator) Sets the callingSourceGeneratorinstance.voidClassNameConflictResolver.setSourceGenerator(SourceGenerator sourceGenerator) Sets the callingSourceGeneratorinstance. -
Uses of SourceGenerator in org.exolab.castor.builder.factory
Methods in org.exolab.castor.builder.factory that return SourceGeneratorModifier and TypeMethodDescriptionprotected SourceGeneratorBaseFactory.getSourceGenerator()Returns the callingSourceGeneratorinstance.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.