Class ClientDir


  • public class ClientDir
    extends java.lang.Object
    This class provides utility methods for fetching various client directories.
    • Constructor Summary

      Constructors 
      Constructor Description
      ClientDir()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.io.File getClientDataDir()
      Returns the client data directory.
      static java.io.File getClientLogsDir()
      Returns the client log directory.
      • Methods inherited from class java.lang.Object

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

      • ClientDir

        public ClientDir()
    • Method Detail

      • getClientLogsDir

        public static java.io.File getClientLogsDir()
        Returns the client log directory.
        Returns:
        the directory where client logs are stored.
      • getClientDataDir

        public static java.io.File getClientDataDir()
        Returns the client data directory.
        Returns:
        the directory where client data is stored.