Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.aendvari.cerberus.component.descriptor.parser
Class DescriptorParser  view DescriptorParser download DescriptorParser.java

java.lang.Object
  extended bycom.aendvari.cerberus.component.descriptor.parser.DescriptorParser
Direct Known Subclasses:
AssemblyParser, DefinitionParser, InstanceParser

public class DescriptorParser
extends java.lang.Object

Provides a base parser for component descriptor parsers. Several utility methods are provided to parse typical objects.


Nested Class Summary
private static interface DescriptorParser.NodeNames
          Constants for descriptor element names.
 
Constructor Summary
DescriptorParser()
          Constructs a DescriptorParser instance.
 
Method Summary
protected  void parseMultiPartValue(com.aendvari.common.model.ModelNode objectNode, com.aendvari.cerberus.component.descriptor.MultiPartValue value)
          Parses a multi-part value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DescriptorParser

public DescriptorParser()
Constructs a DescriptorParser instance.

Method Detail

parseMultiPartValue

protected void parseMultiPartValue(com.aendvari.common.model.ModelNode objectNode,
                                   com.aendvari.cerberus.component.descriptor.MultiPartValue value)
Parses a multi-part value.