Class SVNLog
java.lang.Object
org.tmatesoft.svn.core.internal.wc.admin.SVNLog
- Direct Known Subclasses:
SVNLogImpl
- Version:
- 1.3
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
protected SVNAdminArea
protected Collection
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addCommand
(String name, SVNProperties attributes, boolean save) abstract void
delete()
void
deleteCommandsByName
(String name, boolean save) void
deleteCommandsByNameAndAttributes
(String name, SVNProperties attributes, boolean save) void
deleteLastCommand
(boolean save) abstract boolean
exists()
logChangedEntryProperties
(String name, SVNProperties modifiedEntryProps) void
logChangedWCProperties
(String name, SVNProperties modifiedWCProps) void
logRemoveRevertFile
(String name, SVNAdminArea adminArea, boolean isProp) void
logTweakEntry
(String name, String newURL, long newRevision) protected abstract Collection
void
run
(SVNLogRunner runner) abstract void
save()
abstract String
toString()
-
Field Details
-
DELETE_CHANGELIST
- See Also:
-
DELETE_ENTRY
- See Also:
-
MODIFY_ENTRY
- See Also:
-
MODIFY_WC_PROPERTY
- See Also:
-
DELETE_LOCK
- See Also:
-
MOVE
- See Also:
-
APPEND
- See Also:
-
DELETE
- See Also:
-
READONLY
- See Also:
-
COPY_AND_TRANSLATE
- See Also:
-
COPY_AND_DETRANSLATE
- See Also:
-
COPY
- See Also:
-
MERGE
- See Also:
-
MAYBE_READONLY
- See Also:
-
MAYBE_EXECUTABLE
- See Also:
-
SET_TIMESTAMP
- See Also:
-
COMMIT
- See Also:
-
UPGRADE_FORMAT
- See Also:
-
ADD_TREE_CONFLICT
- See Also:
-
NAME_ATTR
- See Also:
-
DATA_ATTR
- See Also:
-
PROPERTY_NAME_ATTR
- See Also:
-
PROPERTY_VALUE_ATTR
- See Also:
-
DEST_ATTR
- See Also:
-
TIMESTAMP_ATTR
- See Also:
-
REVISION_ATTR
- See Also:
-
FORMAT_ATTR
- See Also:
-
FORCE_ATTR
- See Also:
-
ATTR1
- See Also:
-
ATTR2
- See Also:
-
ATTR3
- See Also:
-
ATTR4
- See Also:
-
ATTR5
- See Also:
-
ATTR6
- See Also:
-
WC_TIMESTAMP
- See Also:
-
WC_WORKING_SIZE
- See Also:
-
myCache
-
myAdminArea
-
-
Constructor Details
-
SVNLog
-
-
Method Details
-
save
- Throws:
SVNException
-
toString
-
delete
- Throws:
SVNException
-
exists
public abstract boolean exists() -
addCommand
- Throws:
SVNException
-
deleteCommandsByName
- Throws:
SVNException
-
deleteLastCommand
- Throws:
SVNException
-
deleteCommandsByNameAndAttributes
public void deleteCommandsByNameAndAttributes(String name, SVNProperties attributes, boolean save) throws SVNException - Throws:
SVNException
-
logChangedEntryProperties
public SVNStatusType logChangedEntryProperties(String name, SVNProperties modifiedEntryProps) throws SVNException - Throws:
SVNException
-
logChangedWCProperties
- Throws:
SVNException
-
logTweakEntry
- Throws:
SVNException
-
logRemoveRevertFile
public void logRemoveRevertFile(String name, SVNAdminArea adminArea, boolean isProp) throws SVNException - Throws:
SVNException
-
run
- Throws:
SVNException
-
readCommands
- Throws:
SVNException
-