Package co.elastic.gradle.utils
Class SystemUtil
java.lang.Object
co.elastic.gradle.utils.SystemUtil
-
Constructor Details
-
SystemUtil
public SystemUtil()
-
-
Method Details
-
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.
-