Package com.subgraph.orchid.TorConfig

Examples of com.subgraph.orchid.TorConfig.ConfigVar.defaultValue()


  private String getDefaultValueString(String varName) {
    final ConfigVar var = getAnnotationForVariable(varName);
    if(var == null) {
      return null;
    } else {
      return var.defaultValue();
    }
  }

  private ConfigVarType getVariableType(String varName) {
    if("Bridge".equals(varName)) {
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.