com.polarion.alm.builder.IWritableRepository
METHODS
Modifiers and Type | Name | Description |
---|---|---|
void | makeFolder(ILocation) | Makes folder on given location. Will make parent folders if needed. It is OK to request making of folder which already exists. |
void | removeLocation(ILocation) | Removes location (being it plain file or folder). Will remove folder contents if needed. It is permitted to remove location which does not exist. |
Back to Index