org.eclipse.jst.jsf.contentmodel.annotation
Interface ICMAnnotationFileParser


Deprecated. see org.eclipse.jst.jsf.common.metadata package

public interface ICMAnnotationFileParser

Interface used to allow parsing of meta-data files that do not conform to the default schema provided.

See Also:
ICMAnnotationAdvisor, CMAnnotationSourceFileLocator

Method Summary
 void parse(org.eclipse.jst.jsf.contentmodel.annotation.internal.ICMAnnotationAdvisor advisor, CMAnnotationSourceFileLocator locator)
          Deprecated. Parse the annotation file using the InputStream provided by the locator and using the ICMAnnotationAdvisor methods to fill the internal model.
 

Method Detail

parse

void parse(org.eclipse.jst.jsf.contentmodel.annotation.internal.ICMAnnotationAdvisor advisor,
           CMAnnotationSourceFileLocator locator)
           throws java.lang.Exception
Deprecated. 
Parse the annotation file using the InputStream provided by the locator and using the ICMAnnotationAdvisor methods to fill the internal model. The implementor is responsible for closing the inputstream when parse is complete.

Parameters:
advisor -
locator -
Throws:
java.lang.Exception