Package org.sonatype.nexus.yum.internal

Examples of org.sonatype.nexus.yum.internal.YumRepositoryImpl


          }
        }
      }

      regenerateMetadataForGroups();
      return new YumRepositoryImpl(getRepoDir(), repositoryId, getVersion());
    }
    finally {
      mdUid.getLock().unlock();
    }
  }
View Full Code Here


        groupRepoMdUid.getLock().unlock();
      }

      deleteYumTempDirs();

      return new YumRepositoryImpl(repoBaseDir, groupRepository.getId(), null);
    }
    return null;
  }
View Full Code Here

  }

  private YumFileRepresentation createRepresentation(String filename) {
    return new YumFileRepresentation(
        new UrlPathInterpretation(null, filename, false),
        new YumRepositoryImpl(util.resolveFile("target/yum"), null, null)
    );
  }
View Full Code Here

TOP

Related Classes of org.sonatype.nexus.yum.internal.YumRepositoryImpl

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.