Class StateContentParser
java.lang.Object
org.yamcs.studio.autocomplete.state.StateContentParser
- All Implemented Interfaces:
IContentParser
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanaccept(ContentDescriptor desc) parse(ContentDescriptor desc)
-
Field Details
-
STATE_SOURCE
- See Also:
-
-
Constructor Details
-
StateContentParser
public StateContentParser()
-
-
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.
-