Package org.yamcs.studio.autocomplete
Class AutoCompleteHelper
java.lang.Object
org.yamcs.studio.autocomplete.AutoCompleteHelper
Helper to handle wildcards.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Pattern
convertToPattern
(String name) Quote the name and return a pattern which handles only wildcards.static String
trimWildcards
(String name) Remove all begining/ending wildcards.
-
Constructor Details
-
AutoCompleteHelper
public AutoCompleteHelper()
-
-
Method Details
-
convertToPattern
Quote the name and return a pattern which handles only wildcards. -
trimWildcards
Remove all begining/ending wildcards.
-