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 classDeprecated.Use CoreProperties instead.classProperties of core modul. -
Uses of AbstractProperties in org.castor.core.util
Subclasses of AbstractProperties in org.castor.core.utilModifier and TypeClassDescriptionfinal classProperties class holding user properties.Constructors in org.castor.core.util with parameters of type AbstractPropertiesModifierConstructorDescriptionprotectedAbstractProperties(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 classDeprecated.Use XMLProperties instead.classProperties of XML module.Methods in org.castor.xml that return AbstractPropertiesModifier and TypeMethodDescriptionstatic AbstractPropertiesXMLProperties.newInstance()Factory method for a default XML properties instance.static AbstractPropertiesXMLProperties.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 OutputFormatXMLParserUtils.getOutputFormat(AbstractProperties properties) static ParserXMLParserUtils.getParser(AbstractProperties properties, String features) static SerializerXMLParserUtils.getSerializer(AbstractProperties properties)