Package adalid.util.io
Class FolderWrapper
java.lang.Object
adalid.util.io.FolderWrapper
- Author:
- Jorge Campins
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoublegetFile()doubledoublelonglonglonggetPath()longlonglongvoidsetBytesShare(double bytesShare) voidsetFilesShare(double filesShare) voidsetLinesShare(double linesShare) voidsetLocalBytes(long bytes) voidsetLocalFiles(long files) voidsetLocalLines(long lines) voidsetTotalBytes(long totalBytes) voidsetTotalFiles(long totalFiles) voidsetTotalLines(long totalLines)
-
Constructor Details
-
FolderWrapper
-
-
Method Details
-
getFile
- Returns:
- the file
-
getPath
- Returns:
- the path
-
getBytesSizes
- Returns:
- the bytes sizes
-
getLinesSizes
- Returns:
- the lines sizes
-
getLocalFiles
public long getLocalFiles()- Returns:
- the files
-
setLocalFiles
public void setLocalFiles(long files) - Parameters:
files- the files to set
-
getLocalBytes
public long getLocalBytes()- Returns:
- the bytes
-
setLocalBytes
public void setLocalBytes(long bytes) - Parameters:
bytes- the bytes to set
-
getLocalLines
public long getLocalLines()- Returns:
- the lines
-
setLocalLines
public void setLocalLines(long lines) - Parameters:
lines- the lines to set
-
getTotalFiles
public long getTotalFiles()- Returns:
- the total files
-
setTotalFiles
public void setTotalFiles(long totalFiles) - Parameters:
totalFiles- the total files to set
-
getTotalBytes
public long getTotalBytes()- Returns:
- the total bytes
-
setTotalBytes
public void setTotalBytes(long totalBytes) - Parameters:
totalBytes- the total bytes to set
-
getTotalLines
public long getTotalLines()- Returns:
- the total lines
-
setTotalLines
public void setTotalLines(long totalLines) - Parameters:
totalLines- the total lines to set
-