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 TypeMethodDescriptionbooleanaccept(ContentDescriptor desc) parse(ContentDescriptor desc)
-
Method Details
-
accept
- Returns:
trueif this parser handles the described content.
-
parse
- Returns:
ContentDescriptorto be submitted to providers or parsers if the replay attribute is set totrue.
-