Class RepoText
- java.lang.Object
-
- org.eclipse.jgit.nls.TranslationBundle
-
- org.eclipse.jgit.gitrepo.internal.RepoText
-
public class RepoText extends TranslationBundle
Translation bundle for repo command
-
-
Field Summary
Fields Modifier and Type Field Description String
errorIncludeFile
String
errorIncludeNotImplemented
String
errorNoDefault
String
errorNoDefaultFilename
String
errorNoFetch
String
errorParsingManifestFile
String
errorRemoteUnavailable
String
invalidManifest
String
repoCommitMessage
-
Constructor Summary
Constructors Constructor Description RepoText()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static RepoText
get()
Get an instance of this translation bundle-
Methods inherited from class org.eclipse.jgit.nls.TranslationBundle
effectiveLocale, resourceBundle
-
-
-
-
Field Detail
-
errorIncludeFile
public String errorIncludeFile
-
errorIncludeNotImplemented
public String errorIncludeNotImplemented
-
errorNoDefault
public String errorNoDefault
-
errorNoDefaultFilename
public String errorNoDefaultFilename
-
errorNoFetch
public String errorNoFetch
-
errorParsingManifestFile
public String errorParsingManifestFile
-
errorRemoteUnavailable
public String errorRemoteUnavailable
-
invalidManifest
public String invalidManifest
-
repoCommitMessage
public String repoCommitMessage
-
-
Method Detail
-
get
public static RepoText get()
Get an instance of this translation bundle- Returns:
- an instance of this translation bundle
-
-