Package picocli

Class AutoComplete.Bashify

  • All Implemented Interfaces:
    AutoComplete.Function<java.lang.CharSequence,​java.lang.String>
    Enclosing class:
    AutoComplete

    private static class AutoComplete.Bashify
    extends java.lang.Object
    implements AutoComplete.Function<java.lang.CharSequence,​java.lang.String>
    Drops all characters that are not valid for bash function and identifier names.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Bashify()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String apply​(java.lang.CharSequence value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Bashify

        private Bashify()
    • Method Detail

      • apply

        public java.lang.String apply​(java.lang.CharSequence value)
        Specified by:
        apply in interface AutoComplete.Function<java.lang.CharSequence,​java.lang.String>