org.jclouds.blobstore.internal
Class BlobMapImpl.CorrectBlobName
java.lang.Object
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>
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 |
BlobMapImpl.CorrectBlobName
public BlobMapImpl.CorrectBlobName(com.google.common.base.Function<String,String> prefixer)
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.