Package com.objfac.prebop

Examples of com.objfac.prebop.Preprocessor.preprocess()


  public void execute() throws BuildException {
    verifyAttributes();
    String out = fOut;
    Preprocessor preprocessor = new Preprocessor();
    try {
      int processed = preprocessor.preprocess(
        fInDirFile, fOutDirFile,
        fVarMap, fExcludeSet, fTypeMap,
        "replace".equals(out), "merge".equals(out));
      int modified = preprocessor.getModCount();
      log("modified "+modified+" of "+processed+" files");
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.