C# Class EventStore.Common.Utils.Locations

Datei anzeigen 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_oe static_oe property

public static string ApplicationDirectory
return string

DefaultConfigurationDirectory public_oe static_oe property

public static string DefaultConfigurationDirectory
return string

DefaultContentDirectory public_oe static_oe property

public static string DefaultContentDirectory
return string

DefaultDataDirectory public_oe static_oe property

public static string DefaultDataDirectory
return string

DefaultLogDirectory public_oe static_oe property

public static string DefaultLogDirectory
return string

DefaultTestClientLogDirectory public_oe static_oe property

public static string DefaultTestClientLogDirectory
return string

FallbackDefaultDataDirectory public_oe static_oe property

public static string FallbackDefaultDataDirectory
return string

PluginsDirectory public_oe static_oe property

public static string PluginsDirectory
return string

PreludeDirectory public_oe static_oe property

public static string PreludeDirectory
return string

PreludeResourcesPath public_oe static_oe property

public static string PreludeResourcesPath
return string

ProjectionsDirectory public_oe static_oe property

public static string ProjectionsDirectory
return string

WebContentDirectory public_oe static_oe property

public static string WebContentDirectory
return string