An implementation of this class should be able to parse a file and find a class definition.
static AutoloaderFileParser getInstance( )
static bool isSupported( )
Overridden in child classes as:
bool isClassInFile( String $class, String $file)
bool isClassInSource( String $class, String $source)