Uses of Class
org.castor.core.util.AbstractProperties
Packages that use AbstractProperties
Package
Description
-
Uses of AbstractProperties in org.castor.core
Subclasses of AbstractProperties in org.castor.coreModifier and TypeClassDescriptionfinal class
Deprecated.Use CoreProperties instead.class
Properties of core modul. -
Uses of AbstractProperties in org.castor.core.util
Subclasses of AbstractProperties in org.castor.core.utilModifier and TypeClassDescriptionfinal class
Properties class holding user properties.Constructors in org.castor.core.util with parameters of type AbstractPropertiesModifierConstructorDescriptionprotected
AbstractProperties
(AbstractProperties parent) Construct properties with given parent.CastorProperties
(AbstractProperties parent) Construct properties with given parent. -
Uses of AbstractProperties in org.castor.mapping
Constructors in org.castor.mapping with parameters of type AbstractPropertiesModifierConstructorDescriptionMappingLoaderRegistry
(AbstractProperties properties) Creates an instance of this registry, loading the mapping loader factories from the castor.properties file. -
Uses of AbstractProperties in org.castor.xml
Subclasses of AbstractProperties in org.castor.xmlModifier and TypeClassDescriptionfinal class
Deprecated.Use XMLProperties instead.class
Properties of XML module.Methods in org.castor.xml that return AbstractPropertiesModifier and TypeMethodDescriptionstatic AbstractProperties
XMLProperties.newInstance()
Factory method for a default XML properties instance.static AbstractProperties
XMLProperties.newInstance
(ClassLoader app, ClassLoader domain) Factory method for a XML properties instance that uses the specified class loaders.Constructors in org.castor.xml with parameters of type AbstractPropertiesModifierConstructorDescriptionXMLProperties
(AbstractProperties parent) Construct properties with given parent. -
Uses of AbstractProperties in org.exolab.castor.xml.util
Methods in org.exolab.castor.xml.util with parameters of type AbstractPropertiesModifier and TypeMethodDescriptionstatic OutputFormat
XMLParserUtils.getOutputFormat
(AbstractProperties properties) static Parser
XMLParserUtils.getParser
(AbstractProperties properties, String features) static Serializer
XMLParserUtils.getSerializer
(AbstractProperties properties)