Strategy interface for resolving and accessing UI5 source artifacts.
A Ui5SourceStrategy encapsulates how UI5 resources for a given module are located and accessed, depending on the module's origin.
Typical implementations include:
The strategy is resolved centrally (e.g. by the Ui5Registry) and is responsible for:
Important:
| Methods | ||
|---|---|---|
public
|
getSourcePath(): string
|
# |
public
|
createAppSource(string $vendor): Ui5AppSource
|
# |
public
|
createLibrarySource(string $vendor): Ui5LibrarySource
|
# |