|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exist.start.LatestFileResolver
This class uses regex pattern matching to find the latest version of a particular jar file.
getResolvedFileName(String)
Constructor Summary | |
LatestFileResolver()
|
Method Summary | |
java.lang.String |
getResolvedFileName(java.lang.String filename)
If the passed file name contains a %latest% token, find the latest version of that file. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LatestFileResolver()
Method Detail |
public java.lang.String getResolvedFileName(java.lang.String filename)
filename
- Path relative to exist home dir of
a jar file that should be added to the classpath.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |