Class PatchServiceBase
- java.lang.Object
-
- jetbrains.vcs.api.services.patches.PatchServiceBase
-
- Direct Known Subclasses:
CleanPatchServiceImplA,IncrementalPatchServiceImpl
public class PatchServiceBase extends Object
Created 22.10.12 14:09- Author:
- Eugene Petrenko (eugene.petrenko@jetbrains.com)
-
-
Constructor Summary
Constructors Constructor Description PatchServiceBase(VcsSupportContext context, VcsSettings settings)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidbuildPatchImpl(LowLevelPatchBuilder builder, String fromRevision, String toRevision)protected VcsSupportCoregetCore()booleanisCacheAllowed()
-
-
-
Constructor Detail
-
PatchServiceBase
public PatchServiceBase(@NotNull VcsSupportContext context, @NotNull VcsSettings settings)
-
-
Method Detail
-
buildPatchImpl
protected final void buildPatchImpl(@NotNull LowLevelPatchBuilder builder, @Nullable String fromRevision, @NotNull String toRevision) throws VcsException, IOException- Throws:
VcsExceptionIOException
-
getCore
@NotNull protected final VcsSupportCore getCore()
-
isCacheAllowed
public boolean isCacheAllowed()
-
-