com.atlassian.bamboo.plugins.git
Class ScpAwareUri

java.lang.Object
  extended by com.atlassian.bamboo.plugins.git.ScpAwareUri

public class ScpAwareUri
extends Object


Method Summary
static ScpAwareUri create(String url)
           
 String getAbsolutePath()
           
 String getHost()
           
 int getPort()
           
 String getRawFragment()
           
 String getRawPath()
           
 String getRawQuery()
           
 String getScheme()
           
 String getUserInfo()
           
 boolean isRelativePath()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

create

public static ScpAwareUri create(String url)

getRawPath

public String getRawPath()

getScheme

@Nullable
public String getScheme()

getUserInfo

public String getUserInfo()

getPort

public int getPort()

getHost

public String getHost()

getRawQuery

public String getRawQuery()

getRawFragment

public String getRawFragment()

isRelativePath

public boolean isRelativePath()

getAbsolutePath

public String getAbsolutePath()


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.