Uses of Class
org.apache.avalon.meta.info.Type

Packages that use Type
org.apache.avalon.meta.info.builder Resources supporting the creation of a Type instance from a serialized form.  
org.apache.avalon.meta.info.builder.tags Utility classes supporting encapsulation of the representation of a the different tags supported in the merlin meta info model. 
org.apache.avalon.meta.info.locator Service contracts supporting access to input and output streams relative to a type. 
org.apache.avalon.meta.info.verifier A set of classes supporting verification of components types using class and component meta information. 
org.apache.avalon.meta.info.writer Supplimentary classes supporting the writing of type and service descriptors in serialized and XML format. 
 

Uses of Type in org.apache.avalon.meta.info.builder
 

Methods in org.apache.avalon.meta.info.builder that return Type
 Type XMLTypeCreator.createType(String classname, InputStream inputStream)
          Create a Type object for specified classname, loaded from specified InputStream.
 Type XMLTypeCreator.createType(String classname, Configuration info, Configuration defaults)
          Create an Type object for a specified classname from specified configuration data.
 Type XMLLegacyCreator.createType(String implementationKey, InputStream inputStream)
          Create a Type object for specified classname, loaded from specified InputStream.
 Type XMLLegacyCreator.createType(String classname, Configuration config)
          Create a Type object for specified classname and configuration.
 Type TypeBuilder.buildType(Class clazz)
          Create a Type object for specified Class.
 Type SerializedTypeCreator.createType(String key, InputStream inputStream)
          Create of a type instance from a serialized form.
 Type TypeFactory.createType(String path, Configuration xinfo, Configuration defaults)
          Create a Type using a supplied type configuration and default configuration
 Type TypeCreator.createType(String key, InputStream input)
          Create a Type from stream
 

Uses of Type in org.apache.avalon.meta.info.builder.tags
 

Methods in org.apache.avalon.meta.info.builder.tags that return Type
 Type TypeTag.getType()
          Return the value of the Avalon 'component' tag.
 

Uses of Type in org.apache.avalon.meta.info.locator
 

Methods in org.apache.avalon.meta.info.locator with parameters of type Type
 InputStream ResourceLocator.getInputStream(Type type, String key)
          Get the required stream based on type and resource identifier.
 OutputStream ResourceLocator.getOutputStream(Type type, String key)
          Get the required stream based on type and resource identifier.
 

Uses of Type in org.apache.avalon.meta.info.verifier
 

Methods in org.apache.avalon.meta.info.verifier with parameters of type Type
 boolean Verifier.isTypeValid(Type type)
          Validate a type using the supplied Type information.
 

Uses of Type in org.apache.avalon.meta.info.writer
 

Methods in org.apache.avalon.meta.info.writer with parameters of type Type
 void XMLTypeWriter.writeType(Type type, OutputStream outputStream)
          Write out type representation to xml.
 void SerializedTypeWriter.writeType(Type type, OutputStream stream)
          Write a Type to a stream
 void TypeWriter.writeType(Type type, OutputStream stream)
          Write a Type to a stream
 



Copyright © Apache Software Foundation. All Rights Reserved.