/**
  * Initialize manager
  *
  * @param String $recyclePath Full path to the recycle folder, INCLUDED optional wrapper data (ajxp.fs://repoId/path/to/recycle).
  */
 public static function init($repositoryWrapperURL, $recyclePath)
 {
     self::$rbmRecycle = $repositoryWrapperURL . $recyclePath;
     self::$rbmRelativeRecycle = $recyclePath;
 }