public class SVNAdminArea15 extends SVNAdminArea14
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
ATTRIBUTE_KEEP_LOCAL |
static int |
WC_FORMAT |
ATTRIBUTE_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 |
|---|
SVNAdminArea15(java.io.File dir) |
| Modifier and Type | Method and Description |
|---|---|
protected SVNAdminArea |
createAdminAreaForDir(java.io.File dir) |
int |
getFormatVersion() |
protected boolean |
isEntryPropertyApplicable(java.lang.String propName) |
protected boolean |
readExtraOptions(java.io.BufferedReader reader,
SVNEntry entry) |
protected int |
writeExtraOptions(java.io.Writer writer,
java.lang.String entryName,
SVNEntry entry,
int emptyFields) |
addTreeConflict, createVersionedDirectory, deleteTreeConflict, fetchEntries, formatBaseProperties, formatProperties, getBaseProperties, getCachableProperties, getProperties, getRevertProperties, getThisDirName, getTreeConflict, getWCProperties, handleKillMe, hasProperties, hasPropModifications, hasTreeConflict, installProperties, isEntryFinished, isLocked, isVersioned, lock, lock, parseBoolean, parseString, parseValue, postCommit, readBaseProperties, readEntry, readProperties, readRevertProperties, saveEntries, saveVersionedProperties, saveWCProperties, setFileExternalLocation, setOptimizedWritingEnabled, unlock, writeEntries, writeRevision, writeString, writeTime, writeValueaddEntry, asString, cleanup, close, closeEntries, closeVersionedProperties, closeWCProperties, commit, createEntryHashMap, createFormatFile, 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, postUpgradeFormat, removeFromRevisionControl, restoreFile, runLogs, runLogs, setCommitParameters, setLocked, setSafeCleanup, setWCAccess, setWorkingCopyFormatVersion, tweakEntry, updateURL, walkThisDirectorypublic static final int WC_FORMAT
protected static final java.lang.String ATTRIBUTE_KEEP_LOCAL
public int getFormatVersion()
getFormatVersion in class SVNAdminArea14protected boolean readExtraOptions(java.io.BufferedReader reader,
SVNEntry entry)
throws SVNException,
java.io.IOException
readExtraOptions in class SVNAdminArea14SVNExceptionjava.io.IOExceptionprotected int writeExtraOptions(java.io.Writer writer,
java.lang.String entryName,
SVNEntry entry,
int emptyFields)
throws SVNException,
java.io.IOException
writeExtraOptions in class SVNAdminArea14SVNExceptionjava.io.IOExceptionprotected SVNAdminArea createAdminAreaForDir(java.io.File dir)
createAdminAreaForDir in class SVNAdminArea14protected boolean isEntryPropertyApplicable(java.lang.String propName)
isEntryPropertyApplicable in class SVNAdminArea14Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.