Package org.pentaho.platform.config
Class SystemConfigFolder
- java.lang.Object
-
- org.pentaho.platform.config.SystemConfigFolder
-
public class SystemConfigFolder extends Object
-
-
Constructor Summary
Constructors Constructor Description SystemConfigFolder(File folder)SystemConfigFolder(String path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FilegetAdminPluginsFile()FilegetCommonAuthorizationXmlFile()FilegetFolder()FilegetPentahoObjectsConfigFile()FilegetPentahoSecurityXmlFile()FilegetPentahoXmlFile()FilegetSessionStartupActionsFile()FilegetSpringSecurityLdapXmlFile()FilegetSpringSecurityXmlFile()FilegetSystemListenersConfigFile()
-
-
-
Method Detail
-
getFolder
public File getFolder()
-
getSystemListenersConfigFile
public File getSystemListenersConfigFile()
-
getPentahoXmlFile
public File getPentahoXmlFile()
-
getAdminPluginsFile
public File getAdminPluginsFile()
-
getPentahoObjectsConfigFile
public File getPentahoObjectsConfigFile()
-
getSessionStartupActionsFile
public File getSessionStartupActionsFile()
-
getSpringSecurityXmlFile
public File getSpringSecurityXmlFile()
-
getPentahoSecurityXmlFile
public File getPentahoSecurityXmlFile()
-
getSpringSecurityLdapXmlFile
public File getSpringSecurityLdapXmlFile()
-
getCommonAuthorizationXmlFile
public File getCommonAuthorizationXmlFile()
-
-