public class ObjectExist extends Object
Constructor | Description |
---|---|
ObjectExist() |
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(Object o) |
|
ObjectExist |
exists(Boolean exists) |
|
Boolean |
getExists() |
Indicates that the file or folder exists.
|
Boolean |
getIsFolder() |
True if it is a folder, false if it is a file.
|
int |
hashCode() |
|
ObjectExist |
isFolder(Boolean isFolder) |
|
void |
setExists(Boolean exists) |
|
void |
setIsFolder(Boolean isFolder) |
|
String |
toString() |
public ObjectExist exists(Boolean exists)
public Boolean getExists()
public void setExists(Boolean exists)
public ObjectExist isFolder(Boolean isFolder)
public Boolean getIsFolder()
public void setIsFolder(Boolean isFolder)
Copyright © 2019. All rights reserved.