Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for addVideo (0.03 sec)

  1. fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/SitemapUrl.java

                videos = new ArrayList<>();
            }
            return videos;
        }
    
        /**
         * Adds a video to this sitemap URL.
         * @param video the video to add
         */
        public void addVideo(final SitemapVideo video) {
            getVideos().add(video);
        }
    
        /**
         * Gets the news information associated with this URL.
         * @return the news information, or null if none
         */
    Registered: Sat Dec 20 11:21:39 UTC 2025
    - Last Modified: Thu Nov 13 13:34:36 UTC 2025
    - 9.1K bytes
    - Viewed (0)
Back to top