C# 클래스 StoryTeller.Model.Persistence.HierarchyLoader

파일 보기 프로젝트 열기: storyteller/Storyteller

공개 프로퍼티들

프로퍼티 타입 설명
FileSystem IFileSystem

공개 메소드들

메소드 설명
ReadHierarchy ( string folder ) : Suite
ReadSuite ( string folder ) : Suite
SelectSpecPath ( string baseDirectory ) : string

메소드 상세

ReadHierarchy() 공개 정적인 메소드

public static ReadHierarchy ( string folder ) : Suite
folder string
리턴 Suite

ReadSuite() 공개 정적인 메소드

public static ReadSuite ( string folder ) : Suite
folder string
리턴 Suite

SelectSpecPath() 공개 정적인 메소드

public static SelectSpecPath ( string baseDirectory ) : string
baseDirectory string
리턴 string

프로퍼티 상세

FileSystem 공개적으로 정적으로 프로퍼티

public static IFileSystem FileSystem
리턴 IFileSystem