Clearspace API (1.7.0) Core Javadocs

com.jivesoftware.community
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.

Returns:
the path to the jiveHome directory

Clearspace Project Page

Copyright © 1999-2007 Jive Software.