public class ObjectExist extends Object
Constructor and Description |
---|
ObjectExist() |
ObjectExist(Boolean exists,
Boolean isFolder)
Initializes a new instance of the ObjectExist
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ObjectExist |
exists(Boolean exists)
Set exists and return this.
|
int |
hashCode() |
Boolean |
isExists()
Indicates that the file or folder exists.
|
ObjectExist |
isFolder(Boolean isFolder)
Set isFolder and return this.
|
Boolean |
isIsFolder()
True if it is a folder, false if it is a file.
|
void |
setExists(Boolean exists)
Set exists.
|
void |
setIsFolder(Boolean isFolder)
Set isFolder.
|
String |
toString() |
public ObjectExist exists(Boolean exists)
exists
- Indicates that the file or folder exists.public Boolean isExists()
public void setExists(Boolean exists)
exists
- Indicates that the file or folder exists.public ObjectExist isFolder(Boolean isFolder)
isFolder
- True if it is a folder, false if it is a file.public Boolean isIsFolder()
public void setIsFolder(Boolean isFolder)
isFolder
- True if it is a folder, false if it is a file.Copyright © 2020. All rights reserved.