Interface IContentParser
- All Known Implementing Classes:
FormulaContentParser
,LocalContentParser
,OpsContentParser
,ParameterContentParser
,RawContentParser
,SimContentParser
,StateContentParser
,SysContentParser
public interface IContentParser
Common interface for auto-completed fields content parsers. Used by
AutoCompleteService
to parse field
content and select providers. Each parser is defined via OSGI services.-
Method Summary
Modifier and TypeMethodDescriptionboolean
accept
(ContentDescriptor desc) parse
(ContentDescriptor desc)
-
Method Details
-
accept
- Returns:
true
if this parser handles the described content.
-
parse
- Returns:
ContentDescriptor
to be submitted to providers or parsers if the replay attribute is set totrue
.
-