mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
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\Data\ResourceFactory;
|
||||||
use Icinga\Logger\Logger;
|
use Icinga\Logger\Logger;
|
||||||
use Icinga\Logger\Writer\FileWriter;
|
use Icinga\Logger\Writer\FileWriter;
|
||||||
use Icinga\Protocol\File\Reader as FileReader;
|
use Icinga\Protocol\File\FileReader;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Class ListController
|
* Class ListController
|
||||||
|
@ -12,7 +12,7 @@ use Icinga\Data\Db\DbConnection;
|
|||||||
use Icinga\Protocol\Livestatus\Connection as LivestatusConnection;
|
use Icinga\Protocol\Livestatus\Connection as LivestatusConnection;
|
||||||
use Icinga\Protocol\Statusdat\Reader as StatusdatReader;
|
use Icinga\Protocol\Statusdat\Reader as StatusdatReader;
|
||||||
use Icinga\Protocol\Ldap\Connection as LdapConnection;
|
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
|
* Create resources from names or resource configuration
|
||||||
|
@ -13,7 +13,7 @@ use Icinga\Util\File;
|
|||||||
/**
|
/**
|
||||||
* Read file line by line
|
* 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
|
* 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
|
* Class Query
|
||||||
*
|
*
|
||||||
* Query for Datasource Icinga\Protocol\File\Reader
|
* Query for Datasource Icinga\Protocol\File\FileReader
|
||||||
*
|
*
|
||||||
* @package Icinga\Protocol\File
|
* @package Icinga\Protocol\File
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user