Class WebDAVTreeNodeData

  • All Implemented Interfaces:
    Serializable

    public class WebDAVTreeNodeData
    extends Object
    implements Serializable
    Class for the data block of a DefaultTreeNode used in displaying a folder structure of WebDAV connections
    Since:
    7.1.0
    Author:
    XIMA MEDIA GmbH
    See Also:
    Serialized Form
    • Constructor Detail

      • WebDAVTreeNodeData

        public WebDAVTreeNodeData​(String displayName,
                                  String contentType,
                                  List<String> pathSegments)
    • Method Detail

      • getContentType

        public String getContentType()
      • getDisplayName

        public String getDisplayName()
      • getPathSegments

        public List<String> getPathSegments()