@Singleton public class ListPropertiesImpl extends Object implements ListProperties
Modifier and Type | Field and Description |
---|---|
protected RestContext<AbiquoApi,AbiquoAsyncApi> |
context |
Modifier and Type | Method and Description |
---|---|
Iterable<SystemProperty> |
execute() |
Iterable<SystemProperty> |
execute(com.google.common.base.Predicate<SystemProperty> selector) |
Iterable<SystemProperty> |
execute(PropertyOptions options) |
protected final RestContext<AbiquoApi,AbiquoAsyncApi> context
public Iterable<SystemProperty> execute()
execute
in interface ListRootEntities<SystemProperty>
public Iterable<SystemProperty> execute(com.google.common.base.Predicate<SystemProperty> selector)
execute
in interface ListRootEntities<SystemProperty>
public Iterable<SystemProperty> execute(PropertyOptions options)
execute
in interface ListProperties
Copyright © 2009-2013 jclouds. All Rights Reserved.