public abstract static class Networks.Address extends Object
static Networks.Address
create(String ip, String netmask, String gateway, String type)
abstract String
gateway()
ip()
netmask()
type()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public abstract String ip()
public abstract String netmask()
public abstract String gateway()
public abstract String type()
public static Networks.Address create(String ip, String netmask, String gateway, String type)
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.