* Get a [DuplexCollection]@ui5/fs/DuplexCollection for accessing and modifying a * project's resources. This is always of style buildtime . * * @public * @returns {@ui5/fs/DuplexCollection} DuplexCollection
()
| 272 | * @returns {@ui5/fs/DuplexCollection} DuplexCollection |
| 273 | */ |
| 274 | getWorkspace() { |
| 275 | throw new Error(`getWorkspace must be implemented by subclass ${this.constructor.name}`); |
| 276 | } |
| 277 | |
| 278 | /* === Internals === */ |
| 279 | /** |
no outgoing calls
no test coverage detected