Русский (Russian)
Appearance
ENUM
ResourceFileElement
Contents
glob(pattern:excluding:tags:inclusionCondition:)
folderReference(path:tags:inclusionCondition:)
public enum ResourceFileElement: Codable, Equatable, Sendable, Hashable
A resource file element from a glob pattern or a folder reference.
Note: For convenience, an element can be represented as a string literal "some/pattern/**"
is the equivalent of ResourceFileElement.glob(pattern: "some/pattern/**")
glob(pattern:excluding:tags:inclusionCondition:)
case glob(pattern: Path, excluding: [Path] = [], tags: [String] = [], inclusionCondition: PlatformCondition? = nil)
A glob pattern of files to include and ODR tags
folderReference(path:tags:inclusionCondition:)
case folderReference(path: Path, tags: [String] = [], inclusionCondition: PlatformCondition? = nil)
Relative path to a directory to include as a folder reference and ODR tags