Class SysContentParser
java.lang.Object
org.yamcs.studio.autocomplete.sys.SysContentParser
- All Implemented Interfaces:
IContentParser
System Data Source content parser.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
accept
(ContentDescriptor desc) parse
(ContentDescriptor desc)
-
Field Details
-
SYS_SOURCE
- See Also:
-
-
Constructor Details
-
SysContentParser
public SysContentParser()
-
-
Method Details
-
accept
- Specified by:
accept
in interfaceIContentParser
- Returns:
true
if this parser handles the described content.
-
parse
- Specified by:
parse
in interfaceIContentParser
- Returns:
ContentDescriptor
to be submitted to providers or parsers if the replay attribute is set totrue
.
-