| Returns source level of the given Java file, Java package or source folder. For acceptable return values
see the documentation of -source command line switch of
javac compiler .
Parameters: javaFile - Java source file, Java package or source folder in question source level of the Java file, e.g. "1.3", "1.4" or "1.5", or nullif it is not known |