Package com.nomagic.magicdraw.hyperlinks
Interface ProtocolSupport
- All Known Subinterfaces:
HyperlinkHandler
@OpenApiAll
public interface ProtocolSupport
Protocol support checker.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isSupportedProtocol
(String protocol) Check if given protocol is supported.
-
Method Details
-
isSupportedProtocol
Check if given protocol is supported.- Parameters:
protocol
- protocol to check.- Returns:
- true if supported; otherwise - false.
-