Public Member Functions

alma.acs.eclipse.utils.jar.AcsFolders Class Reference

List of all members.

Public Member Functions

 AcsFolders (final Vector< String > folders) throws Exception
File getJar (String name)

Detailed Description

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.

Author:
acaproni

Constructor & Destructor Documentation

alma.acs.eclipse.utils.jar.AcsFolders.AcsFolders ( final Vector< String >  folders  )  throws Exception

Build a AcsFolders object by passing the folder of jars

Exceptions:
Exception If the passed path are not valid or the folders do not exist

Member Function Documentation

File alma.acs.eclipse.utils.jar.AcsFolders.getJar ( String  name  ) 

Get the file of the jar with the passed name by scanning the folders.

Parameters:
name The name of the jar like for example maci.jar
Returns:
The File of the jar or null if the file does not exist in the ACS folders.

References alma.acs.eclipse.utils.jar.JarFolder.getJar().


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties