Class Scp.FileInfo
java.lang.Object
org.apache.ivy.plugins.repository.ssh.Scp.FileInfo
- Enclosing class:
Scp
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonglongvoidsetFilename(String filename) voidsetLastModified(long lastModified) voidsetLength(long length)
-
Constructor Details
-
FileInfo
public FileInfo()
-
-
Method Details
-
setFilename
- Parameters:
filename- The filename to set.
-
getFilename
- Returns:
- Returns the filename.
-
setLength
public void setLength(long length) - Parameters:
length- The length to set.
-
getLength
public long getLength()- Returns:
- Returns the length.
-
setLastModified
public void setLastModified(long lastModified) - Parameters:
lastModified- The lastModified to set.
-
getLastModified
public long getLastModified()- Returns:
- Returns the lastModified.
-