public class DfsRepositoryDescription extends Object
Constructor and Description |
---|
DfsRepositoryDescription()
Initialize a new, empty repository description.
|
DfsRepositoryDescription(String repositoryName)
Initialize a new repository description.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object b) |
String |
getRepositoryName()
Get the name of the repository.
|
int |
hashCode() |
String |
toString() |
public DfsRepositoryDescription()
public DfsRepositoryDescription(String repositoryName)
repositoryName
- the name of the repository.public String getRepositoryName()
Copyright © 2021 Eclipse JGit Project. All rights reserved.