Ejemplo n.º 1
0
 /**
  * Gets the prefix suffix.
  *
  * @param file the file
  * @return the prefix suffix
  */
 public static String[] getPrefixSuffix(File file) {
   return JMString.splitFileNameIntoPreSuffix(file.getName());
 }