public class SVNWCManager
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
COPIED |
static int |
KEEP_LOCAL |
static int |
SCHEDULE |
| Constructor and Description |
|---|
SVNWCManager() |
| Modifier and Type | Method and Description |
|---|---|
static void |
add(java.io.File path,
SVNAdminArea parentDir,
SVNURL copyFromURL,
long copyFromRev,
SVNDepth depth) |
static void |
add(java.io.File path,
SVNAdminArea parentDir,
SVNURL copyFromURL,
SVNRevision copyFromRev,
SVNDepth depth) |
static void |
addProperties(SVNAdminArea dir,
java.lang.String fileName,
SVNProperties properties,
boolean base,
SVNLog log) |
static void |
addRepositoryFile(SVNAdminArea dir,
java.lang.String fileName,
java.io.File text,
java.io.File textBase,
SVNProperties baseProperties,
SVNProperties properties,
java.lang.String copyFromURL,
long copyFromRev) |
static void |
canDelete(java.io.File path,
ISVNOptions options,
ISVNEventHandler eventHandler) |
static void |
createRevertProperties(SVNWCAccess access,
java.io.File path,
boolean removeBase) |
static void |
crop(SVNAdminAreaInfo info,
SVNDepth depth) |
static void |
delete(SVNWCAccess wcAccess,
SVNAdminArea root,
java.io.File path,
boolean deleteFiles,
boolean cancellable) |
static void |
doDeleteUnversionedFiles(SVNWCAccess wcAccess,
java.io.File path,
boolean deleteFiles) |
static void |
doEraseFromWC(java.io.File path,
SVNAdminArea dir,
SVNNodeKind kind,
boolean deleteFiles) |
static boolean |
ensureAdminAreaExists(java.io.File path,
java.lang.String url,
java.lang.String rootURL,
java.lang.String uuid,
long revision,
SVNDepth depth) |
static java.lang.String |
getActualTarget(java.io.File file) |
static boolean |
isEntrySwitched(java.io.File path,
SVNEntry entry) |
static void |
markEntry(SVNAdminArea dir,
SVNEntry entry,
java.lang.String schedule,
boolean copied,
boolean keepLocal,
int flags) |
static void |
markTree(SVNAdminArea dir,
java.lang.String schedule,
boolean copied,
boolean keepLocal,
int flags) |
static void |
markTreeCancellable(SVNAdminArea dir,
java.lang.String schedule,
boolean copied,
boolean keepLocal,
int flags) |
static void |
updateCleanup(java.io.File path,
SVNWCAccess wcAccess,
java.lang.String baseURL,
java.lang.String rootURL,
long newRevision,
boolean removeMissingDirs,
java.util.Collection excludePaths,
SVNDepth depth,
boolean skipUnlocked) |
public static final int SCHEDULE
public static final int COPIED
public static final int KEEP_LOCAL
public static void add(java.io.File path,
SVNAdminArea parentDir,
SVNURL copyFromURL,
SVNRevision copyFromRev,
SVNDepth depth)
throws SVNException
SVNExceptionpublic static void add(java.io.File path,
SVNAdminArea parentDir,
SVNURL copyFromURL,
long copyFromRev,
SVNDepth depth)
throws SVNException
SVNExceptionpublic static void markEntry(SVNAdminArea dir, SVNEntry entry, java.lang.String schedule, boolean copied, boolean keepLocal, int flags) throws SVNException
SVNExceptionpublic static void markTree(SVNAdminArea dir, java.lang.String schedule, boolean copied, boolean keepLocal, int flags) throws SVNException
SVNExceptionpublic static void markTreeCancellable(SVNAdminArea dir, java.lang.String schedule, boolean copied, boolean keepLocal, int flags) throws SVNException
SVNExceptionpublic static void updateCleanup(java.io.File path,
SVNWCAccess wcAccess,
java.lang.String baseURL,
java.lang.String rootURL,
long newRevision,
boolean removeMissingDirs,
java.util.Collection excludePaths,
SVNDepth depth,
boolean skipUnlocked)
throws SVNException
SVNExceptionpublic static boolean ensureAdminAreaExists(java.io.File path,
java.lang.String url,
java.lang.String rootURL,
java.lang.String uuid,
long revision,
SVNDepth depth)
throws SVNException
SVNExceptionpublic static void canDelete(java.io.File path,
ISVNOptions options,
ISVNEventHandler eventHandler)
throws SVNException
SVNExceptionpublic static void delete(SVNWCAccess wcAccess, SVNAdminArea root, java.io.File path, boolean deleteFiles, boolean cancellable) throws SVNException
SVNExceptionpublic static void doDeleteUnversionedFiles(SVNWCAccess wcAccess, java.io.File path, boolean deleteFiles) throws SVNException
SVNExceptionpublic static void doEraseFromWC(java.io.File path,
SVNAdminArea dir,
SVNNodeKind kind,
boolean deleteFiles)
throws SVNException
SVNExceptionpublic static void addRepositoryFile(SVNAdminArea dir, java.lang.String fileName, java.io.File text, java.io.File textBase, SVNProperties baseProperties, SVNProperties properties, java.lang.String copyFromURL, long copyFromRev) throws SVNException
SVNExceptionpublic static void addProperties(SVNAdminArea dir, java.lang.String fileName, SVNProperties properties, boolean base, SVNLog log) throws SVNException
SVNExceptionpublic static boolean isEntrySwitched(java.io.File path,
SVNEntry entry)
throws SVNException
SVNExceptionpublic static void crop(SVNAdminAreaInfo info, SVNDepth depth) throws SVNException
SVNExceptionpublic static java.lang.String getActualTarget(java.io.File file)
throws SVNException
SVNExceptionpublic static void createRevertProperties(SVNWCAccess access, java.io.File path, boolean removeBase) throws SVNException
SVNExceptionCopyright © 2004-2012 TMate Software Ltd. All Rights Reserved.