Package jetbrains.buildServer.util
Interface ArchiveUnixPermissions
-
public interface ArchiveUnixPermissions
Unix permissions in a way that is understood by Info-Zip's unzip command.The constants from this class can be passed to
ZipArchiveEntry.setUnixMode(int)
The source of the constants is here.
-
-
Field Summary
Fields Modifier and Type Field Description static int
FILE_RWXR_XR_X
static int
FILE_RWXRW_RW_
-
-
-
Field Detail
-
FILE_RWXR_XR_X
static final int FILE_RWXR_XR_X
- See Also:
- Constant Field Values
-
FILE_RWXRW_RW_
static final int FILE_RWXRW_RW_
- See Also:
- Constant Field Values
-
-