|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IModelParser
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 |
---|
IFileModel parse(java.lang.String content, IFile file, boolean validateAfterParse)
content
- file
- validateAfterParse
-
IFileModel parse(java.io.Reader content, IFile file, boolean validateAfterParse)
content
- file
- validateAfterParse
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |