Package fitnesse.wiki.refactoring

Examples of fitnesse.wiki.refactoring.PageReferenceRenamer


    return (newName != null && PathParser.isSingleWikiWord(newName) && !"FrontPage".equals(oldNameOfPageToBeMoved));
  }

  @Override
  protected ReferenceRenamer getReferenceRenamer(FitNesseContext context) {
    return new PageReferenceRenamer(context.root, oldRefactoredPage, getNewPageName());
  }
View Full Code Here

TOP

Related Classes of fitnesse.wiki.refactoring.PageReferenceRenamer

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.