org.eclipse.egit.github.core
Interface IRepositoryIdProvider

All Known Implementing Classes:
Repository, RepositoryId, SearchRepository

public interface IRepositoryIdProvider

Interface to provide an ID for a repository. This refers to the unique identifier of any GitHub repository that is currently the owner and name of the repository joined by a single '/'.


Method Summary
 String generateId()
          Generate a repository id
 

Method Detail

generateId

String generateId()
Generate a repository id

Returns:
repository id


Copyright © 2012. All Rights Reserved.