Class SVNLogImpl
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.wc.admin.SVNLog
-
- org.tmatesoft.svn.core.internal.wc.admin.SVNLogImpl
-
public class SVNLogImpl extends SVNLog
- Version:
- 1.3
- Author:
- TMate Software Ltd.
-
-
Field Summary
-
Fields inherited from class org.tmatesoft.svn.core.internal.wc.admin.SVNLog
ADD_TREE_CONFLICT, APPEND, ATTR1, ATTR2, ATTR3, ATTR4, ATTR5, ATTR6, COMMIT, COPY, COPY_AND_DETRANSLATE, COPY_AND_TRANSLATE, DATA_ATTR, DELETE, DELETE_CHANGELIST, DELETE_ENTRY, DELETE_LOCK, DEST_ATTR, FORCE_ATTR, FORMAT_ATTR, MAYBE_EXECUTABLE, MAYBE_READONLY, MERGE, MODIFY_ENTRY, MODIFY_WC_PROPERTY, MOVE, myAdminArea, myCache, NAME_ATTR, PROPERTY_NAME_ATTR, PROPERTY_VALUE_ATTR, READONLY, REVISION_ATTR, SET_TIMESTAMP, TIMESTAMP_ATTR, UPGRADE_FORMAT, WC_TIMESTAMP, WC_WORKING_SIZE
-
-
Constructor Summary
Constructors Constructor Description SVNLogImpl(java.io.File logFile, java.io.File tmpFile, SVNAdminArea adminArea)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
delete()
boolean
exists()
java.util.Collection
readCommands()
void
save()
java.lang.String
toString()
-
Methods inherited from class org.tmatesoft.svn.core.internal.wc.admin.SVNLog
addCommand, deleteCommandsByName, deleteCommandsByNameAndAttributes, deleteLastCommand, logChangedEntryProperties, logChangedWCProperties, logRemoveRevertFile, logTweakEntry, run
-
-
-
-
Constructor Detail
-
SVNLogImpl
public SVNLogImpl(java.io.File logFile, java.io.File tmpFile, SVNAdminArea adminArea)
-
-
Method Detail
-
save
public void save() throws SVNException
- Specified by:
save
in classSVNLog
- Throws:
SVNException
-
readCommands
public java.util.Collection readCommands() throws SVNException
- Specified by:
readCommands
in classSVNLog
- Throws:
SVNException
-
delete
public void delete() throws SVNException
- Specified by:
delete
in classSVNLog
- Throws:
SVNException
-
-