com.eurotech.framework.linux.net.util
Class GenericNetworkInterface

java.lang.Object
  extended by com.eurotech.framework.linux.net.util.GenericNetworkInterface
Direct Known Subclasses:
DebianNetworkInterface, RedHatNetworkInterface

public class GenericNetworkInterface
extends Object


Field Summary
protected static File esfFile
           
protected static String NET_CONFIGURATION_DIRECTORY
           
 
Constructor Summary
GenericNetworkInterface()
           
 
Method Summary
protected static NetInterfaceConfig getCurrentConfig(String interfaceName, NetInterfaceType type, NetInterfaceStatus status, boolean dhcpServerEnabled, boolean passDns, Properties esfProps)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NET_CONFIGURATION_DIRECTORY

protected static String NET_CONFIGURATION_DIRECTORY

esfFile

protected static File esfFile
Constructor Detail

GenericNetworkInterface

public GenericNetworkInterface()
Method Detail

getCurrentConfig

protected static NetInterfaceConfig getCurrentConfig(String interfaceName,
                                                     NetInterfaceType type,
                                                     NetInterfaceStatus status,
                                                     boolean dhcpServerEnabled,
                                                     boolean passDns,
                                                     Properties esfProps)
                                              throws EsfException
Throws:
EsfException


Copyright © 2013. All Rights Reserved.