public final class ExcludedPath extends Object
Constructor and Description |
---|
ExcludedPath(String path)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getPath()
Gets path.
|
int |
hashCode() |
ExcludedPath |
setPath(String path)
Sets path.
|
public ExcludedPath(String path)
path
- the excluded path.public String getPath()
public ExcludedPath setPath(String path)
path
- the path.Copyright © 2021 Microsoft Corporation. All rights reserved.