Locate the file that contains the metadata information for a given class name.
This behavior is inpependent of the actual content of the file. It just detects the file which is responsible for the given class name.
@author Benjamin Eberlei <kontakt@beberlei.de> @author Johannes M. Schmitt <schmittjoh@gmail.com>
Expanded class hierarchy of DefaultFileLocator
Name![]() |
Modifiers | Type | Description | Overrides |
---|---|---|---|---|
DefaultFileLocator:: |
protected | property | The file extension of mapping documents. | |
DefaultFileLocator:: |
protected | property | The paths where to look for mapping files. | |
DefaultFileLocator:: |
public | function | Append lookup paths to metadata driver. | |
DefaultFileLocator:: |
public | function |
Check if a file can be found for this class name. Overrides FileLocator:: |
|
DefaultFileLocator:: |
public | function |
Locate mapping file for the given class name. Overrides FileLocator:: |
|
DefaultFileLocator:: |
public | function |
Get all class names that are found with this file locator. Overrides FileLocator:: |
|
DefaultFileLocator:: |
public | function |
Get the file extension used to look for mapping files under Overrides FileLocator:: |
|
DefaultFileLocator:: |
public | function |
Retrieve the defined metadata lookup paths. Overrides FileLocator:: |
|
DefaultFileLocator:: |
public | function | Set the file extension used to look for mapping files under | |
DefaultFileLocator:: |
public | function | Initializes a new FileDriver that looks in the given path(s) for mapping documents and operates in the specified operating mode. |