C# Класс Gammtek.Conduit.Paths.PathHelpers.VariableFilePath

Наследование: VariablePathBase, IVariableFilePath
Показать файл Открыть проект

Открытые методы

Метод Описание
GetSisterDirectoryPath ( string directoryName ) : IVariableDirectoryPath
GetSisterFilePath ( string fileName ) : IVariableFilePath
HasExtension ( string extension ) : bool
TryResolve ( string>.IEnumerable variables, IAbsoluteFilePath &resolvedPath ) : VariablePathResolvingStatus
TryResolve ( string>.IEnumerable variables, IAbsoluteFilePath &resolvedPath, IReadOnlyList &unresolvedVariables ) : VariablePathResolvingStatus
TryResolve ( string>.IEnumerable variables, IAbsolutePath &resolvedPath ) : VariablePathResolvingStatus
TryResolve ( string>.IEnumerable variables, IAbsolutePath &resolvedPath, IReadOnlyList &unresolvedVariables ) : VariablePathResolvingStatus
TryResolve ( string>.IEnumerable variables, IAbsoluteFilePath &resolvedPath, string &failureMessage ) : bool
TryResolve ( string>.IEnumerable variables, IAbsolutePath &resolvedPath, string &failureMessage ) : bool
UpdateExtension ( string extension ) : IVariableFilePath

Приватные методы

Метод Описание
IFilePath ( string directoryName ) : IDirectoryPath
IFilePath ( string fileName ) : IFilePath
VariableFilePath ( string path ) : System.Collections.Generic

Описание методов

GetSisterDirectoryPath() публичный Метод

public GetSisterDirectoryPath ( string directoryName ) : IVariableDirectoryPath
directoryName string
Результат IVariableDirectoryPath

GetSisterFilePath() публичный Метод

public GetSisterFilePath ( string fileName ) : IVariableFilePath
fileName string
Результат IVariableFilePath

HasExtension() публичный Метод

public HasExtension ( string extension ) : bool
extension string
Результат bool

TryResolve() публичный Метод

public TryResolve ( string>.IEnumerable variables, IAbsoluteFilePath &resolvedPath ) : VariablePathResolvingStatus
variables string>.IEnumerable
resolvedPath IAbsoluteFilePath
Результат VariablePathResolvingStatus

TryResolve() публичный Метод

public TryResolve ( string>.IEnumerable variables, IAbsoluteFilePath &resolvedPath, IReadOnlyList &unresolvedVariables ) : VariablePathResolvingStatus
variables string>.IEnumerable
resolvedPath IAbsoluteFilePath
unresolvedVariables IReadOnlyList
Результат VariablePathResolvingStatus

TryResolve() публичный Метод

public TryResolve ( string>.IEnumerable variables, IAbsolutePath &resolvedPath ) : VariablePathResolvingStatus
variables string>.IEnumerable
resolvedPath IAbsolutePath
Результат VariablePathResolvingStatus

TryResolve() публичный Метод

public TryResolve ( string>.IEnumerable variables, IAbsolutePath &resolvedPath, IReadOnlyList &unresolvedVariables ) : VariablePathResolvingStatus
variables string>.IEnumerable
resolvedPath IAbsolutePath
unresolvedVariables IReadOnlyList
Результат VariablePathResolvingStatus

TryResolve() публичный Метод

public TryResolve ( string>.IEnumerable variables, IAbsoluteFilePath &resolvedPath, string &failureMessage ) : bool
variables string>.IEnumerable
resolvedPath IAbsoluteFilePath
failureMessage string
Результат bool

TryResolve() публичный Метод

public TryResolve ( string>.IEnumerable variables, IAbsolutePath &resolvedPath, string &failureMessage ) : bool
variables string>.IEnumerable
resolvedPath IAbsolutePath
failureMessage string
Результат bool

UpdateExtension() публичный Метод

public UpdateExtension ( string extension ) : IVariableFilePath
extension string
Результат IVariableFilePath