C# Class CAClientCommon.DirFinder

Show file Open project: periodic/LoLLogs

Public Methods

Method Description
getDirectory ( ) : string
getDirs ( ) : List
getFiles ( ) : List

Protected Methods

Method Description
getLogDirs ( string path ) : List
getLogFiles ( string path ) : List

Method Details

getDirectory() public abstract method

public abstract getDirectory ( ) : string
return string

getDirs() public abstract method

public abstract getDirs ( ) : List
return List

getFiles() public abstract method

public abstract getFiles ( ) : List
return List

getLogDirs() protected static method

protected static getLogDirs ( string path ) : List
path string
return List

getLogFiles() protected static method

protected static getLogFiles ( string path ) : List
path string
return List