Changeset 1005 for DCWoRMS/branches/coolemall/src/schedframe/resources
- Timestamp:
- 03/25/13 08:49:36 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/branches/coolemall/src/schedframe/resources/computing/ComputingResource.java
r894 r1005 117 117 118 118 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 } 119 123 if(parent!= null){ 120 124 return parent.getFullName() + "/" + name;
Note: See TracChangeset
for help on using the changeset viewer.