C# Class FiveUI.FileStore

Show file Open project: GaloisInc/FiveUI

Public Methods

Method Description
GetBucket ( string key ) : string
GetBuckets ( ) : IEnumerable
RemoveBucket ( string key ) : void

Private Methods

Method Description
GetBase ( ) : string

Method Details

GetBucket() public static method

public static GetBucket ( string key ) : string
key string
return string

GetBuckets() public static method

public static GetBuckets ( ) : IEnumerable
return IEnumerable

RemoveBucket() public static method

public static RemoveBucket ( string key ) : void
key string
return void