Class ExcludeUrl
- java.lang.Object
-
- org.opennms.netmgt.config.discovery.ExcludeUrl
-
- All Implemented Interfaces:
Serializable
public class ExcludeUrl extends Object implements Serializable
A file URL holding specific addresses to be excluded. Each line in the URL file can be one of: "# ", " ", or "# ". Lines starting with a '#' are ignored and so are characters after a ' #' in a line. - See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExcludeUrl()
ExcludeUrl(String url)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
Optional<String>
getForeignSource()
Optional<String>
getLocation()
String
getUrl()
int
hashCode()
void
setForeignSource(String foreignSource)
void
setLocation(String location)
void
setUrl(String url)
String
toString()
-