Class RawContentParser
java.lang.Object
org.yamcs.studio.autocomplete.raw.RawContentParser
- All Implemented Interfaces:
IContentParser
Yamcs raw DataSource content parser.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanaccept(ContentDescriptor desc) parse(ContentDescriptor desc)
-
Field Details
-
RAW_SOURCE
- See Also:
-
-
Constructor Details
-
RawContentParser
public RawContentParser()
-
-
Method Details
-
accept
- Specified by:
acceptin interfaceIContentParser- Returns:
trueif this parser handles the described content.
-
parse
- Specified by:
parsein interfaceIContentParser- Returns:
ContentDescriptorto be submitted to providers or parsers if the replay attribute is set totrue.
-