Class SVNAdminArea15
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.wc.admin.SVNAdminArea
-
- org.tmatesoft.svn.core.internal.wc.admin.SVNAdminArea14
-
- org.tmatesoft.svn.core.internal.wc.admin.SVNAdminArea15
-
- Direct Known Subclasses:
SVNAdminArea16
public class SVNAdminArea15 extends SVNAdminArea14
- Version:
- 1.3
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.lang.StringATTRIBUTE_KEEP_LOCALprivate static java.util.SetINAPPLICABLE_PROPERTIESstatic intWC_FORMAT-
Fields inherited from class org.tmatesoft.svn.core.internal.wc.admin.SVNAdminArea14
ATTRIBUTE_ABSENT, ATTRIBUTE_COPIED, ATTRIBUTE_DELETED, ATTRIBUTE_HAS_PROP_MODS, ATTRIBUTE_HAS_PROPS, ATTRIBUTE_INCOMPLETE, KILL_ADM_ONLY, ourCachableProperties, THIS_DIR
-
Fields inherited from class org.tmatesoft.svn.core.internal.wc.admin.SVNAdminArea
ADM_KILLME, myBaseProperties, myEntries, myProperties, myWasLocked, myWCProperties
-
-
Constructor Summary
Constructors Constructor Description SVNAdminArea15(java.io.File dir)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected SVNAdminAreacreateAdminAreaForDir(java.io.File dir)intgetFormatVersion()protected booleanisEntryPropertyApplicable(java.lang.String propName)protected booleanreadExtraOptions(java.io.BufferedReader reader, SVNEntry entry)protected intwriteExtraOptions(java.io.Writer writer, java.lang.String entryName, SVNEntry entry, int emptyFields)-
Methods inherited from class org.tmatesoft.svn.core.internal.wc.admin.SVNAdminArea14
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, writeValue
-
Methods inherited from class org.tmatesoft.svn.core.internal.wc.admin.SVNAdminArea
addEntry, 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, walkThisDirectory
-
-
-
-
Field Detail
-
WC_FORMAT
public static final int WC_FORMAT
- See Also:
- Constant Field Values
-
ATTRIBUTE_KEEP_LOCAL
protected static final java.lang.String ATTRIBUTE_KEEP_LOCAL
- See Also:
- Constant Field Values
-
INAPPLICABLE_PROPERTIES
private static final java.util.Set INAPPLICABLE_PROPERTIES
-
-
Method Detail
-
getFormatVersion
public int getFormatVersion()
- Overrides:
getFormatVersionin classSVNAdminArea14
-
readExtraOptions
protected boolean readExtraOptions(java.io.BufferedReader reader, SVNEntry entry) throws SVNException, java.io.IOException- Overrides:
readExtraOptionsin classSVNAdminArea14- Throws:
SVNExceptionjava.io.IOException
-
writeExtraOptions
protected int writeExtraOptions(java.io.Writer writer, java.lang.String entryName, SVNEntry entry, int emptyFields) throws SVNException, java.io.IOException- Overrides:
writeExtraOptionsin classSVNAdminArea14- Throws:
SVNExceptionjava.io.IOException
-
createAdminAreaForDir
protected SVNAdminArea createAdminAreaForDir(java.io.File dir)
- Overrides:
createAdminAreaForDirin classSVNAdminArea14
-
isEntryPropertyApplicable
protected boolean isEntryPropertyApplicable(java.lang.String propName)
- Overrides:
isEntryPropertyApplicablein classSVNAdminArea14
-
-