Class SVNPropertiesCommand

    • Field Detail

      • myRevisionProperties

        private java.util.Map myRevisionProperties
      • myURLProperties

        private java.util.Map myURLProperties
      • myPathProperties

        private java.util.Map myPathProperties
    • Constructor Detail

      • SVNPropertiesCommand

        protected SVNPropertiesCommand​(java.lang.String name,
                                       java.lang.String[] aliases)
    • Method Detail

      • clearCollectedProperties

        protected void clearCollectedProperties()
      • handleProperty

        public void handleProperty​(long revision,
                                   SVNPropertyData property)
                            throws SVNException
        Description copied from interface: ISVNPropertyHandler
        Handles a revision property. SVNWCClient's methods operating on revision properties call this method to handle properties.
        Specified by:
        handleProperty in interface ISVNPropertyHandler
        Parameters:
        revision - a repository revision which property is to be handled
        property - a revision (unversioned) property
        Throws:
        SVNException
        See Also:
        SVNWCClient
      • getRevisionProperty

        protected SVNPropertyData getRevisionProperty​(long revision)
      • getPathProperty

        protected SVNPropertyData getPathProperty​(java.io.File path)
      • getURLProperties

        protected java.util.Map getURLProperties()
      • getPathProperties

        protected java.util.Map getPathProperties()
      • getRevisionProperties

        protected java.util.Map getRevisionProperties()
      • printProplist

        protected void printProplist​(java.util.List<SVNPropertyData> props,
                                     boolean omitNewLine)
      • printProperty

        protected void printProperty​(SVNPropertyValue value,
                                     boolean isPropListLike,
                                     boolean omitNewLine)