org.springframework.core.io.support
Class VfsPatternUtils

java.lang.Object
  extended by org.springframework.core.io.VfsUtils
      extended by org.springframework.core.io.support.VfsPatternUtils

abstract class VfsPatternUtils
extends VfsUtils

Artificial class used for accessing the VfsUtils methods without exposing them to the entire world.

Since:
3.0.3
Author:
Costin Leau

Field Summary
 
Fields inherited from class org.springframework.core.io.VfsUtils
VIRTUAL_FILE_METHOD_VISIT, VIRTUAL_FILE_VISITOR_INTERFACE
 
Constructor Summary
VfsPatternUtils()
           
 
Method Summary
(package private) static java.lang.Object findRoot(java.net.URL url)
           
(package private) static java.lang.String getPath(java.lang.Object resource)
           
(package private) static java.lang.Object getVisitorAttribute()
           
(package private) static void visit(java.lang.Object resource, java.lang.reflect.InvocationHandler visitor)
           
 
Methods inherited from class org.springframework.core.io.VfsUtils
doGetPath, doGetVisitorAttribute, getRoot, invokeVfsMethod
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VfsPatternUtils

VfsPatternUtils()
Method Detail

getVisitorAttribute

static java.lang.Object getVisitorAttribute()

getPath

static java.lang.String getPath(java.lang.Object resource)

findRoot

static java.lang.Object findRoot(java.net.URL url)
                          throws java.io.IOException
Throws:
java.io.IOException

visit

static void visit(java.lang.Object resource,
                  java.lang.reflect.InvocationHandler visitor)
           throws java.io.IOException
Throws:
java.io.IOException