UNPKG

@ui5/task-adaptation

Version:

Custom task for ui5-builder which allows building UI5 Flexibility Adaptation Projects for SAP BTP, Cloud Foundry environment

9 lines (8 loc) 336 B
import CacheManager from "./cacheManager.js"; import { IConfiguration } from "../model/types.js"; export default class AnnotationsCacheManager extends CacheManager { private tempSubFolder; constructor(configuration: IConfiguration, tempSubFolder: string); protected getTempId(): string; getMetadataFilename(): string; }