com.polarion.alm.builder.IReadableRepository
METHODS
| Modifiers and Type | Name | Description |
|---|---|---|
| boolean | exists(ILocation) | Whether given location exists (either as a file or as a folder). |
| boolean | isFolder(ILocation) | Whether given location exists as a folder. |
| boolean | isFile(ILocation) | Whether given location exists as a file. |
| long | getLastModificationTime(ILocation) | Return time of last modification if location is file. |
| long | getFileSize(ILocation) | Return file size in bytes. The return value is unspecified for anything which is not file. |
| List | listFolder(ILocation,boolean) | List folder contents. If given location has revision, returned locations have revision corresponding to it. |
Back to Index