Class ServiceFunctions
- java.lang.Object
-
- org.openstack4j.openstack.identity.functions.ServiceFunctions
-
public final class ServiceFunctions extends Object
Functions to help resolve specific Services and Versions- Author:
- Jeremy Unruh
-
-
Field Summary
Fields Modifier and Type Field Description static Function<String,String>TYPE_WITHOUT_VERSIONTakes a Service Type or Service Name and strips off any version (if applicable) and returns the common name.static Function<String,Integer>VERSION_FROM_TYPEDetermines the version from a Service Type or Name.
-
Constructor Summary
Constructors Constructor Description ServiceFunctions()
-