public interface IFileCompareResultBean
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAbsolutePathEquality()
Gets the absolute path equality.
|
boolean |
getFileExtensionEquality()
Gets the file extension equality.
|
java.io.File |
getFileToCompare()
Gets the file to compare.
|
boolean |
getLastModifiedEquality()
Gets the last modified equality.
|
boolean |
getLengthEquality()
Gets the length equality.
|
boolean |
getNameEquality()
Gets the name equality.
|
java.io.File |
getSourceFile()
Gets the source file.
|
void |
setAbsolutePathEquality(java.lang.Boolean absolutePathEquality)
Sets the absolute path equality.
|
void |
setFileExtensionEquality(java.lang.Boolean fileExtensionEquality)
Sets the file extension equality.
|
void |
setLastModifiedEquality(java.lang.Boolean lastModifiedEquality)
Sets the last modified equality.
|
void |
setLengthEquality(java.lang.Boolean lengthEquality)
Sets the length equality.
|
void |
setNameEquality(java.lang.Boolean nameEquality)
Sets the name equality.
|
boolean getAbsolutePathEquality()
boolean getFileExtensionEquality()
java.io.File getFileToCompare()
boolean getLastModifiedEquality()
boolean getLengthEquality()
boolean getNameEquality()
java.io.File getSourceFile()
void setAbsolutePathEquality(java.lang.Boolean absolutePathEquality)
absolutePathEquality - the new absolute path equalityvoid setFileExtensionEquality(java.lang.Boolean fileExtensionEquality)
fileExtensionEquality - the new file extension equalityvoid setLastModifiedEquality(java.lang.Boolean lastModifiedEquality)
lastModifiedEquality - the new last modified equalityvoid setLengthEquality(java.lang.Boolean lengthEquality)
lengthEquality - the new length equalityvoid setNameEquality(java.lang.Boolean nameEquality)
nameEquality - the new name equality