@Singleton @Named(value="hg") public class HgScmTranslator extends Object implements ScmTranslator
HgScmTranslator class.
| Constructor and Description | 
|---|
| HgScmTranslator() | 
| 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. | 
public String translateBranchUrl(String url, String branchName, String branchBase)
ScmTranslatortranslateBranchUrl in interface ScmTranslatorurl - the source URLbranchName - the branch namebranchBase - the branch base for providers that support itpublic String translateTagUrl(String url, String tag, String tagBase)
ScmTranslatortranslateTagUrl in interface ScmTranslatorurl - the source URLtag - the tagtagBase - the tag base for providers that support itpublic String resolveTag(String tag)
ScmTranslatorresolveTag in interface ScmTranslatortag - the new tagnull if the provider does not use tagspublic String toRelativePath(String path)
ScmTranslatortoRelativePath in interface ScmTranslatorpath - the ScmFile pathCopyright © 2002–2024 The Apache Software Foundation. All rights reserved.