org.exist.start
Class LatestFileResolver
java.lang.Object
org.exist.start.LatestFileResolver
public class LatestFileResolver
- extends Object
This class uses regex pattern matching to find the latest version of a
particular jar file.
- Version:
- $Revision: 8159 $
- Author:
- Ben Schmaus (exist@benschmaus.com)
- See Also:
getResolvedFileName(String)
LatestFileResolver
public LatestFileResolver()
getResolvedFileName
public String getResolvedFileName(String filename)
- If the passed file name contains a %latest% token,
find the latest version of that file. Otherwise, return
the passed file name unmodified.
- Parameters:
filename
- Path relative to exist home dir of
a jar file that should be added to the classpath.
Copyright (C) Wolfgang Meier. All rights reserved.