it.eng.spago.util
Class GeneralUtilities

java.lang.Object
  extended byit.eng.spago.util.GeneralUtilities

public class GeneralUtilities
extends java.lang.Object


Constructor Summary
GeneralUtilities()
           
 
Method Summary
static java.lang.String getRelativeFileNames(java.lang.String completeFileName)
          From a String identifying the complete name for a file, gets the relative file names, which are substrings of the starting String, according to the java separator "/".
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeneralUtilities

public GeneralUtilities()
Method Detail

getRelativeFileNames

public static java.lang.String getRelativeFileNames(java.lang.String completeFileName)
From a String identifying the complete name for a file, gets the relative file names, which are substrings of the starting String, according to the java separator "/".

Parameters:
completeFileName - The string representing the file name
Returns:
relative names substring