Package com.google.code.maven_replacer_plugin.include

Examples of com.google.code.maven_replacer_plugin.include.FileSelector


  public ReplacerMojo() {
    super();
    this.fileUtils = new FileUtils();
    this.replacerFactory = new ReplacerFactory();
    this.tokenValueMapFactory = new TokenValueMapFactory(fileUtils);
    this.fileSelector = new FileSelector();
    this.patternFlagsFactory = new PatternFlagsFactory();
    this.outputFilenameBuilder = new OutputFilenameBuilder();
    this.summaryBuilder = new SummaryBuilder();
    this.processor = new ReplacementProcessor(fileUtils, replacerFactory);
  }
View Full Code Here

TOP

Related Classes of com.google.code.maven_replacer_plugin.include.FileSelector

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.