Interface FileIdentifierMapperFactory<T>

Factory that can create FileIdentifierMappers so the base and rootFilePath can be set dynamically. Specifically used when identifiers need to be generated for a new pod (since pod identifiers are generated).

Type Parameters

Hierarchy

  • FileIdentifierMapperFactory

Implemented by

Properties

Properties

create: ((base: string, rootFilePath: string) => Promise<T>)

Type declaration

    • (base: string, rootFilePath: string): Promise<T>
    • Parameters

      • base: string
      • rootFilePath: string

      Returns Promise<T>