public interface SchedulerSpaceInterface
Modifier and Type | Method and Description |
---|---|
boolean |
checkFileExists(String dataspace,
String pathname)
Check if a file exists in the specified location in the DataSpace
|
boolean |
isFolder(String dataspace,
String pathname)
Check if a file in the specified DataSpace is a folder
|
boolean isFolder(String dataspace, String pathname) throws NotConnectedException, PermissionException
dataspace
- the target DataSpace name. It has two possible values, 'USERSPACE' or 'GLOBALSPACE'.pathname
- the file path to checkNotConnectedException
- if you are not authenticatedPermissionException
- if you can't access to the global data spaceboolean checkFileExists(String dataspace, String pathname) throws NotConnectedException, PermissionException
dataspace
- the target DataSpace name. It has two possible values, 'USERSPACE' or 'GLOBALSPACE'.pathname
- the file path to checkNotConnectedException
- if you are not authenticatedPermissionException
- if you can't access to the global data space