C# Class AmandaInterface.AmandaTagParser

显示文件 Open project: remco138/amanda Class Usage Examples

Public Properties

Property Type Description
AmandaTags List

Public Methods

Method Description
AmandaTagParser ( ) : System
GetBracketMismatch ( string code ) : int
GetTag ( int line ) : AmandaTag
LoadDB ( string file ) : void
Parse ( string code ) : void

Method Details

AmandaTagParser() public method

public AmandaTagParser ( ) : System
return System

GetBracketMismatch() public method

public GetBracketMismatch ( string code ) : int
code string
return int

GetTag() public method

public GetTag ( int line ) : AmandaTag
line int
return AmandaTag

LoadDB() public method

public LoadDB ( string file ) : void
file string
return void

Parse() public method

public Parse ( string code ) : void
code string
return void

Property Details

AmandaTags public_oe property

public List AmandaTags
return List