Modifier and Type | Method and Description |
---|---|
SystemProperty |
AdministrationService.findSystemProperty(com.google.common.base.Predicate<SystemProperty> filter)
Get the first system property that matches the given filter or
null if none is
found. |
SystemProperty |
AdministrationService.getSystemProperty(String name)
Get the system property with the give name or
null if none is found. |
Modifier and Type | Method and Description |
---|---|
Iterable<SystemProperty> |
AdministrationService.listSystemProperties()
Get the list of system properties.
|
Iterable<SystemProperty> |
AdministrationService.listSystemProperties(com.google.common.base.Predicate<SystemProperty> filter)
Get the list of system properties matching the given filter.
|
Iterable<SystemProperty> |
AdministrationService.listSystemProperties(String component)
Get the list of system properties with options.
|
Modifier and Type | Method and Description |
---|---|
SystemProperty |
AdministrationService.findSystemProperty(com.google.common.base.Predicate<SystemProperty> filter)
Get the first system property that matches the given filter or
null if none is
found. |
Iterable<SystemProperty> |
AdministrationService.listSystemProperties(com.google.common.base.Predicate<SystemProperty> filter)
Get the list of system properties matching the given filter.
|
Modifier and Type | Method and Description |
---|---|
SystemProperty |
BaseAdministrationService.findSystemProperty(com.google.common.base.Predicate<SystemProperty> filter) |
SystemProperty |
BaseAdministrationService.getSystemProperty(String name) |
Modifier and Type | Method and Description |
---|---|
Iterable<SystemProperty> |
BaseAdministrationService.listSystemProperties()
System Properties
|
Iterable<SystemProperty> |
BaseAdministrationService.listSystemProperties(com.google.common.base.Predicate<SystemProperty> filter) |
Iterable<SystemProperty> |
BaseAdministrationService.listSystemProperties(String component) |
Modifier and Type | Method and Description |
---|---|
SystemProperty |
BaseAdministrationService.findSystemProperty(com.google.common.base.Predicate<SystemProperty> filter) |
Iterable<SystemProperty> |
BaseAdministrationService.listSystemProperties(com.google.common.base.Predicate<SystemProperty> filter) |
Modifier and Type | Method and Description |
---|---|
static com.google.common.base.Predicate<SystemProperty> |
SystemPropertyPredicates.name(String... names) |
Modifier and Type | Method and Description |
---|---|
Iterable<SystemProperty> |
ListProperties.execute(PropertyOptions options) |
Modifier and Type | Method and Description |
---|---|
Iterable<SystemProperty> |
ListPropertiesImpl.execute() |
Iterable<SystemProperty> |
ListPropertiesImpl.execute(com.google.common.base.Predicate<SystemProperty> selector) |
Iterable<SystemProperty> |
ListPropertiesImpl.execute(PropertyOptions options) |
Modifier and Type | Method and Description |
---|---|
Iterable<SystemProperty> |
ListPropertiesImpl.execute(com.google.common.base.Predicate<SystemProperty> selector) |
Copyright © 2009-2013 jclouds. All Rights Reserved.