Package | Description |
---|---|
org.tigris.subversion.javahl |
Provides a (mostly native, using JNI and javah) implementation of
a high level Java API for
Subversion.
|
org.tmatesoft.svn.cli.svn | |
org.tmatesoft.svn.core.internal.wc | |
org.tmatesoft.svn.core.internal.wc16 | |
org.tmatesoft.svn.core.internal.wc2.compat | |
org.tmatesoft.svn.core.wc |
This package provides a high-level API for managing Working Copies in a way
compatible with the native SVN command line client.
|
Modifier and Type | Method and Description |
---|---|
static CommitItem[] |
JavaHLObjectFactory.getCommitItems(SVNCommitItem[] commitables,
boolean isImport,
boolean isURLsOnly) |
Modifier and Type | Method and Description |
---|---|
String |
SVNCommandEnvironment.getCommitMessage(String message,
SVNCommitItem[] commitables) |
SVNProperties |
SVNCommandEnvironment.getRevisionProperties(String message,
SVNCommitItem[] commitables,
SVNProperties revisionProperties) |
Modifier and Type | Method and Description |
---|---|
static SVNCommitItem[] |
SVNCommitUtil.harvestCommitables(SVNWCAccess baseAccess,
Collection paths,
Map lockTokens,
boolean justLocked,
SVNDepth depth,
boolean force,
Collection changelists,
ISVNCommitParameters params) |
Modifier and Type | Method and Description |
---|---|
SVNProperties |
SVNCommitMediator.getWCProperties(SVNCommitItem item) |
static SVNURL |
SVNCommitUtil.translateCommitables(SVNCommitItem[] items,
Map decodedPaths) |
Modifier and Type | Method and Description |
---|---|
protected void |
SVNBasicDelegate.setCommitItemAccess(SVNCommitItem item,
SVNWCAccess access) |
protected void |
SVNBasicDelegate.setCommitItemFlags(SVNCommitItem item,
boolean contentModified,
boolean propertiesModified) |
protected void |
SVNBasicDelegate.setCommitItemProperty(SVNCommitItem item,
String name,
SVNPropertyValue value) |
Modifier and Type | Method and Description |
---|---|
static SVNCommitItem |
SvnCodec.commitItem(SvnCommitItem item) |
Modifier and Type | Method and Description |
---|---|
static SvnCommitItem |
SvnCodec.commitItem(SVNCommitItem item) |
void |
SvnCodec.SVNCommitPacketWrapper.setCommitItemSkipped(SVNCommitItem item,
boolean skipped) |
Constructor and Description |
---|
SVNCommitPacketWrapper(SvnCommit operation,
SvnCommitPacket packet,
SVNCommitItem[] items,
Map<String,String> lockTokens) |
Modifier and Type | Method and Description |
---|---|
protected SVNCommitItem[] |
SVNCommitPacket.filterSkippedItemsAndLockTokens(Collection<SVNCommitItem> items,
Map<String,?> lockTokens) |
SVNCommitItem[] |
SVNCommitPacket.getCommitItems()
Gets an array of SVNCommitItem objects stored in this
object.
|
Modifier and Type | Method and Description |
---|---|
String |
ISVNCommitHandler.getCommitMessage(String message,
SVNCommitItem[] commitables)
Handles the incoming initial log message and items intended for a commit and
returns a new commit log message.
|
String |
DefaultSVNCommitHandler.getCommitMessage(String message,
SVNCommitItem[] commitables)
Returns the
message itself without any modifications to it
or "" if the message is null. |
SVNProperties |
ISVNCommitHandler.getRevisionProperties(String message,
SVNCommitItem[] commitables,
SVNProperties revisionProperties)
Handles the incoming revision properties and returns filtered revision properties given the paths
(represented by
commitables ) collected for committing and the commit log message. |
SVNProperties |
DefaultSVNCommitHandler.getRevisionProperties(String message,
SVNCommitItem[] commitables,
SVNProperties revisionProperties)
Returns
revisionProperties as is if it's not null, or
an empty SVNProperties object if revisionProperties is null. |
boolean |
SVNCommitPacket.isCommitItemSkipped(SVNCommitItem item)
Determines if an item intended for a commit is set to
be skipped - that is not to be committed.
|
void |
SVNCommitPacket.setCommitItemSkipped(SVNCommitItem item,
boolean skipped)
Sets or unsets a versioned item to be skipped -
whether or not it should be committed.
|
Modifier and Type | Method and Description |
---|---|
protected SVNCommitItem[] |
SVNCommitPacket.filterSkippedItemsAndLockTokens(Collection<SVNCommitItem> items,
Map<String,?> lockTokens) |
Constructor and Description |
---|
SVNCommitPacket(SVNWCAccess wcAccess,
SVNCommitItem[] items,
Map lockTokens) |
Copyright © 2019. All rights reserved.