Jive Forums API (5.5.20.2-oracle) Developer Javadocs

com.jivesoftware.base
Interface JiveGlobals.JiveHomeProvider

Enclosing class:
JiveGlobals

public static interface JiveGlobals.JiveHomeProvider

A pluggable way to specify a value for jiveHome. Several means exist to set the jiveHome value and this is one way. To do this, set a build property (in jive_build.xml) called jiveHomeProvider.className, then write a class that implements this interface.

This is useful if you have complex needs (ie, call an API to determine the jiveHome path) for loading the path to jiveHome.


Method Summary
 java.lang.String getJiveHome()
          Returns a String representing the real path of the jiveHome configuration directory.
 

Method Detail

getJiveHome

java.lang.String getJiveHome()
Returns a String representing the real path of the jiveHome configuration directory.


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.