Class RenamerFileHelper

java.lang.Object
be.gaudry.model.file.renamer.parsers.RenamerFileHelper

public final class RenamerFileHelper extends Object
Since:
1.0 02-sept.-08
Author:
Steph GAUDRY
  • Method Details

    • getMusicExtensions

      public static List<String> getMusicExtensions()
      Returns:
      unmodifiable List of music extensions to upper case
    • getPhotoExtensions

      public static List<String> getPhotoExtensions()
      Returns:
      unmodifiable List of photo extensions to upper case
    • getNfoExtensions

      public static List<String> getNfoExtensions()
      Returns:
      unmodifiable List of nfo extensions to upper case
    • getFilmExtensions

      public static List<String> getFilmExtensions()
      Returns:
      unmodifiable List of film (or series episodes) extensions to upper case
    • isMusicFile

      public static boolean isMusicFile(File file)
      TODO : check if extension is really needed with os like mac...
      Parameters:
      file -
      Returns:
    • isPhotoFile

      public static boolean isPhotoFile(File file)
      TODO : check if extension is really needed with os like mac...
      Parameters:
      file -
      Returns:
    • isNfoFile

      public static boolean isNfoFile(File file)
      TODO : check if extension is really needed with os like mac...
      Parameters:
      file -
      Returns:
    • isFilmFile

      public static boolean isFilmFile(File file)
      TODO : check if extension is really needed with os like mac...
      Parameters:
      file -
      Returns: