Package org.codelibs.fess.helper
Class ThemeHelper
- java.lang.Object
-
- org.codelibs.fess.helper.ThemeHelper
-
public class ThemeHelper extends Object
-
-
Constructor Summary
Constructors Constructor Description ThemeHelper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidcloseQuietly(Path dir)protected PathgetJarFile(PluginHelper.Artifact artifact)protected StringgetThemeName(PluginHelper.Artifact artifact)voidinstall(PluginHelper.Artifact artifact)voiduninstall(PluginHelper.Artifact artifact)
-
-
-
Method Detail
-
install
public void install(PluginHelper.Artifact artifact)
-
uninstall
public void uninstall(PluginHelper.Artifact artifact)
-
getThemeName
protected String getThemeName(PluginHelper.Artifact artifact)
-
closeQuietly
protected void closeQuietly(Path dir)
-
getJarFile
protected Path getJarFile(PluginHelper.Artifact artifact)
-
-