NTP Analyzer
0.8.2
Analyze the operation of time servers
|
Public Member Functions | |
FileStreamDestination (string file) | |
override void | Test () |
override void | Write (Stream stream, LogBase log) |
Public Attributes | |
override string | AbsoluteLocation => JoinPath(path.FilePath, file) |
override string | Link => value |
override string | Location => file |
override string | Value => value |
Public Attributes inherited from Ntp.Analyzer.Export.StreamDestination | |
string | ConfigName => null |
StreamDestinations never has a name. Always return null. More... | |
Package Functions | |
void | SetPath (IPathProvider pathProvider) |
Properties | |
string | ConfigValue [get] |
Properties inherited from Ntp.Analyzer.Export.StreamDestination | |
abstract string | AbsoluteLocation [get] |
abstract string | Link [get] |
abstract string | Location [get] |
string | Param [get, set] |
abstract string | Value [get] |
Properties inherited from Ntp.Analyzer.Interface.IConfigurationNode | |
string | ConfigName [get] |
Private Attributes | |
readonly string | file |
IPathProvider | path |
readonly string | value |
Additional Inherited Members | |
Static Public Attributes inherited from Ntp.Analyzer.Export.FileSystemDestination | |
static uint | FileGroupId = null |
static uint | FileMask = 644 |
static uint | FileUserId = null |
Static Protected Member Functions inherited from Ntp.Analyzer.Export.FileSystemDestination | |
static void | ApplyPermissions (string file, LogBase log) |
static string | JoinPath (string path1, string path2) |
static string | JoinPath (string path1, string path2, string path3) |
static void | PrepareFile (string file, LogBase log) |
static void | TestFile (string file, string content) |
static void | WriteFile (Stream stream, string file, LogBase log) |
Definition at line 30 of file FileStreamDestination.cs.
|
inline |
Definition at line 32 of file FileStreamDestination.cs.
|
inlinepackage |
Definition at line 66 of file FileStreamDestination.cs.
|
inlinevirtual |
Implements Ntp.Analyzer.Export.StreamDestination.
Definition at line 54 of file FileStreamDestination.cs.
|
inlinevirtual |
Implements Ntp.Analyzer.Export.StreamDestination.
Definition at line 59 of file FileStreamDestination.cs.
override string Ntp.Analyzer.Export.FileStreamDestination.AbsoluteLocation => JoinPath(path.FilePath, file) |
Definition at line 52 of file FileStreamDestination.cs.
|
private |
Definition at line 39 of file FileStreamDestination.cs.
override string Ntp.Analyzer.Export.FileStreamDestination.Link => value |
Definition at line 46 of file FileStreamDestination.cs.
override string Ntp.Analyzer.Export.FileStreamDestination.Location => file |
Definition at line 50 of file FileStreamDestination.cs.
|
private |
Definition at line 41 of file FileStreamDestination.cs.
|
private |
Definition at line 40 of file FileStreamDestination.cs.
override string Ntp.Analyzer.Export.FileStreamDestination.Value => value |
Definition at line 48 of file FileStreamDestination.cs.
|
get |
Definition at line 44 of file FileStreamDestination.cs.