Uses of Class
org.codelibs.fess.helper.PluginHelper.Artifact
-
Packages that use PluginHelper.Artifact Package Description org.codelibs.fess.app.web.admin.plugin org.codelibs.fess.helper -
-
Uses of PluginHelper.Artifact in org.codelibs.fess.app.web.admin.plugin
Methods in org.codelibs.fess.app.web.admin.plugin with parameters of type PluginHelper.Artifact Modifier and Type Method Description static Map<String,String>AdminPluginAction. beanToMap(PluginHelper.Artifact artifact)static voidAdminPluginAction. deleteArtifact(PluginHelper.Artifact artifact)static voidAdminPluginAction. installArtifact(PluginHelper.Artifact artifact) -
Uses of PluginHelper.Artifact in org.codelibs.fess.helper
Methods in org.codelibs.fess.helper that return PluginHelper.Artifact Modifier and Type Method Description PluginHelper.ArtifactPluginHelper. getArtifact(String name, String version)protected PluginHelper.ArtifactPluginHelper. getArtifactFromFileName(PluginHelper.ArtifactType artifactType, String filename)PluginHelper.ArtifactPluginHelper. getArtifactFromFileName(PluginHelper.ArtifactType artifactType, String filename, String url)PluginHelper.Artifact[]PluginHelper. getAvailableArtifacts(PluginHelper.ArtifactType artifactType)PluginHelper.Artifact[]PluginHelper. getInstalledArtifacts(PluginHelper.ArtifactType artifactType)Methods in org.codelibs.fess.helper that return types with arguments of type PluginHelper.Artifact Modifier and Type Method Description protected List<PluginHelper.Artifact>PluginHelper. loadArtifactsFromRepository(String url)protected List<PluginHelper.Artifact>PluginHelper. processRepository(PluginHelper.ArtifactType artifactType, String url)Methods in org.codelibs.fess.helper with parameters of type PluginHelper.Artifact Modifier and Type Method Description voidPluginHelper. deleteInstalledArtifact(PluginHelper.Artifact artifact)protected PathThemeHelper. getJarFile(PluginHelper.Artifact artifact)protected StringThemeHelper. getThemeName(PluginHelper.Artifact artifact)voidThemeHelper. install(PluginHelper.Artifact artifact)voidPluginHelper. installArtifact(PluginHelper.Artifact artifact)voidThemeHelper. uninstall(PluginHelper.Artifact artifact)
-