public class SVNAdminArea16 extends SVNAdminArea15
Modifier and Type | Field and Description |
---|---|
static int |
WC_FORMAT |
ATTRIBUTE_KEEP_LOCAL
ATTRIBUTE_ABSENT, ATTRIBUTE_COPIED, ATTRIBUTE_DELETED, ATTRIBUTE_HAS_PROP_MODS, ATTRIBUTE_HAS_PROPS, ATTRIBUTE_INCOMPLETE, KILL_ADM_ONLY, ourCachableProperties, THIS_DIR
ADM_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) |
createAdminAreaForDir
createVersionedDirectory, 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, writeValue
addEntry, 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, walkThisDirectory
public static final int WC_FORMAT
public boolean hasTreeConflict(java.lang.String victimName) throws SVNException
hasTreeConflict
in class SVNAdminArea14
SVNException
public SVNTreeConflictDescription getTreeConflict(java.lang.String victimName) throws SVNException
getTreeConflict
in class SVNAdminArea14
SVNException
public void addTreeConflict(SVNTreeConflictDescription conflict) throws SVNException
addTreeConflict
in class SVNAdminArea14
SVNException
public SVNTreeConflictDescription deleteTreeConflict(java.lang.String victimName) throws SVNException
deleteTreeConflict
in class SVNAdminArea14
SVNException
public void setFileExternalLocation(java.lang.String name, SVNURL url, SVNRevision pegRevision, SVNRevision revision, SVNURL reposRootURL) throws SVNException
setFileExternalLocation
in class SVNAdminArea14
SVNException
public int getFormatVersion()
getFormatVersion
in class SVNAdminArea15
public void postUpgradeFormat(int format) throws SVNException
postUpgradeFormat
in class SVNAdminArea
SVNException
protected void createFormatFile(java.io.File formatFile, boolean createMyself) throws SVNException
createFormatFile
in class SVNAdminArea
SVNException
protected boolean readExtraOptions(java.io.BufferedReader reader, SVNEntry entry) throws SVNException, java.io.IOException
readExtraOptions
in class SVNAdminArea15
SVNException
java.io.IOException
protected int writeExtraOptions(java.io.Writer writer, java.lang.String entryName, SVNEntry entry, int emptyFields) throws SVNException, java.io.IOException
writeExtraOptions
in class SVNAdminArea15
SVNException
java.io.IOException
protected boolean isEntryPropertyApplicable(java.lang.String propName)
isEntryPropertyApplicable
in class SVNAdminArea15
Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.