/[Apache-SVN]/jakarta/commons/sandbox/vfs/trunk/src/java/org/apache/commons/vfs/provider/local/WindowsFileNameParser.java
ViewVC logotype

Diff of /jakarta/commons/sandbox/vfs/trunk/src/java/org/apache/commons/vfs/provider/local/WindowsFileNameParser.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- jakarta/commons/sandbox/vfs/trunk/src/java/org/apache/commons/vfs/provider/local/WindowsFileNameParser.java	2005/05/14 18:49:27	170155
+++ jakarta/commons/sandbox/vfs/trunk/src/java/org/apache/commons/vfs/provider/local/WindowsFileNameParser.java	2005/05/14 18:52:27	170156
@@ -16,6 +16,7 @@
 package org.apache.commons.vfs.provider.local;
 
 import org.apache.commons.vfs.FileSystemException;
+import org.apache.commons.vfs.FileName;
 
 /**
  * A parser for Windows file names.
@@ -36,6 +37,11 @@ public class WindowsFileNameParser
         return extractWindowsRootPrefix(uri, name);
     }
 
+    protected FileName createFileName(String scheme, final String rootFile, final String path)
+    {
+        return new LocalFileName(scheme, rootFile, path);
+    }
+
     /**
      * Extracts a Windows root prefix from a name.
      */

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26