public class AcsFolders
extends java.lang.Object
AcsFolders helps getting jar files from a given set of folders.
ACS states that the jar file to use should be found by scanning an ordered
set of folders, typically ../lib, $INTROOT/lib
and so on.
AcsFolders Takes an ordered set of folders and helps getting jar files.
| Constructor and Description |
|---|
AcsFolders(java.util.Vector<java.lang.String> folders)
Build a
AcsFolders object by passing the folder of jars |
| Modifier and Type | Method and Description |
|---|---|
java.io.File |
getJar(java.lang.String name)
Get the file of the jar with the passed name by scanning the folders.
|
public AcsFolders(java.util.Vector<java.lang.String> folders)
throws java.lang.Exception
AcsFolders object by passing the folder of jarsjava.lang.Exception - If the passed path are not valid or the folders do not exist