public class SVNAdminArea16 extends SVNAdminArea15
| Modifier and Type | Field and Description |
|---|---|
static int |
WC_FORMAT |
ATTRIBUTE_KEEP_LOCALATTRIBUTE_ABSENT, ATTRIBUTE_COPIED, ATTRIBUTE_DELETED, ATTRIBUTE_HAS_PROP_MODS, ATTRIBUTE_HAS_PROPS, ATTRIBUTE_INCOMPLETE, KILL_ADM_ONLY, ourCachableProperties, THIS_DIRADM_KILLME, myBaseProperties, myEntries, myProperties, myWasLocked, myWCProperties| Constructor and Description |
|---|
SVNAdminArea16(java.io.File dir) |
| Modifier and Type | Method and Description |
|---|---|
void |
addTreeConflict(SVNTreeConflictDescription conflict) |
protected void |
createFormatFile(java.io.File formatFile,
boolean createMyself) |
SVNTreeConflictDescription |
deleteTreeConflict(java.lang.String victimName) |
int |
getFormatVersion() |
SVNTreeConflictDescription |
getTreeConflict(java.lang.String victimName) |
boolean |
hasTreeConflict(java.lang.String victimName) |
protected boolean |
isEntryPropertyApplicable(java.lang.String propName) |
void |
postUpgradeFormat(int format) |
protected boolean |
readExtraOptions(java.io.BufferedReader reader,
SVNEntry entry) |
void |
setFileExternalLocation(java.lang.String name,
SVNURL url,
SVNRevision pegRevision,
SVNRevision revision,
SVNURL reposRootURL) |
protected int |
writeExtraOptions(java.io.Writer writer,
java.lang.String entryName,
SVNEntry entry,
int emptyFields) |
createAdminAreaForDircreateVersionedDirectory, fetchEntries, formatBaseProperties, formatProperties, getBaseProperties, getCachableProperties, getProperties, getRevertProperties, getThisDirName, getWCProperties, handleKillMe, hasProperties, hasPropModifications, installProperties, isEntryFinished, isLocked, isVersioned, lock, lock, parseBoolean, parseString, parseValue, postCommit, readBaseProperties, readEntry, readProperties, readRevertProperties, saveEntries, saveVersionedProperties, saveWCProperties, setOptimizedWritingEnabled, unlock, writeEntries, writeRevision, writeString, writeTime, writeValueaddEntry, asString, cleanup, close, closeEntries, closeVersionedProperties, closeWCProperties, commit, createEntryHashMap, deleteEntry, entries, extendLockToTree, foldScheduling, formatWC, fromString, getAdminDirectory, getAdminFile, getAdminTempDirectory, getBaseFile, getBaseFileForReading, getBaseFileForWriting, getBasePropertiesFile, getBasePropertiesStorage, getEntries, getEntry, getFile, getLog, getObjectsPool, getPropertiesFile, getPropertiesStorage, getPropertyTime, getRelativePath, getRevertPropertiesFile, getRevertPropertiesStorage, getRoot, getVersionedEntry, getWCAccess, getWCPropertiesStorage, getWorkingCopyFormatVersion, hasPropConflict, hasTextConflict, hasTextModifications, hasTextModifications, hasVersionedFileTextChanges, isKillMe, isSafeCleanup, loadEntries, markResolved, mergeProperties, mergeProperties, mergeText, modifyEntry, removeFromRevisionControl, restoreFile, runLogs, runLogs, setCommitParameters, setLocked, setSafeCleanup, setWCAccess, setWorkingCopyFormatVersion, tweakEntry, updateURL, walkThisDirectorypublic static final int WC_FORMAT
public boolean hasTreeConflict(java.lang.String victimName)
throws SVNException
hasTreeConflict in class SVNAdminArea14SVNExceptionpublic SVNTreeConflictDescription getTreeConflict(java.lang.String victimName) throws SVNException
getTreeConflict in class SVNAdminArea14SVNExceptionpublic void addTreeConflict(SVNTreeConflictDescription conflict) throws SVNException
addTreeConflict in class SVNAdminArea14SVNExceptionpublic SVNTreeConflictDescription deleteTreeConflict(java.lang.String victimName) throws SVNException
deleteTreeConflict in class SVNAdminArea14SVNExceptionpublic void setFileExternalLocation(java.lang.String name,
SVNURL url,
SVNRevision pegRevision,
SVNRevision revision,
SVNURL reposRootURL)
throws SVNException
setFileExternalLocation in class SVNAdminArea14SVNExceptionpublic int getFormatVersion()
getFormatVersion in class SVNAdminArea15public void postUpgradeFormat(int format)
throws SVNException
postUpgradeFormat in class SVNAdminAreaSVNExceptionprotected void createFormatFile(java.io.File formatFile,
boolean createMyself)
throws SVNException
createFormatFile in class SVNAdminAreaSVNExceptionprotected boolean readExtraOptions(java.io.BufferedReader reader,
SVNEntry entry)
throws SVNException,
java.io.IOException
readExtraOptions in class SVNAdminArea15SVNExceptionjava.io.IOExceptionprotected int writeExtraOptions(java.io.Writer writer,
java.lang.String entryName,
SVNEntry entry,
int emptyFields)
throws SVNException,
java.io.IOException
writeExtraOptions in class SVNAdminArea15SVNExceptionjava.io.IOExceptionprotected boolean isEntryPropertyApplicable(java.lang.String propName)
isEntryPropertyApplicable in class SVNAdminArea15Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.