Uses of Enum Class
org.codelibs.fess.helper.PluginHelper.ArtifactType
Packages that use PluginHelper.ArtifactType
-
Uses of PluginHelper.ArtifactType in org.codelibs.fess.helper
Fields in org.codelibs.fess.helper with type parameters of type PluginHelper.ArtifactTypeModifier and TypeFieldDescriptionprotected com.google.common.cache.LoadingCache<PluginHelper.ArtifactType, PluginHelper.Artifact[]> PluginHelper.availableArtifactsCache for storing available artifacts by type.Methods in org.codelibs.fess.helper that return PluginHelper.ArtifactTypeModifier and TypeMethodDescriptionPluginHelper.Artifact.getType()Gets the type of the artifact based on its name.static PluginHelper.ArtifactTypeDetermines the artifact type based on the artifact name.static PluginHelper.ArtifactTypeReturns the enum constant of this class with the specified name.static PluginHelper.ArtifactType[]PluginHelper.ArtifactType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.codelibs.fess.helper with parameters of type PluginHelper.ArtifactTypeModifier and TypeMethodDescriptionprotected PluginHelper.ArtifactPluginHelper.getArtifactFromFileName(PluginHelper.ArtifactType artifactType, String filename) Creates an artifact instance from a filename.PluginHelper.getArtifactFromFileName(PluginHelper.ArtifactType artifactType, String filename, String url) Creates an artifact instance from a filename with a specified URL.PluginHelper.getAvailableArtifacts(PluginHelper.ArtifactType artifactType) Retrieves available artifacts of the specified type from configured repositories.PluginHelper.getInstalledArtifacts(PluginHelper.ArtifactType artifactType) Gets the list of installed artifacts of the specified type.protected booleanPluginHelper.isExcludedName(PluginHelper.ArtifactType artifactType, String name) Checks if an artifact name should be excluded from the results.protected List<PluginHelper.Artifact> PluginHelper.processRepository(PluginHelper.ArtifactType artifactType, String url) Processes a Maven-style repository to extract artifacts of the specified type.