org.jclouds.dynect.v3.functions
Class ExtractLastPathComponent

java.lang.Object
  extended by org.jclouds.dynect.v3.functions.ExtractLastPathComponent
All Implemented Interfaces:
com.google.common.base.Function<com.google.common.collect.FluentIterable<String>,com.google.common.collect.FluentIterable<String>>

public final class ExtractLastPathComponent
extends Object
implements com.google.common.base.Function<com.google.common.collect.FluentIterable<String>,com.google.common.collect.FluentIterable<String>>

Zones, Geo Services, and Geo region groups come back encoded in REST paths, such as /REST/Geo/srv-global/


Constructor Summary
ExtractLastPathComponent()
           
 
Method Summary
 com.google.common.collect.FluentIterable<String> apply(com.google.common.collect.FluentIterable<String> in)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Function
equals
 

Constructor Detail

ExtractLastPathComponent

public ExtractLastPathComponent()
Method Detail

apply

public com.google.common.collect.FluentIterable<String> apply(com.google.common.collect.FluentIterable<String> in)
Specified by:
apply in interface com.google.common.base.Function<com.google.common.collect.FluentIterable<String>,com.google.common.collect.FluentIterable<String>>


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.