public class RepositoryCheckPath extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
private String |
path
The path to use for checking the repository
connection.
|
private String |
url
The URL for which this path should be used
.
|
Constructor and Description |
---|
RepositoryCheckPath() |
Modifier and Type | Method and Description |
---|---|
String |
getPath()
Get the path to use for checking the repository connection.
|
String |
getUrl()
Get the URL for which this path should be used.
|
void |
setPath(String path)
Set the path to use for checking the repository connection.
|
void |
setUrl(String url)
Set the URL for which this path should be used.
|
public RepositoryCheckPath()
Copyright © 2006–2023 The Apache Software Foundation. All rights reserved.