Class WhateverParser

java.lang.Object
io.permazen.cli.parse.WhateverParser
All Implemented Interfaces:
Parser<String>

public class WhateverParser extends Object implements Parser<String>
Accepts anything.
  • Constructor Details

    • WhateverParser

      public WhateverParser()
  • Method Details

    • parse

      public String parse(Session session, String text)
      Description copied from interface: Parser
      Parse value from the given text.
      Specified by:
      parse in interface Parser<String>
      Parameters:
      session - CLI session
      text - input to parse
      Returns:
      parsed value