Ejemplo n.º 1
0
 /** Register this file system. */
 public static void register() {
   FilePath.register(new FilePathEncrypt());
 }
Ejemplo n.º 2
0
 /**
  * Register the file system.
  *
  * @return the instance
  */
 public static FilePathReorderWrites register() {
   FilePath.register(INSTANCE);
   return INSTANCE;
 }