/[xulu]
ViewVC logotype

Revision 35


Jump to revision: Previous Next
Author: alfonx
Date: Mon Jul 6 10:40:01 2009 UTC (15 years, 5 months ago)
Changed paths: 6
Log Message:
* Refactored   

public static String getBaseFileName(File file) {
    int extIdx = getFileExtIdx(file);
    
to 

public static String getBaseFilePath(File file) {
    int extIdx = getFileExtIdx(file);

because not only the name (as in File.getName() ) was returned, but the File.getPath() without the postfix. As i did refactoring, all references in Atlas, ISDSS, XULU and schmitzm should be changed to getBaseFilePath automatically.

* Created a method getBaseFileName(File file) that really just return the filename without it's extension.

Changed paths

Path Details
Directorytrunk/src/appl/parallel/data/splittable/GridListFactory_ArcInfoAsciiGrid.java modified , text changed
Directorytrunk/src/appl/parallel/data/xulugridfile/factories/GridListFactory_ArcInfoAsciiGrid.java modified , text changed
Directorytrunk/src/edu/bonn/xulu/plugin/io/grid/array/GridListFactory_ArcInfoAsciiGrid.java modified , text changed
Directorytrunk/src/edu/bonn/xulu/plugin/io/grid/awt/GridListFactory_ArcInfoAsciiGrid.java modified , text changed
Directorytrunk/src/edu/bonn/xulu/plugin/io/grid/gt/GridListFactory_ArcInfoAsciiGrid.java modified , text changed
Directorytrunk/src/edu/bonn/xulu/plugin/io/grid/lateloading/GridListFactory_ArcInfoAsciiGrid.java modified , text changed

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26