public class NutsRepositoryURL extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static Pattern |
NAME_PATTERN |
protected static Pattern |
URL_PATTERN |
protected static Pattern |
UTC_PATTERN |
| Constructor and Description |
|---|
NutsRepositoryURL(String url) |
| Modifier and Type | Method and Description |
|---|---|
NutsRepositoryURL |
changeName(String s) |
String |
getLocation() |
String |
getName() |
String |
getPathProtocol() |
Set<String> |
getPathProtocols() |
String |
getProtocol() |
Set<String> |
getProtocols() |
NutsRepositoryType |
getRepositoryType() |
String |
getURLString() |
boolean |
isHttp() |
String |
toString() |
protected static final Pattern NAME_PATTERN
protected static final Pattern UTC_PATTERN
protected static final Pattern URL_PATTERN
public NutsRepositoryURL(String url)
public String getName()
public String getLocation()
public boolean isHttp()
public String getProtocol()
public NutsRepositoryType getRepositoryType()
public String getPathProtocol()
public String getURLString()
public NutsRepositoryURL changeName(String s)
Copyright © 2021 vpc open source initiative. All rights reserved.