Class SVNAdminArea16
- 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
-
- org.tmatesoft.svn.core.internal.wc.admin.SVNAdminArea16
-
public class SVNAdminArea16 extends SVNAdminArea15
- Version:
- 1.3
- Author:
- TMate Software Ltd.
-
-
Field Summary
Fields Modifier and Type Field Description static int
WC_FORMAT
-
Fields inherited from class org.tmatesoft.svn.core.internal.wc.admin.SVNAdminArea15
ATTRIBUTE_KEEP_LOCAL
-
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 SVNAdminArea16(java.io.File dir)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
Methods inherited from class org.tmatesoft.svn.core.internal.wc.admin.SVNAdminArea15
createAdminAreaForDir
-
Methods inherited from class org.tmatesoft.svn.core.internal.wc.admin.SVNAdminArea14
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
-
Methods inherited from class org.tmatesoft.svn.core.internal.wc.admin.SVNAdminArea
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
-
-
-
-
Field Detail
-
WC_FORMAT
public static final int WC_FORMAT
- See Also:
- Constant Field Values
-
-
Method Detail
-
hasTreeConflict
public boolean hasTreeConflict(java.lang.String victimName) throws SVNException
- Overrides:
hasTreeConflict
in classSVNAdminArea14
- Throws:
SVNException
-
getTreeConflict
public SVNTreeConflictDescription getTreeConflict(java.lang.String victimName) throws SVNException
- Overrides:
getTreeConflict
in classSVNAdminArea14
- Throws:
SVNException
-
addTreeConflict
public void addTreeConflict(SVNTreeConflictDescription conflict) throws SVNException
- Overrides:
addTreeConflict
in classSVNAdminArea14
- Throws:
SVNException
-
deleteTreeConflict
public SVNTreeConflictDescription deleteTreeConflict(java.lang.String victimName) throws SVNException
- Overrides:
deleteTreeConflict
in classSVNAdminArea14
- Throws:
SVNException
-
setFileExternalLocation
public void setFileExternalLocation(java.lang.String name, SVNURL url, SVNRevision pegRevision, SVNRevision revision, SVNURL reposRootURL) throws SVNException
- Overrides:
setFileExternalLocation
in classSVNAdminArea14
- Throws:
SVNException
-
getFormatVersion
public int getFormatVersion()
- Overrides:
getFormatVersion
in classSVNAdminArea15
-
postUpgradeFormat
public void postUpgradeFormat(int format) throws SVNException
- Overrides:
postUpgradeFormat
in classSVNAdminArea
- Throws:
SVNException
-
createFormatFile
protected void createFormatFile(java.io.File formatFile, boolean createMyself) throws SVNException
- Overrides:
createFormatFile
in classSVNAdminArea
- Throws:
SVNException
-
readExtraOptions
protected boolean readExtraOptions(java.io.BufferedReader reader, SVNEntry entry) throws SVNException, java.io.IOException
- Overrides:
readExtraOptions
in classSVNAdminArea15
- Throws:
SVNException
java.io.IOException
-
writeExtraOptions
protected int writeExtraOptions(java.io.Writer writer, java.lang.String entryName, SVNEntry entry, int emptyFields) throws SVNException, java.io.IOException
- Overrides:
writeExtraOptions
in classSVNAdminArea15
- Throws:
SVNException
java.io.IOException
-
isEntryPropertyApplicable
protected boolean isEntryPropertyApplicable(java.lang.String propName)
- Overrides:
isEntryPropertyApplicable
in classSVNAdminArea15
-
-