org.wso2.carbon.appfactory.git
Class GitBlitConfiguration

java.lang.Object
  extended by org.wso2.carbon.appfactory.git.GitBlitConfiguration

public class GitBlitConfiguration
extends Object

Wrap of IStoredSetting of gitblit


Constructor Summary
GitBlitConfiguration(com.gitblit.IStoredSettings settings)
           
 
Method Summary
 String getProperty(String key, String defaultValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GitBlitConfiguration

public GitBlitConfiguration(com.gitblit.IStoredSettings settings)
Parameters:
settings -
Method Detail

getProperty

public String getProperty(String key,
                          String defaultValue)
Parameters:
key -
defaultValue -
Returns:
If the value is set the value will be returned otherwise default value is returned


Copyright © 2015 WSO2 Inc. All rights reserved.