org.jclouds.blobstore.internal
Class BlobMapImpl.CorrectBlobName

java.lang.Object
  extended by org.jclouds.blobstore.internal.BlobMapImpl.CorrectBlobName
All Implemented Interfaces:
com.google.common.base.Function<Map.Entry<? extends String,? extends Blob>,Blob>
Enclosing class:
BlobMapImpl

public static class BlobMapImpl.CorrectBlobName
extends Object
implements com.google.common.base.Function<Map.Entry<? extends String,? extends Blob>,Blob>


Constructor Summary
BlobMapImpl.CorrectBlobName(com.google.common.base.Function<String,String> prefixer)
           
 
Method Summary
 Blob apply(Map.Entry<? extends String,? extends Blob> arg0)
           
 Blob apply(String key, Blob blob)
           
 
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

BlobMapImpl.CorrectBlobName

public BlobMapImpl.CorrectBlobName(com.google.common.base.Function<String,String> prefixer)
Method Detail

apply

public Blob apply(Map.Entry<? extends String,? extends Blob> arg0)
Specified by:
apply in interface com.google.common.base.Function<Map.Entry<? extends String,? extends Blob>,Blob>

apply

public Blob apply(String key,
                  Blob blob)


Copyright © 2009-2011 jclouds. All Rights Reserved.