Package org.corrib.s3b.recommendations.utils

Examples of org.corrib.s3b.recommendations.utils.QuerableString


    }
   
    plugins.put("overall", new OverallRecommendationPlugin("overall"));
   
    this.defaults = prop.getAsStringArray("recommendation_plugin.default");
    this.qsLabel = new QuerableString(prop.getProperty("recommendation_plugin.label_pattern"),
                      prop.getAsStringArray("recommendation_plugin.label_component"));
    this.qsComment = new QuerableString(prop.getProperty("recommendation_plugin.comment_pattern"),
          prop.getAsStringArray("recommendation_plugin.comment_component"));
    this.qsCover = new QuerableString(prop.getProperty("recommendation_plugin.cover_pattern"),
          prop.getAsStringArray("recommendation_plugin.cover_component"));
   
  }
View Full Code Here

TOP

Related Classes of org.corrib.s3b.recommendations.utils.QuerableString

Copyright © 2018 www.massapicom. 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.