- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for GetMetadata (0.09 sec)
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/UrlQueue.java
* Retrieves the metadata associated with the URL queue. * * @return a String representing the metadata. */ String getMetaData(); /** * Sets the metadata for the URL queue. * * @param metaData the metadata to set */ void setMetaData(String metaData); /** * Retrieves the encoding of the URL queue. * * @return the encoding as a String. */Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sat Mar 15 06:52:00 UTC 2025 - 4.3K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/UrlQueueImpl.java
*/ @Override public void setUrl(final String url) { this.url = url; } @Override public String getMetaData() { return metaData; } @Override public void setMetaData(final String metaData) { this.metaData = metaData; } @Override public String getEncoding() { return encoding; }Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 6.1K bytes - Viewed (0)