Class UserInfoVisitor

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable, SingleRowVisitor<java.lang.String>

    public class UserInfoVisitor
    extends java.lang.Object
    implements SingleRowVisitor<java.lang.String>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String USER_INFO_FILE_NAME  
    • Constructor Summary

      Constructors 
      Constructor Description
      UserInfoVisitor​(java.nio.file.Path fileLocation)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      void export​(java.lang.String username)  
      • Methods inherited from class java.lang.Object

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

      • USER_INFO_FILE_NAME

        public static final java.lang.String USER_INFO_FILE_NAME
        See Also:
        Constant Field Values
    • Constructor Detail

      • UserInfoVisitor

        public UserInfoVisitor​(java.nio.file.Path fileLocation)
    • Method Detail

      • export

        public void export​(java.lang.String username)
        Specified by:
        export in interface SingleRowVisitor<java.lang.String>
      • close

        public void close()
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable
        Specified by:
        close in interface SingleRowVisitor<java.lang.String>