- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for getArtifactFromFileName (3.85 sec)
-
src/main/java/org/codelibs/fess/helper/PluginHelper.java
* @param artifactType the type of the artifact * @param filename the filename to parse * @return an artifact instance */ protected Artifact getArtifactFromFileName(final ArtifactType artifactType, final String filename) { return getArtifactFromFileName(artifactType, filename, null); } /** * Creates an artifact instance from a filename with a specified URL. *Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 24.9K bytes - Viewed (0)