Class LocalContentParser
java.lang.Object
org.yamcs.studio.autocomplete.loc.LocalContentParser
- All Implemented Interfaces:
IContentParser
Local Data Source content parser.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
accept
(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:
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
.
-