net.sf.commons.ssh
Interface SftpFileAttributes


public interface SftpFileAttributes

Since:
1.2
Author:
Egor Ivanov (crackcraft at gmail dot com)

Method Summary
 long getAccessedTime()
           
 long getGID()
           
 long getModifiedTime()
           
 long getPermissions()
           
 long getSize()
           
 long getUID()
           
 boolean isBlock()
           
 boolean isCharacter()
           
 boolean isDirectory()
           
 boolean isFifo()
           
 boolean isFile()
           
 boolean isLink()
           
 boolean isSocket()
           
 

Method Detail

getAccessedTime

long getAccessedTime()

getGID

long getGID()

getModifiedTime

long getModifiedTime()

getPermissions

long getPermissions()

getSize

long getSize()

getUID

long getUID()

isBlock

boolean isBlock()

isCharacter

boolean isCharacter()

isDirectory

boolean isDirectory()

isFifo

boolean isFifo()

isFile

boolean isFile()

isLink

boolean isLink()

isSocket

boolean isSocket()


Copyright © 2009. All Rights Reserved.