Package | Description |
---|---|
org.opennms.netmgt.config.httpdatacollection |
Modifier and Type | Method and Description |
---|---|
Uri[] |
Uris.getUri()
Method getUri.Returns the contents of the collection in an
Array.
|
Uri |
Uris.getUri(int index)
Method getUri.
|
Uri |
Uris.removeUriAt(int index)
Method removeUriAt.
|
static Uri |
Uri.unmarshal(Reader reader)
Method unmarshal.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<Uri> |
Uris.enumerateUri()
Method enumerateUri.
|
List<Uri> |
Uris.getUriCollection()
Method getUriCollection.Returns a reference to '_uriList'.
|
Iterator<Uri> |
Uris.iterateUri()
Method iterateUri.
|
Modifier and Type | Method and Description |
---|---|
void |
Uris.addUri(int index,
Uri vUri) |
void |
Uris.addUri(Uri vUri) |
boolean |
Uris.removeUri(Uri vUri)
Method removeUri.
|
void |
Uris.setUri(int index,
Uri vUri) |
void |
Uris.setUri(Uri[] vUriArray) |
Modifier and Type | Method and Description |
---|---|
void |
Uris.setUri(List<Uri> vUriList)
Sets the value of '_uriList' by copying the given Vector.
|
void |
Uris.setUriCollection(List<Uri> uriList)
Deprecated.
|
Copyright © 2017. All rights reserved.