Package org.codelibs.fess.helper
Class ThemeHelper
- java.lang.Object
-
- org.codelibs.fess.helper.ThemeHelper
-
public class ThemeHelper extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ThemeHelper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidcloseQuietly(java.nio.file.Path dir)protected java.nio.file.PathgetJarFile(PluginHelper.Artifact artifact)protected java.lang.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 java.lang.String getThemeName(PluginHelper.Artifact artifact)
-
closeQuietly
protected void closeQuietly(java.nio.file.Path dir)
-
getJarFile
protected java.nio.file.Path getJarFile(PluginHelper.Artifact artifact)
-
-