org.jclouds.virtualbox.functions
Class RetrieveActiveBridgedInterfaces

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

public class RetrieveActiveBridgedInterfaces
extends Object
implements com.google.common.base.Function<NodeMetadata,List<BridgedIf>>

Author:
Andrea Turli

Field Summary
protected  Logger logger
           
 
Constructor Summary
RetrieveActiveBridgedInterfaces(RunScriptOnNode.Factory runScriptOnNodeFactory)
           
 
Method Summary
 List<BridgedIf> apply(NodeMetadata host)
           
protected static List<BridgedIf> retrieveBridgedInterfaceNames(String bridgedIfBlocks)
           
 
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
 

Field Detail

logger

protected Logger logger
Constructor Detail

RetrieveActiveBridgedInterfaces

@Inject
public RetrieveActiveBridgedInterfaces(RunScriptOnNode.Factory runScriptOnNodeFactory)
Method Detail

apply

public List<BridgedIf> apply(NodeMetadata host)
Specified by:
apply in interface com.google.common.base.Function<NodeMetadata,List<BridgedIf>>

retrieveBridgedInterfaceNames

protected static List<BridgedIf> retrieveBridgedInterfaceNames(String bridgedIfBlocks)


Copyright © 2009-2012 jclouds. All Rights Reserved.