Package org.apache.tomcat.jni
Class FileInfo
java.lang.Object
org.apache.tomcat.jni.FileInfo
Deprecated.
The scope of the APR/Native Library will be reduced in Tomcat
              10.1.x / Tomcat Native 2.x onwards to only include those
              components required to provide OpenSSL integration with the NIO
              and NIO2 connectors.
Fileinfo
- Author:
- Mladen Turk
- 
Field SummaryFieldsModifier and TypeFieldDescriptionlongDeprecated.The time the file was last accessedlongDeprecated.The storage size consumed by the filelongDeprecated.The time the file was created, or the inode was last changedintDeprecated.The id of the device the file is on.longDeprecated.The file's handle, if accessed (can be submitted to apr_duphandle)intDeprecated.The type of file.Deprecated.The pathname of the file (possibly unrooted)intDeprecated.The group id that owns the fileintDeprecated.The inode of the file.longDeprecated.The time the file was last modifiedDeprecated.The file's name (no path) in filesystem caseintDeprecated.The number of hard links to the file.longDeprecated.Allocates memory and closes lingering handles in the specified poolintDeprecated.The access permissions of the file.longDeprecated.The size of the fileintDeprecated.The user id that owns the fileintDeprecated.The bitmask describing valid fields of this apr_finfo_t structure including all available 'wanted' fields and potentially more.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
poolpublic long poolDeprecated.Allocates memory and closes lingering handles in the specified pool
- 
validpublic int validDeprecated.The bitmask describing valid fields of this apr_finfo_t structure including all available 'wanted' fields and potentially more.
- 
protectionpublic int protectionDeprecated.The access permissions of the file. Mimics Unix access rights.
- 
filetypepublic int filetypeDeprecated.The type of file. One of APR_REG, APR_DIR, APR_CHR, APR_BLK, APR_PIPE, APR_LNK or APR_SOCK. If the type is undetermined, the value is APR_NOFILE. If the type cannot be determined, the value is APR_UNKFILE.
- 
userpublic int userDeprecated.The user id that owns the file
- 
grouppublic int groupDeprecated.The group id that owns the file
- 
inodepublic int inodeDeprecated.The inode of the file.
- 
devicepublic int deviceDeprecated.The id of the device the file is on.
- 
nlinkpublic int nlinkDeprecated.The number of hard links to the file.
- 
sizepublic long sizeDeprecated.The size of the file
- 
csizepublic long csizeDeprecated.The storage size consumed by the file
- 
atimepublic long atimeDeprecated.The time the file was last accessed
- 
mtimepublic long mtimeDeprecated.The time the file was last modified
- 
ctimepublic long ctimeDeprecated.The time the file was created, or the inode was last changed
- 
fnameDeprecated.The pathname of the file (possibly unrooted)
- 
nameDeprecated.The file's name (no path) in filesystem case
- 
filehandpublic long filehandDeprecated.The file's handle, if accessed (can be submitted to apr_duphandle)
 
- 
- 
Constructor Details- 
FileInfopublic FileInfo()Deprecated.
 
-