C# 클래스 XmlCoreTest.Common.FilePathUtil

파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
ExpandVariables ( string inputPath ) : string
GetDataPath ( ) : string
GetFileDataPath ( ) : string
GetFileStandardPath ( ) : string
GetFileTestDataPath ( ) : string
GetHttpDataPath ( ) : string
GetHttpStandardPath ( ) : string
GetHttpTestDataPath ( ) : string
GetStandardPath ( ) : string
GetTestDataPath ( ) : string
GetVariableValue ( string name ) : string
addBytes ( string filename, byte bytes ) : void
addStream ( string filename, Stream s ) : void
cacheXml ( string filename, string content ) : void
getStream ( string filename ) : Stream
getStreamDirect ( string filename ) : Stream

비공개 메소드들

메소드 설명
NormalizeFilePath ( string path ) : string
initXmlFileCacheIfNotYet ( ) : void

메소드 상세

ExpandVariables() 공개 정적인 메소드

public static ExpandVariables ( string inputPath ) : string
inputPath string
리턴 string

GetDataPath() 공개 정적인 메소드

public static GetDataPath ( ) : string
리턴 string

GetFileDataPath() 공개 정적인 메소드

public static GetFileDataPath ( ) : string
리턴 string

GetFileStandardPath() 공개 정적인 메소드

public static GetFileStandardPath ( ) : string
리턴 string

GetFileTestDataPath() 공개 정적인 메소드

public static GetFileTestDataPath ( ) : string
리턴 string

GetHttpDataPath() 공개 정적인 메소드

public static GetHttpDataPath ( ) : string
리턴 string

GetHttpStandardPath() 공개 정적인 메소드

public static GetHttpStandardPath ( ) : string
리턴 string

GetHttpTestDataPath() 공개 정적인 메소드

public static GetHttpTestDataPath ( ) : string
리턴 string

GetStandardPath() 공개 정적인 메소드

public static GetStandardPath ( ) : string
리턴 string

GetTestDataPath() 공개 정적인 메소드

public static GetTestDataPath ( ) : string
리턴 string

GetVariableValue() 공개 정적인 메소드

public static GetVariableValue ( string name ) : string
name string
리턴 string

addBytes() 공개 정적인 메소드

public static addBytes ( string filename, byte bytes ) : void
filename string
bytes byte
리턴 void

addStream() 공개 정적인 메소드

public static addStream ( string filename, Stream s ) : void
filename string
s Stream
리턴 void

cacheXml() 공개 정적인 메소드

public static cacheXml ( string filename, string content ) : void
filename string
content string
리턴 void

getStream() 공개 정적인 메소드

public static getStream ( string filename ) : Stream
filename string
리턴 Stream

getStreamDirect() 공개 정적인 메소드

public static getStreamDirect ( string filename ) : Stream
filename string
리턴 Stream