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 void
buildPatchImpl(LowLevelPatchBuilder builder, String fromRevision, String toRevision)
protected VcsSupportCore
getCore()
boolean
isCacheAllowed()
-
-
-
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:
VcsException
IOException
-
getCore
@NotNull protected final VcsSupportCore getCore()
-
isCacheAllowed
public boolean isCacheAllowed()
-
-