Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getAvailableArtifacts (0.2 sec)

  1. src/main/java/org/codelibs/fess/helper/PluginHelper.java

                            }
                        }
                        return list.toArray(new Artifact[list.size()]);
                    }
                });
    
        public Artifact[] getAvailableArtifacts(final ArtifactType artifactType) {
            try {
                return availableArtifacts.get(artifactType);
            } catch (final Exception e) {
                throw new PluginException("Failed to access " + artifactType, e);
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Oct 24 01:47:10 UTC 2024
    - 17.8K bytes
    - Viewed (0)
Back to top