Package com.hello2morrow.sonargraph.api
Class ExternalWebResource
java.lang.Object
com.hello2morrow.sonargraph.api.AbstractMetaClass
com.hello2morrow.sonargraph.api.AbstractWebElement
com.hello2morrow.sonargraph.api.ExternalWebResource
- All Implemented Interfaces:
IMetaClass
Represents the endpoint of a web resource call.
Instances are only created under the External plugin node, if no internal matching WebResource is found.
Instances are only created under the External plugin node, if no internal matching WebResource is found.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetElementPresentationName
(IPluginElement element, boolean shortName) Methods inherited from class com.hello2morrow.sonargraph.api.AbstractMetaClass
getDescription, getElementArchitectureFilterNamePart, getElementName, getElementShortName, getName, getPluginId, getSimpleName, isMember
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.hello2morrow.sonargraph.api.IMetaClass
getDebugInfo
-
Constructor Details
-
ExternalWebResource
-
-
Method Details
-
getImageResourceName
- Specified by:
getImageResourceName
in interfaceIMetaClass
- Overrides:
getImageResourceName
in classAbstractMetaClass
-
getElementPresentationName
- Specified by:
getElementPresentationName
in interfaceIMetaClass
- Overrides:
getElementPresentationName
in classAbstractWebElement
-