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
public final class ExternalWebResource extends AbstractWebElement
Represents the endpoint of a web resource call.
Instances are only created under the External plugin node, if no internal matching WebResource is found.
-
-
Constructor Summary
Constructors Constructor Description ExternalWebResource(java.lang.String pluginId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getElementPresentationName(IPluginElement element, boolean shortName)
java.lang.String
getImageResourceName()
-
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
-
-
-
-
Method Detail
-
getImageResourceName
public java.lang.String getImageResourceName()
- Specified by:
getImageResourceName
in interfaceIMetaClass
- Overrides:
getImageResourceName
in classAbstractMetaClass
-
getElementPresentationName
public java.lang.String getElementPresentationName(IPluginElement element, boolean shortName)
- Specified by:
getElementPresentationName
in interfaceIMetaClass
- Overrides:
getElementPresentationName
in classAbstractWebElement
-
-