private static interface SourceNameMapper.PathLookup
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
lookupPath(java.lang.String legacyProgName,
java.lang.String[] propath,
boolean caseSens)
Looks up the given program name based on the propath and the case sensitivity
values of the WorkArea.
|
java.lang.String lookupPath(java.lang.String legacyProgName,
java.lang.String[] propath,
boolean caseSens)
legacyProgName - The program name that is searched.propath - The propath of the current context.caseSens - The case sensitivity of the current context.null if there is no match.