public interface DebianPackageConstants extends GlobalConstants
The constants of the Debian package.
Modifier and Type | Field and Description |
---|---|
static String |
CONFFILES_ENTRY
The entry for the configuration files file in the control information
archive.
|
static String |
CONFIG_ENTRY
The entry for the configuration file in the control information archive.
|
static String |
CONTROL_ENTRY
The entry for the control file in the control information archive.
|
static String |
CONTROL_NAME
The name of the file containing the control information of the Debian
package without the extension.
|
static String |
CONTROL_TAR_PREFIX
The prefix of the file containing the control information of the Debian
package.
|
static String |
DATA_NAME
The name of the file containing the content of the Debian package without
the extension.
|
static String |
DATA_TAR_PREFIX
The prefix of the file containing the content of the Debian package.
|
static String |
DEBIAN_BINARY
The name of the "debian-binary" file containing the version of
the Debian package structure.
|
static int |
DIRECTORY_MODE
The mode (access rights) for a directory.
|
static String |
DOC_BASE_PATH
The base of the documentation path.
|
static int |
FILE_MODE
The mode (access rights) for a normal file.
|
static String |
MD5SUMS_ENTRY
The entry for the MD5 sums file in the control information archive.
|
static String |
POSTINST_ENTRY
The entry for the post-installation script file in the control
information archive.
|
static String |
POSTRM_ENTRY
The entry for the post-remove script file in the control information
archive.
|
static String |
PREINST_ENTRY
The entry for the pre-installation script file in the control information
archive.
|
static String |
PRERM_ENTRY
The entry for the pre-remove script file in the control information
archive.
|
static long |
ROOT_GROUP_ID
The group ID for the root group.
|
static String |
ROOT_GROUP_NAME
The group name for the root group.
|
static long |
ROOT_USER_ID
The user ID for the root user.
|
static String |
ROOT_USER_NAME
The user name for the root user.
|
static int |
SCRIPT_MODE
The mode (access rights) for a script.
|
static String |
SHLIBS_ENTRY
The entry for the shared libraries file in the control information
archive.
|
static String |
SYMBOLS_ENTRY
The entry for the symbols file in the control information archive.
|
static String |
TAR_BZIP2_SUFFIX
The suffix of a BZIP2 compressed TAR file.
|
static String |
TAR_GZIP_SUFFIX
The suffix of a GZIP compressed TAR file.
|
static String |
TAR_XZ_SUFFIX
The suffix of a XZ compressed TAR file.
|
static String |
TEMPLATES_ENTRY
The entry for the templates file in the control information archive.
|
static String |
TRIGGERS_ENTRY
The entry for the triggers file in the control information archive.
|
static String |
USR_PATH
The user directory.
|
static String |
USR_SHARE_PATH
The share directory in the user directory.
|
UTF_8, UTF_8_CHARSET
static final String DEBIAN_BINARY
The name of the "debian-binary" file containing the version of the Debian package structure.
static final String CONTROL_NAME
The name of the file containing the control information of the Debian package without the extension.
static final String CONTROL_TAR_PREFIX
The prefix of the file containing the control information of the Debian package.
static final String DATA_NAME
The name of the file containing the content of the Debian package without the extension.
static final String DATA_TAR_PREFIX
static final String TAR_GZIP_SUFFIX
static final String TAR_XZ_SUFFIX
static final String TAR_BZIP2_SUFFIX
static final String CONTROL_ENTRY
static final String MD5SUMS_ENTRY
static final String PREINST_ENTRY
The entry for the pre-installation script file in the control information archive.
static final String POSTINST_ENTRY
The entry for the post-installation script file in the control information archive.
static final String PRERM_ENTRY
The entry for the pre-remove script file in the control information archive.
static final String POSTRM_ENTRY
The entry for the post-remove script file in the control information archive.
static final String TEMPLATES_ENTRY
static final String CONFIG_ENTRY
The entry for the configuration file in the control information archive.
static final String CONFFILES_ENTRY
The entry for the configuration files file in the control information archive.
static final String SHLIBS_ENTRY
The entry for the shared libraries file in the control information archive.
static final String SYMBOLS_ENTRY
static final String TRIGGERS_ENTRY
static final String USR_PATH
static final String USR_SHARE_PATH
static final String DOC_BASE_PATH
static final long ROOT_GROUP_ID
static final String ROOT_GROUP_NAME
static final long ROOT_USER_ID
static final String ROOT_USER_NAME
static final int DIRECTORY_MODE
static final int FILE_MODE
static final int SCRIPT_MODE
Copyright © 2015–2019. All rights reserved.