com.opensymphony.xwork2.util.fs
Class JarEntryRevision

java.lang.Object
  extended by com.opensymphony.xwork2.util.fs.Revision
      extended by com.opensymphony.xwork2.util.fs.JarEntryRevision

public class JarEntryRevision
extends Revision

Represents jar resource revision, used for jar://* resource


Method Summary
static Revision build(URL fileUrl, FileManager fileManager)
           
 boolean needsReloading()
           
 
Methods inherited from class com.opensymphony.xwork2.util.fs.Revision
build
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

build

public static Revision build(URL fileUrl,
                             FileManager fileManager)

needsReloading

public boolean needsReloading()
Overrides:
needsReloading in class Revision


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