Provides for utility classes for file lookup (resolving logical artifact names to their physical file, according to
different strategies).
Utilities in this package can be used for multiple purposes:
- Finding the .java file matching its fully-qualified classname, under a certain directories layout).
- Finding the file that matches a given Cobol program name (according to a certain file layout).
- Finding a copybook file included (by name) in a Cobol program.
- Finding a .Net file (.cs, .vb) matching a certain classname (remember that for .Net, no namespace to directory mapping is enforced by tools or specifications).
Package Specification
@see com.als.core.fileresolver.FileResolver
@see com.als.core.fileresolver.DirectoriesFileResolver
@see com.als.core.fileresolver.PatternsFileResolver
@see com.als.core.fileresolver.RelativeToCurrentFileResolver