Package org.zeroturnaround.javarebel.support

Examples of org.zeroturnaround.javarebel.support.PackageClassFilter


    // Reduce performance penalty by excluding some common packages that will not be changing
    if (System.getProperty("wojrebel.noexclude") == null) {
      LoggerFactory.getInstance().echo("  If you are reloading changes to Wonder or WebObjects core packages you must set \n" +
      "  -Dwojrebel.noexclude to prevent these packages from being automatically excluded.");
      ConfigurationFactory.getInstance()
      .addExcludeManagedFilter(new PackageClassFilter(new String[]{
          "com.webobjects", "com.apple", "com.ibm", "org.apache", "javax.xml",
          "org.w3c", "org.xml", "ognl", "org.zeroturnaround", "er" }));
    }
  }
View Full Code Here

TOP

Related Classes of org.zeroturnaround.javarebel.support.PackageClassFilter

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.