Class SVNRepositoryView.ChildEntry

    • Constructor Detail

      • ChildEntry

        public ChildEntry​(long revision,
                          long lastModified,
                          org.tmatesoft.svn.core.SVNNodeKind type,
                          String name)
    • Method Detail

      • getType

        public org.tmatesoft.svn.core.SVNNodeKind getType()
      • getRevision

        public long getRevision()
      • getName

        public String getName()
      • getLastModified

        public long getLastModified()