Class LocalContentParser
java.lang.Object
org.yamcs.studio.autocomplete.loc.LocalContentParser
- All Implemented Interfaces:
IContentParser
Local Data Source content parser.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanaccept(ContentDescriptor desc) parse(ContentDescriptor desc)
-
Field Details
-
LOCAL_SOURCE
- See Also:
-
VTYPE_START
- See Also:
-
VTYPE_END
- See Also:
-
INITIAL_VALUE_START
- See Also:
-
INITIAL_VALUE_END
- See Also:
-
-
Constructor Details
-
LocalContentParser
public LocalContentParser()
-
-
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.
-