alma::acs::eclipse::utils::jar::JarFileHelper::JarFileNameFilter Class Reference
List of all members.
Detailed Description
The filter is used by AcsJarFileFinder to look for more then one jar in the same time.
In our case the filter will allow accessing only the file whose name is the name of the jar.
- Author:
- acaproni
Constructor & Destructor Documentation
| alma::acs::eclipse::utils::jar::JarFileHelper::JarFileNameFilter::JarFileNameFilter |
( |
String |
name |
) |
[inline] |
Constructor
- Parameters:
-
| name | The name of the jar file |
Member Function Documentation
| boolean alma::acs::eclipse::utils::jar::JarFileHelper::JarFileNameFilter::accept |
( |
File |
dir, |
|
|
String |
name | |
|
) |
| | [inline] |
- See also:
- java.io.FilenameFilter::accept(java.io.File, java.lang.String)
Member Data Documentation
The name of the jar file to look for (for example lc.jar)
The documentation for this class was generated from the following file: