org.ucworkbench.model.tools
Interface IModelParser

All Superinterfaces:
IProblemRegistry

public interface IModelParser
extends IProblemRegistry

Provides parsing mechanism for particular artifact file type.


Method Summary
 IFileModel parse(java.io.Reader content, IFile file, boolean validateAfterParse)
          Parses the given input stream.
 IFileModel parse(java.lang.String content, IFile file, boolean validateAfterParse)
          Parses the given string.
 
Methods inherited from interface org.ucworkbench.model.tools.IProblemRegistry
getProblems, registerProblem
 

Method Detail

parse

IFileModel parse(java.lang.String content,
                 IFile file,
                 boolean validateAfterParse)
Parses the given string.

Parameters:
content -
file -
validateAfterParse -
Returns:

parse

IFileModel parse(java.io.Reader content,
                 IFile file,
                 boolean validateAfterParse)
Parses the given input stream.

Parameters:
content -
file -
validateAfterParse -
Returns: