예제 #1
0
 public WikiWordBuilder(SourcePage currentPage, String pagePath, String linkBody) {
   this.currentPage = currentPage;
   this.linkBody = linkBody;
   this.wikiWordPath = makePath(currentPage, pagePath);
   this.qualifiedName = currentPage.makeFullPathOfTarget(wikiWordPath);
 }