Beispiel #1
0
 /// <summary>
 /// Gets the macho net cached files.
 /// </summary>
 /// <param name="folderPath">The folder path.</param>
 /// <returns></returns>
 public static FileInfo[] GetMachoNetCachedFiles(string folderPath = null)
 {
     return(CachedFilesFinder.GetMachoNetCachedFiles(folderPath));
 }
Beispiel #2
0
 /// <summary>
 /// Sets the methods to exclude in filter.
 /// </summary>
 /// <param name="args">The args.</param>
 public static void SetExcludeMethodsFilter(params string[] args)
 {
     CachedFilesFinder.SetExcludeMethodsFilter(args);
 }
Beispiel #3
0
 /// <summary>
 /// Gets the bulk data cached files.
 /// </summary>
 /// <param name="folderPath">The folder location.</param>
 /// <returns></returns>
 public static FileInfo[] GetBulkDataCachedFiles(string folderPath)
 {
     return(CachedFilesFinder.GetBulkDataCachedFiles(folderPath));
 }
Beispiel #4
0
 /// <summary>
 /// Sets the folders to look for cached files.
 /// </summary>
 /// <param name="args">The folders.</param>
 public static void SetCachedFilesFolders(params string[] args)
 {
     CachedFilesFinder.SetCachedFilesFolders(args);
 }