public interface ScmTranslator
| Modifier and Type | Method and Description | 
|---|---|
String | 
resolveTag(String tag)
Determine what tag should be added to the POM given the original tag and the new one. 
 | 
String | 
toRelativePath(String path)
Translates an ScmFile path to a path relative to the working directory. 
 | 
String | 
translateBranchUrl(String url,
                  String branchName,
                  String branchBase)
Take an URL and find the correct replacement URL for a given branch. 
 | 
String | 
translateTagUrl(String url,
               String tag,
               String tagBase)
Take an URL and find the correct replacement URL for a given tag. 
 | 
String translateBranchUrl(String url, String branchName, String branchBase)
url - the source URLbranchName - the branch namebranchBase - the branch base for providers that support itString translateTagUrl(String url, String tag, String tagBase)
url - the source URLtag - the tagtagBase - the tag base for providers that support itString resolveTag(String tag)
tag - the new tagnull if the provider does not use tagsCopyright © 2002–2024 The Apache Software Foundation. All rights reserved.