A C D E F G H I L M N R S T U V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- added - com.zfabrik.svnaccess.SvnLogItem.Action
C
- com.zfabrik.svnaccess - package com.zfabrik.svnaccess
D
- deleted - com.zfabrik.svnaccess.SvnLogItem.Action
- dir - com.zfabrik.svnaccess.NodeKind
E
- equals(Object) - Method in class com.zfabrik.svnaccess.SvnDirEntry
- equals(Object) - Method in class com.zfabrik.svnaccess.SvnInfo
- export(String, long, File) - Method in interface com.zfabrik.svnaccess.ISvnRepository
-
Exports the given directory content to the given target directory.
F
- file - com.zfabrik.svnaccess.NodeKind
- fromChar(char) - Static method in enum com.zfabrik.svnaccess.SvnLogItem.Action
G
- getAction() - Method in class com.zfabrik.svnaccess.SvnLogItem
- getBaseUrl() - Method in interface com.zfabrik.svnaccess.ISvnRepository
- getContent(String, long, long, IStreamHandler) - Method in interface com.zfabrik.svnaccess.ISvnRepository
-
Retrieves the content of the given SVN URL and calls the given stream handler for the input stream
- getCRPath() - Method in interface com.zfabrik.svnaccess.ISvnRepository
- getCrRelPath() - Method in class com.zfabrik.svnaccess.SvnDirEntry
- getCurrentCRRevision() - Method in interface com.zfabrik.svnaccess.ISvnRepository
- getNodeKind() - Method in class com.zfabrik.svnaccess.SvnDirEntry
- getPath() - Method in class com.zfabrik.svnaccess.SvnDirEntry
- getPath() - Method in class com.zfabrik.svnaccess.SvnLogItem
- getRepositoryUuid() - Method in interface com.zfabrik.svnaccess.ISvnRepository
- getRevision() - Method in class com.zfabrik.svnaccess.SvnDirEntry
- getRevision() - Method in class com.zfabrik.svnaccess.SvnLogItem
- getRootUrl() - Method in class com.zfabrik.svnaccess.SvnInfo
- getSvnRootUrl() - Method in interface com.zfabrik.svnaccess.ISvnRepository
- getUuid() - Method in class com.zfabrik.svnaccess.SvnInfo
H
- handleLogEntry(SvnLogItem) - Method in interface com.zfabrik.svnaccess.ISvnLogEntryHandler
-
This method is called for each SVN resource during an SVN LOG operation.
- handleStream(InputStream) - Method in interface com.zfabrik.svnaccess.IStreamHandler
- handleSvnDirEntry(SvnDirEntry) - Method in interface com.zfabrik.svnaccess.IDirEntryHandler
-
This method is called for each SVN resource during an SVN LIST operation.
- hashCode() - Method in class com.zfabrik.svnaccess.SvnDirEntry
- hashCode() - Method in class com.zfabrik.svnaccess.SvnInfo
- HEAD - Static variable in interface com.zfabrik.svnaccess.ISvnRepository
I
- IDirEntryHandler - Interface in com.zfabrik.svnaccess
-
Callback handler for SVN LIST operation
- info() - Method in interface com.zfabrik.svnaccess.ISvnRepository
-
returns details about the base path at HEAD revision
- info(String, long) - Method in interface com.zfabrik.svnaccess.ISvnRepository
-
returns details about a single path
- IStreamHandler - Interface in com.zfabrik.svnaccess
- ISvnLogEntryHandler - Interface in com.zfabrik.svnaccess
-
Callback handler for SVN LOG operation
- ISvnRepository - Interface in com.zfabrik.svnaccess
L
- list(String, long, long, IDirEntryHandler) - Method in interface com.zfabrik.svnaccess.ISvnRepository
-
Retrieves all direct children for the given SVN URL and calls the given resource handler for each child
- log(String, long, long, long, ISvnLogEntryHandler) - Method in interface com.zfabrik.svnaccess.ISvnRepository
-
Retrieves all changes for the given SVN URL and the given revision range and calls the given log entry handler for each change.
M
- modified - com.zfabrik.svnaccess.SvnLogItem.Action
N
- NodeKind - Enum in com.zfabrik.svnaccess
-
Describes the kind of a
SvnDirEntry
orSvnLogItem
- so called a node. - none - com.zfabrik.svnaccess.NodeKind
R
- replaced - com.zfabrik.svnaccess.SvnLogItem.Action
S
- setBaseUrl(String) - Method in interface com.zfabrik.svnaccess.ISvnRepository
-
Sets the base URL - this is the z2 component repository URL
- setPassword(String) - Method in interface com.zfabrik.svnaccess.ISvnRepository
-
Sets the password (like --password)
- setUsername(String) - Method in interface com.zfabrik.svnaccess.ISvnRepository
-
Sets the username (like --username)
- SvnDirEntry - Class in com.zfabrik.svnaccess
-
Encapsulates information of a dir item during a SVN LIST command including path: path relative to the issued list/info command crRelPath: path relative to the component repository root path revision: path's revision node-kind: path's node-kind - see
NodeKind
- SvnDirEntry(String, String, long, NodeKind) - Constructor for class com.zfabrik.svnaccess.SvnDirEntry
- SvnInfo - Class in com.zfabrik.svnaccess
-
(c) by ZFabrik Software KG 2009,2010,2011,2012,2013,2014,2015 User: udoo Date: 03.07.15 Time: 14:55
- SvnInfo(String, String, String, long, NodeKind, String) - Constructor for class com.zfabrik.svnaccess.SvnInfo
- SvnLogItem - Class in com.zfabrik.svnaccess
-
Encapsulates information of a log item during a SVN LOG command including svnPath: the path is relative to the SVN root revision: path's revision node-kind: path's node-kind - see
NodeKind
action: the operation on the path at the given revision - SvnLogItem(String, long, SvnLogItem.Action) - Constructor for class com.zfabrik.svnaccess.SvnLogItem
- SvnLogItem.Action - Enum in com.zfabrik.svnaccess
T
- toString() - Method in class com.zfabrik.svnaccess.SvnDirEntry
- toString() - Method in class com.zfabrik.svnaccess.SvnInfo
- toString() - Method in class com.zfabrik.svnaccess.SvnLogItem
U
V
- valueOf(String) - Static method in enum com.zfabrik.svnaccess.NodeKind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.zfabrik.svnaccess.SvnLogItem.Action
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.zfabrik.svnaccess.NodeKind
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.zfabrik.svnaccess.SvnLogItem.Action
-
Returns an array containing the constants of this enum type, in the order they are declared.
All Classes All Packages