Method LoadFSDirectoryClass
LoadFSDirectoryClass(String)
Loads a specific FSDirectory implementation.
Declaration
public static Type LoadFSDirectoryClass(string clazzName)
Parameters
Type | Name | Description |
---|---|---|
System.String | clazzName | The name of the FSDirectory class to load. |
Returns
Type | Description |
---|---|
Type | The FSDirectory class loaded. |