Package org.jboss.classloader.plugins.jdk

Examples of org.jboss.classloader.plugins.jdk.AbstractJDKChecker


    * @return the checker
    */
   public static JDKChecker getChecker()
   {
      if (checker == null)
         return new AbstractJDKChecker();
      return checker;
   }
View Full Code Here

TOP

Related Classes of org.jboss.classloader.plugins.jdk.AbstractJDKChecker

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.