コード例 #1
0
ファイル: Project.java プロジェクト: jamesgpearce/buck
 /** Maps a BuildRule to the name of the equivalent IntelliJ library or module. */
 private String getIntellijNameForRule(BuildRule rule) {
   return Project.getIntellijNameForRule(rule, basePathToAliasMap);
 }