Uses of Class
org.apache.subversion.javahl.types.NodeKind
-
Packages that use NodeKind Package Description org.apache.subversion.javahl org.apache.subversion.javahl.callback org.apache.subversion.javahl.types org.tigris.subversion.javahl Provides a (mostly native, using JNI and javah) implementation of a high level Java API for Subversion. -
-
Uses of NodeKind in org.apache.subversion.javahl
Methods in org.apache.subversion.javahl that return NodeKind Modifier and Type Method Description NodeKind
ClientNotifyInformation. getKind()
NodeKind
CommitItem. getNodeKind()
return the node kind of the commit itemNodeKind
ConflictDescriptor. getNodeKind()
NodeKind
DiffSummary. getNodeKind()
Methods in org.apache.subversion.javahl with parameters of type NodeKind Modifier and Type Method Description static CommitItem
JavaHLObjectFactory. createCommitItem(java.lang.String p, NodeKind nk, int sf, java.lang.String u, java.lang.String cu, long r, java.lang.String mf)
Constructors in org.apache.subversion.javahl with parameters of type NodeKind Constructor Description ClientNotifyInformation(java.lang.String path, ClientNotifyInformation.Action action, NodeKind kind, java.lang.String mimeType, Lock lock, java.lang.String errMsg, ClientNotifyInformation.Status contentState, ClientNotifyInformation.Status propState, ClientNotifyInformation.LockStatus lockState, long revision, java.lang.String changelistName, RevisionRange mergeRange, java.lang.String pathPrefix, java.lang.String propName, java.util.Map<java.lang.String,java.lang.String> revProps, long oldRevision, long hunkOriginalStart, long hunkOriginalLength, long hunkModifiedStart, long hunkModifiedLength, long hunkMatchedLine, int hunkFuzz)
This constructor is to be used by the native code.ConflictDescriptor(java.lang.String path, ConflictDescriptor.Kind conflictKind, NodeKind nodeKind, java.lang.String propertyName, boolean isBinary, java.lang.String mimeType, ConflictDescriptor.Action action, ConflictDescriptor.Reason reason, ConflictDescriptor.Operation operation, java.lang.String basePath, java.lang.String theirPath, java.lang.String myPath, java.lang.String mergedPath, ConflictVersion srcLeft, ConflictVersion srcRight)
This constructor should only be called from JNI code.DiffSummary(java.lang.String path, DiffSummary.DiffKind diffKind, boolean propsChanged, NodeKind nodeKind)
This constructor is to be used by the native code. -
Uses of NodeKind in org.apache.subversion.javahl.callback
Methods in org.apache.subversion.javahl.callback with parameters of type NodeKind Modifier and Type Method Description boolean
ImportFilterCallback. filter(java.lang.String path, NodeKind kind, boolean special)
This method will be called for each node. -
Uses of NodeKind in org.apache.subversion.javahl.types
Methods in org.apache.subversion.javahl.types that return NodeKind Modifier and Type Method Description NodeKind
Info. getKind()
return the item kinds (see NodeKind)NodeKind
ChangePath. getNodeKind()
Retrieve the node kindNodeKind
ConflictVersion. getNodeKind()
NodeKind
DirEntry. getNodeKind()
Return the kind of entry (file or directory)NodeKind
Status. getNodeKind()
Returns the kind of the node (file, directory or unknown, see NodeKind)NodeKind
Status. getReposKind()
static NodeKind
NodeKind. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static NodeKind[]
NodeKind. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.subversion.javahl.types with parameters of type NodeKind Modifier and Type Method Description static ConflictVersion
JavaHLTypesObjectFactory. createConflictVersion(java.lang.String reposURL, java.lang.String reposUUID, long pegRevision, java.lang.String pathInRepos, NodeKind nodeKind)
Constructors in org.apache.subversion.javahl.types with parameters of type NodeKind Constructor Description ChangePath(java.lang.String path, long copySrcRevision, java.lang.String copySrcPath, ChangePath.Action action, NodeKind nodeKind, Tristate textMods, Tristate propMods)
Constructor to be called from the native codeDirEntry(java.lang.String path, java.lang.String absPath, NodeKind nodeKind, long size, boolean hasProps, long lastChangedRevision, long lastChanged, java.lang.String lastAuthor)
this constructor is only called from the JNI codeInfo(java.lang.String path, java.lang.String wcroot, java.lang.String url, long rev, NodeKind kind, java.lang.String reposRootUrl, java.lang.String reposUUID, long lastChangedRev, long lastChangedDate, java.lang.String lastChangedAuthor, Lock lock, boolean hasWcInfo, Info.ScheduleKind schedule, java.lang.String copyFromUrl, long copyFromRev, long textTime, Checksum checksum, java.lang.String changelistName, long workingSize, long reposSize, Depth depth, java.util.Set<ConflictDescriptor> conflict)
constructor to build the object by native code.Status(java.lang.String path, java.lang.String url, NodeKind nodeKind, long revision, long lastChangedRevision, long lastChangedDate, java.lang.String lastCommitAuthor, Status.Kind textStatus, Status.Kind propStatus, Status.Kind repositoryTextStatus, Status.Kind repositoryPropStatus, boolean locked, boolean copied, boolean isConflicted, boolean switched, boolean fileExternal, Lock localLock, Lock reposLock, long reposLastCmtRevision, long reposLastCmtDate, NodeKind reposKind, java.lang.String reposLastCmtAuthor, java.lang.String changelist, java.lang.String movedFromAbspath, java.lang.String movedToAbspath)
this constructor should only called from JNI code -
Uses of NodeKind in org.tigris.subversion.javahl
Methods in org.tigris.subversion.javahl with parameters of type NodeKind Modifier and Type Method Description static int
NodeKind. fromApache(NodeKind aKind)
-