Package com.nomagic.magicdraw.hyperlinks
Interface ProtocolSupport
-
- All Known Subinterfaces:
HyperlinkHandler
@OpenApiAll public interface ProtocolSupport
Protocol support checker.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isSupportedProtocol(java.lang.String protocol)
Check if given protocol is supported.
-