Rename Icinga\Protocol\File\Reader to ...\File\FileReader
This commit is contained in:
parent
3a0e2b4430
commit
36a3c36c1b
|
@ -8,7 +8,7 @@ use Icinga\Web\Url;
|
|||
use Icinga\Data\ResourceFactory;
|
||||
use Icinga\Logger\Logger;
|
||||
use Icinga\Logger\Writer\FileWriter;
|
||||
use Icinga\Protocol\File\Reader as FileReader;
|
||||
use Icinga\Protocol\File\FileReader;
|
||||
|
||||
/**
|
||||
* Class ListController
|
||||
|
|
|
@ -12,7 +12,7 @@ use Icinga\Data\Db\DbConnection;
|
|||
use Icinga\Protocol\Livestatus\Connection as LivestatusConnection;
|
||||
use Icinga\Protocol\Statusdat\Reader as StatusdatReader;
|
||||
use Icinga\Protocol\Ldap\Connection as LdapConnection;
|
||||
use Icinga\Protocol\File\Reader as FileReader;
|
||||
use Icinga\Protocol\File\FileReader;
|
||||
|
||||
/**
|
||||
* Create resources from names or resource configuration
|
||||
|
|
|
@ -13,7 +13,7 @@ use Icinga\Util\File;
|
|||
/**
|
||||
* Read file line by line
|
||||
*/
|
||||
class Reader extends FilterIterator
|
||||
class FileReader extends FilterIterator
|
||||
{
|
||||
/**
|
||||
* A PCRE string with the fields to extract from the file's lines as named subpatterns
|
|
@ -10,7 +10,7 @@ use Icinga\Data\Filter\Filter;
|
|||
/**
|
||||
* Class Query
|
||||
*
|
||||
* Query for Datasource Icinga\Protocol\File\Reader
|
||||
* Query for Datasource Icinga\Protocol\File\FileReader
|
||||
*
|
||||
* @package Icinga\Protocol\File
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue