Uses of Class
com.opensymphony.xwork2.util.fs.Revision

Packages that use Revision
com.opensymphony.xwork2.util.fs   
 

Uses of Revision in com.opensymphony.xwork2.util.fs
 

Subclasses of Revision in com.opensymphony.xwork2.util.fs
 class FileRevision
          Represents file resource revision, used for file://* resources
 class JarEntryRevision
          Represents jar resource revision, used for jar://* resource
 

Fields in com.opensymphony.xwork2.util.fs with type parameters of type Revision
protected static Map<String,Revision> DefaultFileManager.files
           
 

Methods in com.opensymphony.xwork2.util.fs that return Revision
static Revision Revision.build(URL fileUrl)
           
static Revision FileRevision.build(URL fileUrl)
           
static Revision JarEntryRevision.build(URL fileUrl, FileManager fileManager)
           
 



Copyright © 2000–2018 Apache Software Foundation. All rights reserved.