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
- Version:
- 1.3
-
Field Summary
FieldsFields inherited from class org.tmatesoft.svn.core.internal.wc.admin.SVNAdminArea15
ATTRIBUTE_KEEP_LOCALFields 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_DIRFields inherited from class org.tmatesoft.svn.core.internal.wc.admin.SVNAdminArea
ADM_KILLME, myBaseProperties, myEntries, myProperties, myWasLocked, myWCProperties -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddTreeConflict(SVNTreeConflictDescription conflict) protected voidcreateFormatFile(File formatFile, boolean createMyself) deleteTreeConflict(String victimName) intgetTreeConflict(String victimName) booleanhasTreeConflict(String victimName) protected booleanisEntryPropertyApplicable(String propName) voidpostUpgradeFormat(int format) protected booleanreadExtraOptions(BufferedReader reader, SVNEntry entry) voidsetFileExternalLocation(String name, SVNURL url, SVNRevision pegRevision, SVNRevision revision, SVNURL reposRootURL) protected intwriteExtraOptions(Writer writer, String entryName, SVNEntry entry, int emptyFields) Methods inherited from class org.tmatesoft.svn.core.internal.wc.admin.SVNAdminArea15
createAdminAreaForDirMethods 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, writeValueMethods 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 Details
-
WC_FORMAT
public static final int WC_FORMAT- See Also:
-
-
Constructor Details
-
SVNAdminArea16
-
-
Method Details
-
hasTreeConflict
- Overrides:
hasTreeConflictin classSVNAdminArea14- Throws:
SVNException
-
getTreeConflict
- Overrides:
getTreeConflictin classSVNAdminArea14- Throws:
SVNException
-
addTreeConflict
- Overrides:
addTreeConflictin classSVNAdminArea14- Throws:
SVNException
-
deleteTreeConflict
- Overrides:
deleteTreeConflictin classSVNAdminArea14- Throws:
SVNException
-
setFileExternalLocation
public void setFileExternalLocation(String name, SVNURL url, SVNRevision pegRevision, SVNRevision revision, SVNURL reposRootURL) throws SVNException - Overrides:
setFileExternalLocationin classSVNAdminArea14- Throws:
SVNException
-
getFormatVersion
public int getFormatVersion()- Overrides:
getFormatVersionin classSVNAdminArea15
-
postUpgradeFormat
- Overrides:
postUpgradeFormatin classSVNAdminArea- Throws:
SVNException
-
createFormatFile
- Overrides:
createFormatFilein classSVNAdminArea- Throws:
SVNException
-
readExtraOptions
protected boolean readExtraOptions(BufferedReader reader, SVNEntry entry) throws SVNException, IOException - Overrides:
readExtraOptionsin classSVNAdminArea15- Throws:
SVNExceptionIOException
-
writeExtraOptions
protected int writeExtraOptions(Writer writer, String entryName, SVNEntry entry, int emptyFields) throws SVNException, IOException - Overrides:
writeExtraOptionsin classSVNAdminArea15- Throws:
SVNExceptionIOException
-
isEntryPropertyApplicable
- Overrides:
isEntryPropertyApplicablein classSVNAdminArea15
-