Ignore:
Timestamp:
03/25/13 08:49:36 (12 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • DCWoRMS/branches/coolemall/src/schedframe/resources/computing/ComputingResource.java

    r894 r1005  
    117117         
    118118        public String getFullName() { 
     119                if(this.getResourceCharacteristic().getParameters().get("fullPath") != null){ 
     120                        String fullPath = this.getResourceCharacteristic().getParameters().get("fullPath").get(0).getContent(); 
     121                        return fullPath; 
     122                } 
    119123                if(parent!= null){ 
    120124                        return parent.getFullName() + "/" + name; 
Note: See TracChangeset for help on using the changeset viewer.