namespace PhpTuf\ComposerStager\API\Precondition\Service
Object name | File name | Summary |
---|---|---|
ActiveAndStagingDirsAreDifferentInterface | vendor/php-tuf/composer-stager/src/API/Precondition/Service/ActiveAndStagingDirsAreDifferentInterface.php | Asserts that the active and staging directories are different. |
ActiveDirExistsInterface | vendor/php-tuf/composer-stager/src/API/Precondition/Service/ActiveDirExistsInterface.php | Asserts that the active directory exists. |
ActiveDirIsReadyInterface | vendor/php-tuf/composer-stager/src/API/Precondition/Service/ActiveDirIsReadyInterface.php | Asserts that the active directory is ready for use. |
ActiveDirIsWritableInterface | vendor/php-tuf/composer-stager/src/API/Precondition/Service/ActiveDirIsWritableInterface.php | Asserts that the active directory exists. |
BeginnerPreconditionsInterface | vendor/php-tuf/composer-stager/src/API/Precondition/Service/BeginnerPreconditionsInterface.php | Asserts the preconditions for the beginner. |
CleanerPreconditionsInterface | vendor/php-tuf/composer-stager/src/API/Precondition/Service/CleanerPreconditionsInterface.php | Asserts the preconditions for the cleaner. |
CommitterPreconditionsInterface | vendor/php-tuf/composer-stager/src/API/Precondition/Service/CommitterPreconditionsInterface.php | Asserts the preconditions for the committer. |
CommonPreconditionsInterface | vendor/php-tuf/composer-stager/src/API/Precondition/Service/CommonPreconditionsInterface.php | Asserts the preconditions common to all API operations. |
ComposerIsAvailableInterface | vendor/php-tuf/composer-stager/src/API/Precondition/Service/ComposerIsAvailableInterface.php | Asserts that the Composer executable is available. |
HostSupportsRunningProcessesInterface | vendor/php-tuf/composer-stager/src/API/Precondition/Service/HostSupportsRunningProcessesInterface.php | Asserts that the host can run independent PHP processes. |
NoAbsoluteSymlinksExistInterface | vendor/php-tuf/composer-stager/src/API/Precondition/Service/NoAbsoluteSymlinksExistInterface.php | Asserts that there are no absolute symlinks in the codebase. |
NoHardLinksExistInterface | vendor/php-tuf/composer-stager/src/API/Precondition/Service/NoHardLinksExistInterface.php | Asserts that there are no hard links in the codebase. |
NoLinksExistOnWindowsInterface | vendor/php-tuf/composer-stager/src/API/Precondition/Service/NoLinksExistOnWindowsInterface.php | Asserts that there are no links at all if on Windows. |
NoNestingOnWindowsInterface | vendor/php-tuf/composer-stager/src/API/Precondition/Service/NoNestingOnWindowsInterface.php | Asserts that the active and staging directories are not nested on Windows. |
NoSymlinksPointOutsideTheCodebaseInterface | vendor/php-tuf/composer-stager/src/API/Precondition/Service/NoSymlinksPointOutsideTheCodebaseInterface.php | Asserts that there are no symlinks that point outside the codebase. |
NoUnsupportedLinksExistInterface | vendor/php-tuf/composer-stager/src/API/Precondition/Service/NoUnsupportedLinksExistInterface.php | Asserts that there are no unsupported links in the codebase. |
PreconditionInterface | vendor/php-tuf/composer-stager/src/API/Precondition/Service/PreconditionInterface.php | Defines a precondition for an API operation and how to verify it. |
RsyncIsAvailableInterface | vendor/php-tuf/composer-stager/src/API/Precondition/Service/RsyncIsAvailableInterface.php | Asserts that rsync is available on the host. |
StagerPreconditionsInterface | vendor/php-tuf/composer-stager/src/API/Precondition/Service/StagerPreconditionsInterface.php | Asserts the preconditions for the stager. |
StagingDirDoesNotExistInterface | vendor/php-tuf/composer-stager/src/API/Precondition/Service/StagingDirDoesNotExistInterface.php | Asserts that the staging directory does not exist. |
StagingDirExistsInterface | vendor/php-tuf/composer-stager/src/API/Precondition/Service/StagingDirExistsInterface.php | Asserts that the staging directory exists. |
StagingDirIsReadyInterface | vendor/php-tuf/composer-stager/src/API/Precondition/Service/StagingDirIsReadyInterface.php | Asserts that the staging directory is ready for use. |
StagingDirIsWritableInterface | vendor/php-tuf/composer-stager/src/API/Precondition/Service/StagingDirIsWritableInterface.php | Asserts that the staging directory is writable. |