Project

General

Profile

« Previous | Next » 

Revision 4d87641f

Added by Andreas Müller about 2 years ago

ref #9114 add toFile() to URI to wrapper

View differences:

cdmlib-commons/src/main/java/eu/etaxonomy/cdm/common/URI.java
119 119
        return javaUri;
120 120
    }
121 121

  
122
    public File toFile(){
123
        return new File(javaUri);
124
    }
125

  
122 126
//******************************** Wrapper methods *********************/
123 127

  
124 128
    public URL toURL() throws MalformedURLException{

Also available in: Unified diff