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