public class ReparsePointFileInfo extends FileInfo
Contains extra details about a reparse point type file entry.
| Constructor and Description |
|---|
ReparsePointFileInfo()
Default constructor
|
ReparsePointFileInfo(java.lang.String name,
long size,
int attr,
int reparseType)
Class constructor
|
ReparsePointFileInfo(java.lang.String fname,
long fsize,
int fattr,
int fdate,
int ftime)
Construct an SMB file information object.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getReparsePointType()
Get the reparse point type
|
void |
setReparsePointType(int reparseType)
Set the reparse point type
|
java.lang.String |
toString()
Return the file information as a string.
|
getAccessDateTime, getAllocationSize, getAllocationSizeInt, getCreationDateTime, getFileAttributes, getFileId, getFileName, getFormattedAttributes, getModifyDateTime, getPath, getShortName, getSize, getSizeInt, hasAccessDateTime, hasAttribute, hasCreationDateTime, hasModifyDateTime, hasShortName, isArchived, isCompressed, isDirectory, isEncrypted, isHidden, isIndexed, isOffline, isReadOnly, isSystem, isTemporary, resetInfo, setAccessDateTime, setAccessDateTime, setAllocationSize, setCreationDateTime, setCreationDateTime, setFileAttributes, setFileId, setFileName, setFileSize, setModifyDateTime, setModifyDateTime, setPath, setShortName, setSize, setSizepublic ReparsePointFileInfo()
public ReparsePointFileInfo(java.lang.String name,
long size,
int attr,
int reparseType)
name - Stringsize - longattr - intreparseType - intpublic ReparsePointFileInfo(java.lang.String fname,
long fsize,
int fattr,
int fdate,
int ftime)
fname - File name string.fsize - File size, in bytes.fattr - File attributes.fdate - SMB encoded file date.ftime - SMB encoded file time.Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.