C# 클래스 Unicoen.Apps.Metrics.Utils.MetricsPrinter

파일 보기 프로젝트 열기: UnicoenProject/UNICOEN

공개 메소드들

메소드 설명
Run ( IList args ) : bool

보호된 메소드들

메소드 설명
PrintMetrics ( string filePath ) : void

Print cyclomatic of give file

ProtectedGetTargetElements ( UnifiedElement codeObject ) : IEnumerable

비공개 메소드들

메소드 설명
ExtendFilePath ( IEnumerable paths ) : IEnumerable

메소드 상세

PrintMetrics() 보호된 메소드

Print cyclomatic of give file
protected PrintMetrics ( string filePath ) : void
filePath string a target file path
리턴 void

ProtectedGetTargetElements() 보호된 추상적인 메소드

protected abstract ProtectedGetTargetElements ( UnifiedElement codeObject ) : IEnumerable
codeObject Unicoen.Model.UnifiedElement
리턴 IEnumerable

Run() 공개 메소드

public Run ( IList args ) : bool
args IList
리턴 bool