public class ChangeSetDtoBuilder extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
ChangeSetDtoBuilder(LocalRepoTransaction transaction,
RepoTransport repoTransport) |
| Modifier and Type | Method and Description |
|---|---|
ChangeSetDto |
buildChangeSetDto() |
protected ConfigPropSetDto |
buildParentConfigPropSetDto() |
static ChangeSetDtoBuilder |
create(LocalRepoTransaction transaction,
RepoTransport repoTransport) |
protected List<File> |
getExistingConfigFilesAbovePathPrefix() |
protected LocalRepoManager |
getLocalRepoManager() |
protected File |
getPathPrefixFile() |
protected boolean |
isFileModifiedAfterLastSync(Collection<File> files) |
protected boolean |
isPathUnderPathPrefix(String path) |
protected void |
prepareLastSyncToRemoteRepo() |
protected ChangeSetDtoBuilder(LocalRepoTransaction transaction, RepoTransport repoTransport)
public static ChangeSetDtoBuilder create(LocalRepoTransaction transaction, RepoTransport repoTransport)
public ChangeSetDto buildChangeSetDto()
protected void prepareLastSyncToRemoteRepo()
protected ConfigPropSetDto buildParentConfigPropSetDto()
ConfigPropSetDto for the parent configs or null, if no sync needed.protected List<File> getExistingConfigFilesAbovePathPrefix()
protected boolean isFileModifiedAfterLastSync(Collection<File> files)
protected File getPathPrefixFile()
protected LocalRepoManager getLocalRepoManager()
protected boolean isPathUnderPathPrefix(String path)
Copyright © 2013–2017. All rights reserved.