org.apache.ivy.plugins.repository.ssh

Class Scp.FileInfo

public class Scp.FileInfo extends Object

Method Summary
StringgetFilename()
longgetLastModified()
longgetLength()
voidsetFilename(String filename)
voidsetLastModified(long lastModified)
voidsetLength(long length)

Method Detail

getFilename

public String getFilename()

Returns: Returns the filename.

getLastModified

public long getLastModified()

Returns: Returns the lastModified.

getLength

public long getLength()

Returns: Returns the length.

setFilename

public void setFilename(String filename)

Parameters: filename The filename to set.

setLastModified

public void setLastModified(long lastModified)

Parameters: lastModified The lastModified to set.

setLength

public void setLength(long length)

Parameters: length The length to set.