[Jboss-cvs] JBossAS SVN: r55466 - projects/microcontainer/trunk/container/src/main/org/jboss/vfs/spi

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Aug 9 21:43:32 EDT 2006


Author: scott.stark at jboss.org
Date: 2006-08-09 21:43:30 -0400 (Wed, 09 Aug 2006)
New Revision: 55466

Modified:
   projects/microcontainer/trunk/container/src/main/org/jboss/vfs/spi/ReadOnlyVFS.java
Log:
Add a rootURL accessor to the interface

Modified: projects/microcontainer/trunk/container/src/main/org/jboss/vfs/spi/ReadOnlyVFS.java
===================================================================
--- projects/microcontainer/trunk/container/src/main/org/jboss/vfs/spi/ReadOnlyVFS.java	2006-08-10 01:36:40 UTC (rev 55465)
+++ projects/microcontainer/trunk/container/src/main/org/jboss/vfs/spi/ReadOnlyVFS.java	2006-08-10 01:43:30 UTC (rev 55466)
@@ -39,6 +39,12 @@
 public interface ReadOnlyVFS
 {
    /**
+    * Get the root URL of the VFS.
+    * @return root URL of the VFS.
+    */
+   public URL getRootURL();
+
+   /**
     * Locate a file in the VFS given its URL path.
     * 
     * @param path - the absolute path to the virtual file (file:/root/deploy/x.ear)




More information about the jboss-cvs-commits mailing list