Modifier and Type | Method and Description |
---|---|
void |
VmBlacklist.addVmFilter(Filter<VmRef> filter)
Adds a
Filter to the blacklist. |
void |
VmBlacklist.removeVmFilter(Filter<VmRef> filter)
Removes a
Filter from the blacklist. |
Modifier and Type | Class and Description |
---|---|
class |
NameMatchingRefFilter<T extends Ref>
|
Modifier and Type | Method and Description |
---|---|
Filter<T> |
InformationService.getFilter()
Deprecated.
Returns a
Filter that is used to determine if this information
source can provide information for a given target. |
Modifier and Type | Class and Description |
---|---|
class |
ReferenceFilter
|
Modifier and Type | Class and Description |
---|---|
class |
AllPassFilter<T>
A
Filter that passes everything. |
Modifier and Type | Method and Description |
---|---|
Filter<HostRef> |
DynamicHostPlugin.getFilter() |
Filter<VmRef> |
DynamicVMPlugin.getFilter() |
Modifier and Type | Method and Description |
---|---|
List<HostRef> |
NetworkMonitor.getHosts(Filter<HostRef> matcher)
|
List<VmRef> |
HostMonitor.getVirtualMachines(HostRef host,
Filter<VmRef> matcher)
|
Copyright © 2017. All rights reserved.