public final class NetworkDeviceProfileManager
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
java.util.List<NetworkDeviceConnectionProfile> |
getAllProfiles() |
NetworkDeviceConnectionProfile |
getCollectionProfileByNameAndOsType(java.lang.String profile,
java.lang.String osType) |
static NetworkDeviceProfileManager |
getInstance() |
NetworkDeviceConnectionProfile |
getProfileByName(java.lang.String name) |
static NetworkDeviceConnectionProfile |
loadSingleProfile(java.io.File f) |
static void |
main(java.lang.String... args) |
public static final NetworkDeviceProfileManager getInstance()
public NetworkDeviceConnectionProfile getProfileByName(java.lang.String name)
public java.util.List<NetworkDeviceConnectionProfile> getAllProfiles()
public NetworkDeviceConnectionProfile getCollectionProfileByNameAndOsType(java.lang.String profile, java.lang.String osType)
public static NetworkDeviceConnectionProfile loadSingleProfile(java.io.File f) throws java.lang.Exception
java.lang.Exception
public static void main(java.lang.String... args) throws java.lang.Exception
java.lang.Exception