Package org.jclouds.functions
Class ExpandProperties
- java.lang.Object
-
- org.jclouds.functions.ExpandProperties
-
- All Implemented Interfaces:
com.google.common.base.Function<Properties,Properties>
,Function<Properties,Properties>
public class ExpandProperties extends Object implements com.google.common.base.Function<Properties,Properties>
Resolves the values of the properties so they can be inferred from other properties.
-
-
Constructor Summary
Constructors Constructor Description ExpandProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Properties
apply(Properties properties)
-
-
-
Method Detail
-
apply
public Properties apply(Properties properties)
- Specified by:
apply
in interfacecom.google.common.base.Function<Properties,Properties>
- Specified by:
apply
in interfaceFunction<Properties,Properties>
-
-