Class SVNEntry17
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.wc.admin.SVNEntry
-
- org.tmatesoft.svn.core.internal.wc17.SVNEntry17
-
public class SVNEntry17 extends SVNEntry
- Version:
- 1.3
- Author:
- TMate Software Ltd.
-
-
Constructor Summary
Constructors Constructor Description SVNEntry17(java.io.File path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SVNAdminArea
getAdminArea()
java.io.File
getPath()
java.util.Map
getTreeConflicts()
boolean
isThisDir()
void
setPath(java.io.File path)
-
Methods inherited from class org.tmatesoft.svn.core.internal.wc.admin.SVNEntry
applyChanges, asMap, getAuthor, getCachableProperties, getChangelistName, getChecksum, getCommittedDate, getCommittedRevision, getConflictNew, getConflictOld, getConflictWorking, getCopyFromRevision, getCopyFromSVNURL, getCopyFromURL, getDepth, getExternalFilePath, getExternalFilePegRevision, getExternalFileRevision, getKind, getLockComment, getLockCreationDate, getLockOwner, getLockToken, getName, getPresentProperties, getPropRejectFile, getPropTime, getRepositoryRoot, getRepositoryRootURL, getRevision, getSchedule, getSVNURL, getTextTime, getTreeConflictData, getURL, getUUID, getWorkingSize, hasProperties, hasPropertiesModifications, isAbsent, isCopied, isDeleted, isDirectory, isFile, isHidden, isIncomplete, isKeepLocal, isScheduledForAddition, isScheduledForDeletion, isScheduledForReplacement, scheduleForAddition, scheduleForDeletion, scheduleForReplacement, setAbsent, setAuthor, setCachableProperties, setChangelistName, setChecksum, setCommittedDate, setCommittedRevision, setConflictNew, setConflictOld, setConflictWorking, setCopied, setCopyFromRevision, setCopyFromURL, setDeleted, setDepth, setExternalFilePath, setExternalFilePegRevision, setExternalFileRevision, setHasProperties, setHasPropertiesModifications, setIncomplete, setKeepLocal, setKind, setLockComment, setLockCreationDate, setLockOwner, setLockToken, setName, setParentURL, setPresentProperties, setPropRejectFile, setPropTime, setRepositoryRoot, setRepositoryRootURL, setRevision, setSchedule, setTextTime, setTreeConflictData, setTreeConflicts, setURL, setUUID, setWorkingSize, toString, unschedule
-
-
-
-
Method Detail
-
getAdminArea
public SVNAdminArea getAdminArea()
- Specified by:
getAdminArea
in classSVNEntry
-
getPath
public java.io.File getPath()
-
setPath
public void setPath(java.io.File path)
-
getTreeConflicts
public java.util.Map getTreeConflicts() throws SVNException
- Specified by:
getTreeConflicts
in classSVNEntry
- Throws:
SVNException
-
-