Class SystemUtil

java.lang.Object
co.elastic.gradle.utils.SystemUtil

public class SystemUtil extends Object
  • Constructor Details

    • SystemUtil

      public SystemUtil()
  • Method Details

    • getUsername

      public String getUsername()
      Get the username for the current Unix user.
      Returns:
      the username for the current Unix user.
    • getUid

      public long getUid()
      Get the UID for the current Unix user.
      Returns:
      the UID for the current Unix user.
    • getGid

      public long getGid()
      Get the GID for the current Unix user.
      Returns:
      the GID for the current Unix user.