Class TinyV2Mapper

    • Constructor Summary

      Constructors 
      Constructor Description
      TinyV2Mapper()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean claim​(java.util.List<java.lang.String> lines)
      Checks whether this mapper can process the given lines.
      Mapper getMapper​(java.util.List<java.lang.String> lines, boolean ignoreErrors)
      Creates a Mapper given the lines, ignoring errors depending on the given flag.
      • Methods inherited from class java.lang.Object

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

      • TinyV2Mapper

        public TinyV2Mapper()
    • Method Detail

      • claim

        public boolean claim​(java.util.List<java.lang.String> lines)
        Description copied from interface: IMappingFormat
        Checks whether this mapper can process the given lines.
        Specified by:
        claim in interface IMappingFormat
        Parameters:
        lines - the lines to read
        Returns:
        whether this type of mapper can process these lines