public class SVNXMLAdminArea extends SVNAdminArea
| Modifier and Type | Field and Description |
|---|---|
static int |
WC_FORMAT |
ADM_KILLME, myBaseProperties, myEntries, myProperties, myWasLocked, myWCProperties| Constructor and Description |
|---|
SVNXMLAdminArea(File dir) |
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, 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
public SVNXMLAdminArea(File dir)
public void saveWCProperties(boolean close)
throws SVNException
saveWCProperties in class SVNAdminAreaSVNExceptionpublic SVNVersionedProperties getBaseProperties(String name) throws SVNException
getBaseProperties in class SVNAdminAreaSVNExceptionpublic SVNVersionedProperties getRevertProperties(String name) throws SVNException
getRevertProperties in class SVNAdminAreaSVNExceptionpublic SVNVersionedProperties getProperties(String name) throws SVNException
getProperties in class SVNAdminAreaSVNExceptionpublic SVNVersionedProperties getWCProperties(String name) throws SVNException
getWCProperties in class SVNAdminAreaSVNExceptionpublic void saveEntries(boolean close)
throws SVNException
saveEntries in class SVNAdminAreaSVNExceptionpublic void saveVersionedProperties(SVNLog log, boolean close) throws SVNException
saveVersionedProperties in class SVNAdminAreaSVNExceptionpublic void installProperties(String name, SVNProperties baseProps, SVNProperties workingProps, SVNLog log, boolean writeBaseProps, boolean close) throws SVNException
installProperties in class SVNAdminAreaSVNExceptionprotected Map fetchEntries() throws SVNException
fetchEntries in class SVNAdminAreaSVNExceptionpublic String getThisDirName()
getThisDirName in class SVNAdminAreaprotected void writeEntries(Writer writer) throws IOException, SVNException
writeEntries in class SVNAdminAreaIOExceptionSVNExceptionpublic boolean hasPropModifications(String name) throws SVNException
hasPropModifications in class SVNAdminAreaSVNExceptionpublic boolean hasTextModifications(String name, boolean forceComparison) throws SVNException
hasTextModifications in class SVNAdminAreaSVNExceptionpublic boolean hasProperties(String entryName) throws SVNException
hasProperties in class SVNAdminAreaSVNExceptionpublic boolean lock(boolean stealLock)
throws SVNException
lock in class SVNAdminAreaSVNExceptionpublic boolean unlock()
throws SVNException
unlock in class SVNAdminAreaSVNExceptionpublic boolean isVersioned()
isVersioned in class SVNAdminAreapublic SVNAdminArea createVersionedDirectory(File dir, String url, String rootURL, String uuid, long revNumber, boolean createMyself, SVNDepth depth) throws SVNException
createVersionedDirectory in class SVNAdminAreaSVNExceptionpublic boolean isLocked()
isLocked in class SVNAdminAreapublic int getFormatVersion()
getFormatVersion in class SVNAdminAreaprotected SVNVersionedProperties formatBaseProperties(SVNProperties srcProperties)
formatBaseProperties in class SVNAdminAreaprotected SVNVersionedProperties formatProperties(SVNEntry entry, SVNProperties srcProperties)
formatProperties in class SVNAdminAreapublic void handleKillMe()
throws SVNException
handleKillMe in class SVNAdminAreaSVNExceptionpublic void postCommit(String fileName, long revisionNumber, boolean implicit, boolean rerun, SVNErrorCode errorCode) throws SVNException
postCommit in class SVNAdminAreaSVNExceptionpublic boolean hasTreeConflict(String name) throws SVNException
hasTreeConflict in class SVNAdminAreaSVNExceptionpublic SVNTreeConflictDescription getTreeConflict(String name) throws SVNException
getTreeConflict in class SVNAdminAreaSVNExceptionpublic void addTreeConflict(SVNTreeConflictDescription conflict) throws SVNException
addTreeConflict in class SVNAdminAreaSVNExceptionpublic SVNTreeConflictDescription deleteTreeConflict(String name) throws SVNException
deleteTreeConflict in class SVNAdminAreaSVNExceptionpublic void setFileExternalLocation(String name, SVNURL url, SVNRevision pegRevision, SVNRevision revision, SVNURL reposRootURL) throws SVNException
setFileExternalLocation in class SVNAdminAreaSVNExceptionprotected boolean isEntryPropertyApplicable(String propName)
isEntryPropertyApplicable in class SVNAdminAreaprotected boolean readExtraOptions(BufferedReader reader, SVNEntry entryAttrs) throws SVNException, IOException
readExtraOptions in class SVNAdminAreaSVNExceptionIOExceptionprotected int writeExtraOptions(Writer writer, String entryName, SVNEntry Attrs, int emptyFields) throws SVNException, IOException
writeExtraOptions in class SVNAdminAreaSVNExceptionIOExceptionCopyright © 2025. All rights reserved.