Examples of PrefixFileUnpublishedRepositoryEvent


Examples of org.sonatype.nexus.proxy.maven.routing.events.PrefixFileUnpublishedRepositoryEvent

            log.debug("Initializing prefix file of {}", mavenRepository);
            if (prefixSource.supported()) {
              eventBus.post(new PrefixFilePublishedRepositoryEvent(mavenRepository, prefixSource));
            }
            else {
              eventBus.post(new PrefixFileUnpublishedRepositoryEvent(mavenRepository));
            }
          }
        }
      }
View Full Code Here

Examples of org.sonatype.nexus.proxy.maven.routing.events.PrefixFileUnpublishedRepositoryEvent

      throws IOException
  {
    getPrefixSourceFor(mavenRepository).writeUnsupported();

    // event
    eventBus.post(new PrefixFileUnpublishedRepositoryEvent(mavenRepository));

    // propagate
    propagatePrefixFileUpdateOf(mavenRepository);
  }
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.