Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.app.config.rev160707.PathType
-
-
Uses of PathType in org.opendaylight.protocol.pcep.impl.tls
Methods in org.opendaylight.protocol.pcep.impl.tls with parameters of type PathType Modifier and Type Method Description static InputStreamSslKeyStore. asInputStream(String filename, PathType pathType)InputStream instance of key - key location is on classpath or specific path. -
Uses of PathType in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.app.config.rev160707
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.app.config.rev160707 that return PathType Modifier and Type Method Description static PathTypePathType. forValue(int intValue)Return the enumeration member whosegetIntValue()matches specified value.static PathTypePathType. valueOf(String name)Returns the enum constant of this type with the specified name.static PathType[]PathType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.app.config.rev160707 that return types with arguments of type PathType Modifier and Type Method Description static Optional<PathType>PathType. forName(String name)Return the enumeration member whosegetName()matches specified value. -
Uses of PathType in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.app.config.rev160707.pcep.dispatcher.config
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.app.config.rev160707.pcep.dispatcher.config that return PathType Modifier and Type Method Description @Nullable PathTypeTls. getKeystorePathType()keystore path type (CLASSPATH or PATH)PathTypeTlsBuilder. getKeystorePathType()@Nullable PathTypeTls. getTruststorePathType()truststore path type (CLASSPATH or PATH)PathTypeTlsBuilder. getTruststorePathType()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.app.config.rev160707.pcep.dispatcher.config with parameters of type PathType Modifier and Type Method Description TlsBuilderTlsBuilder. setKeystorePathType(PathType value)TlsBuilderTlsBuilder. setTruststorePathType(PathType value)
-