Package org.jetbrains.jps.incremental

Examples of org.jetbrains.jps.incremental.CompileScope


    }
    else {
      toCompile.addAll(project.getModules().values());
    }

    final CompileScope compileScope = new CompileScope(project) {
      public Collection<Module> getAffectedModules() {
        return toCompile;
      }
    };
View Full Code Here

TOP

Related Classes of org.jetbrains.jps.incremental.CompileScope

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.