C# 클래스 Summer.Batch.Extra.Sort.Legacy.Parser.ComparerParser

Parser for sort configuration cards that creates an IComparer{T}.
상속: Summer.Batch.Extra.Sort.Legacy.Parser.AbstractParser
파일 보기 프로젝트 열기: SummerBatch/SummerBatch 1 사용 예제들

공개 메소드들

메소드 설명
ComparerParser ( ) : System.Collections.Generic

Default constructor.

GetComparer ( string configuration ) : IComparer

Constructs a new IComparer{T} from a sort configuration card.

비공개 메소드들

메소드 설명
ParseComparer ( Lexer lexer, string defaultFormat ) : IComparer

Parses an individual comparer.

ParseComparers ( Lexer lexer, string defaultFormat ) : IComparer

Parse all the individual comparers and combine them in a ComparerChain{T}.

메소드 상세

ComparerParser() 공개 메소드

Default constructor.
public ComparerParser ( ) : System.Collections.Generic
리턴 System.Collections.Generic

GetComparer() 공개 메소드

Constructs a new IComparer{T} from a sort configuration card.
public GetComparer ( string configuration ) : IComparer
configuration string the sort card
리턴 IComparer