Some refactorings related to main Processor class

This commit is contained in:
2024-08-04 23:37:39 +08:00
parent 2bf9345f69
commit 58e6157f40
18 changed files with 701 additions and 364 deletions

View File

@@ -5,8 +5,8 @@ declare(strict_types=1);
namespace PmConverter\Converters\Postman21;
use PmConverter\Collection;
use PmConverter\CollectionVersion;
use PmConverter\Converters\Abstract\AbstractConverter;
use PmConverter\Enums\CollectionVersion;
use PmConverter\Exceptions\CannotCreateDirectoryException;
use PmConverter\Exceptions\DirectoryIsNotWriteableException;
use PmConverter\FileSystem;