Package giggler.config

Examples of giggler.config.SectionConfiguration


 
    @SuppressWarnings("unchecked")
  public <T extends PluginApi> T getAccess(Class<T> pluginApi) {

      if (pluginApi == Configuration.class)
          return (T) new SectionConfiguration(globalConfiguration);

      if (pluginApi == Management.class)
          return (T) management;

    return null;
View Full Code Here

TOP

Related Classes of giggler.config.SectionConfiguration

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.