public abstract class CompareDirEntry extends Object
Abstract CompareDirEntry class.
| Constructor and Description |
|---|
CompareDirEntry() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
compareWithEntry(CompareDirEntry other)
Compare with the other entry.
|
String |
extractPath(String path)
extractPath.
|
String |
getParentPath(String path)
getParentPath.
|
abstract boolean |
isFolder()
isFolder.
|
public abstract boolean isFolder()
isFolder.
public abstract boolean compareWithEntry(CompareDirEntry other)
other - a CompareDirEntry object.Copyright © 2016. All Rights Reserved.