public class SvnNgAdd extends SvnNgOperationRunner<java.lang.Void,SvnScheduleForAddition>
| Modifier and Type | Class and Description |
|---|---|
private static class |
SvnNgAdd.CheckCanAddNode |
private static class |
SvnNgAdd.CheckCanAddToParent |
UNKNOWNNULL| Constructor and Description |
|---|
SvnNgAdd() |
| Modifier and Type | Method and Description |
|---|---|
private void |
add(java.io.File path,
java.io.File parentPath,
java.io.File existingParentPath) |
protected void |
add(java.io.File localAbsPath,
SVNDepth depth,
SVNURL copyFromUrl,
long copyFromRevision,
boolean fireEvent) |
private void |
add(SvnTarget target) |
private void |
addDirectory(java.io.File path,
SVNDepth depth,
boolean refreshIgnores) |
private void |
addFile(java.io.File path) |
void |
addFromDisk(java.io.File path,
SVNProperties props,
boolean fireEvent) |
private SVNNodeKind |
checkCanAddNode(java.io.File path) |
private SvnNgAdd.CheckCanAddNode |
checkCanAddNode(java.io.File localAbsPath,
SVNURL copyFromUrl,
long copyFromRevision) |
private SvnNgAdd.CheckCanAddToParent |
checkCanAddtoParent(java.io.File localAbsPath) |
private void |
doRevert(java.io.File path) |
private java.io.File |
findExistingParent(java.io.File parentPath) |
private java.util.Map |
getAllAutoProperties(ISVNOptions options,
java.io.File file) |
private void |
integrateNestedWcAsCopy(java.io.File localAbsPath) |
protected java.lang.Void |
run(SVNWCContext context) |
deleteDeleteFiles, getRepositoryAccess, getWcGeneration, matchesChangelist, reset, run, setRepositoryAccessgetFirstTarget, isApplicable, sleepForTimestampcheckCancelled, getOperation, getWcContext, handleEvent, handleEvent, run, setOperation, setWcContextprotected java.lang.Void run(SVNWCContext context) throws SVNException
run in class SvnNgOperationRunner<java.lang.Void,SvnScheduleForAddition>SVNExceptionprivate void add(SvnTarget target) throws SVNException
SVNExceptionprivate void add(java.io.File path,
java.io.File parentPath,
java.io.File existingParentPath)
throws SVNException
SVNExceptionprivate void addFile(java.io.File path)
throws SVNException
SVNExceptionprivate java.util.Map getAllAutoProperties(ISVNOptions options, java.io.File file) throws SVNException
SVNExceptionprivate void doRevert(java.io.File path)
private void addDirectory(java.io.File path,
SVNDepth depth,
boolean refreshIgnores)
throws SVNException
SVNExceptionpublic void addFromDisk(java.io.File path,
SVNProperties props,
boolean fireEvent)
throws SVNException
SVNExceptionprotected void add(java.io.File localAbsPath,
SVNDepth depth,
SVNURL copyFromUrl,
long copyFromRevision,
boolean fireEvent)
throws SVNException
SVNExceptionprivate SvnNgAdd.CheckCanAddToParent checkCanAddtoParent(java.io.File localAbsPath) throws SVNException
SVNExceptionprivate SvnNgAdd.CheckCanAddNode checkCanAddNode(java.io.File localAbsPath, SVNURL copyFromUrl, long copyFromRevision) throws SVNException
SVNExceptionprivate SVNNodeKind checkCanAddNode(java.io.File path) throws SVNException
SVNExceptionprivate java.io.File findExistingParent(java.io.File parentPath)
throws SVNException
SVNExceptionprivate void integrateNestedWcAsCopy(java.io.File localAbsPath)
throws SVNException
SVNException