org.jclouds.virtualbox.functions
Class BridgedIfStringToBridgedIf

java.lang.Object
  extended by org.jclouds.virtualbox.functions.BridgedIfStringToBridgedIf
All Implemented Interfaces:
com.google.common.base.Function<String,BridgedIf>

@Singleton
public class BridgedIfStringToBridgedIf
extends Object
implements com.google.common.base.Function<String,BridgedIf>


Constructor Summary
BridgedIfStringToBridgedIf()
           
 
Method Summary
 BridgedIf apply(String rawBridgedIf)
           
 
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

BridgedIfStringToBridgedIf

@Inject
public BridgedIfStringToBridgedIf()
Method Detail

apply

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


Copyright © 2009-2012 jclouds. All Rights Reserved.