C# Class EventStore.Common.Utils.Locations

Show file Open project: EventStore/EventStore

Public Properties

Property Type Description
ApplicationDirectory string
DefaultConfigurationDirectory string
DefaultContentDirectory string
DefaultDataDirectory string
DefaultLogDirectory string
DefaultTestClientLogDirectory string
FallbackDefaultDataDirectory string
PluginsDirectory string
PreludeDirectory string
PreludeResourcesPath string
ProjectionsDirectory string
WebContentDirectory string

Public Methods

Method Description
GetPrecededLocation ( ) : string

Returns the preceded location by checking the existence of the directory. The local directory should be the first priority as the first element followed by the global default location as last element.

Private Methods

Method Description
Locations ( ) : System.IO

Method Details

GetPrecededLocation() public static method

Returns the preceded location by checking the existence of the directory. The local directory should be the first priority as the first element followed by the global default location as last element.
public static GetPrecededLocation ( ) : string
return string

Property Details

ApplicationDirectory public static property

public static string ApplicationDirectory
return string

DefaultConfigurationDirectory public static property

public static string DefaultConfigurationDirectory
return string

DefaultContentDirectory public static property

public static string DefaultContentDirectory
return string

DefaultDataDirectory public static property

public static string DefaultDataDirectory
return string

DefaultLogDirectory public static property

public static string DefaultLogDirectory
return string

DefaultTestClientLogDirectory public static property

public static string DefaultTestClientLogDirectory
return string

FallbackDefaultDataDirectory public static property

public static string FallbackDefaultDataDirectory
return string

PluginsDirectory public static property

public static string PluginsDirectory
return string

PreludeDirectory public static property

public static string PreludeDirectory
return string

PreludeResourcesPath public static property

public static string PreludeResourcesPath
return string

ProjectionsDirectory public static property

public static string ProjectionsDirectory
return string

WebContentDirectory public static property

public static string WebContentDirectory
return string