Package org.craftercms.studio.impl.v2.utils.git.cli
package org.craftercms.studio.impl.v2.utils.git.cli
-
ClassesClassDescription
GitCliOutputExceptionResolver
that uses a list of other resolvers to determine which exception to throw.GitCliOutputExceptionResolver
that tries to find a pattern in the Git output to see if it corresponds to aNoChangesToCommitException
.Base class forGitCliOutputExceptionResolver
s that want to determine the error produced by a Git command by finding a special regex pattern in the output.GitCliOutputExceptionResolver
that tries to find a pattern in the Git output to see if it corresponds to aRepositoryLockedExceptionResolver
.