public static class SVNRepositoryView.NodeEntry extends Object implements Serializable
| Constructor and Description |
|---|
NodeEntry(long revision,
org.tmatesoft.svn.core.SVNNodeKind type,
SVNRepositoryView.ChildEntry[] children) |
| Modifier and Type | Method and Description |
|---|---|
SVNRepositoryView.ChildEntry[] |
getChildren() |
long |
getRevision() |
org.tmatesoft.svn.core.SVNNodeKind |
getType() |
public NodeEntry(long revision,
org.tmatesoft.svn.core.SVNNodeKind type,
SVNRepositoryView.ChildEntry[] children)
public org.tmatesoft.svn.core.SVNNodeKind getType()
public long getRevision()
public SVNRepositoryView.ChildEntry[] getChildren()
Copyright © 2004–2015. All rights reserved.