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, rootFilePath) => Promise<T>)

Type declaration

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

      • base: string
      • rootFilePath: string

      Returns Promise<T>