org.apache.archiva.model
Class RepositoryURL

java.lang.Object
  extended by org.apache.archiva.model.RepositoryURL

public class RepositoryURL
extends Object

RepositoryURL - Mutable (and protocol forgiving) URL object.


Constructor Summary
RepositoryURL(String url)
           
 
Method Summary
 String getHost()
           
 String getPassword()
           
 String getPath()
           
 String getPort()
           
 String getProtocol()
           
 String getUrl()
           
 String getUsername()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RepositoryURL

public RepositoryURL(String url)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getUsername

public String getUsername()

getPassword

public String getPassword()

getHost

public String getHost()

getPath

public String getPath()

getPort

public String getPort()

getProtocol

public String getProtocol()

getUrl

public String getUrl()


Copyright © 2006–2014 The Apache Software Foundation. All rights reserved.