Package ca.simplegames.micro

Examples of ca.simplegames.micro.Extension.register()


          extension = (Extension) klass.newInstance();
        }
      }

      if (extension != null) {
        extension.register(name, site, yaml);

        if (registeredExtensions.isEmpty()) { //cosmetics
          site.getLog().info("Extensions:");
        }
        registeredExtensions.add(extension.getName());
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.