Package org.sonatype.nexus.configuration.model

Examples of org.sonatype.nexus.configuration.model.CScheduledTaskCoreConfiguration


  @Override
  protected CoreConfiguration<List<CScheduledTask>> wrapConfiguration(Object configuration)
      throws ConfigurationException
  {
    if (configuration instanceof ApplicationConfiguration) {
      return new CScheduledTaskCoreConfiguration((ApplicationConfiguration) configuration);
    }
    else {
      throw new ConfigurationException("The passed configuration object is of class \""
          + configuration.getClass().getName() + "\" and not the required \""
          + ApplicationConfiguration.class.getName() + "\"!");
View Full Code Here

TOP

Related Classes of org.sonatype.nexus.configuration.model.CScheduledTaskCoreConfiguration

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.