Class AbstractWebElement
- java.lang.Object
-
- com.hello2morrow.sonargraph.plugin.api.AbstractMetaClass
-
- com.hello2morrow.sonargraph.api.model.web.AbstractWebElement
-
- All Implemented Interfaces:
IMetaClass
- Direct Known Subclasses:
ExternalWebResource
,WebCall
,WebResource
public abstract class AbstractWebElement extends com.hello2morrow.sonargraph.plugin.api.AbstractMetaClass
-
-
Constructor Summary
Constructors Constructor Description AbstractWebElement(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)
-
Methods inherited from class com.hello2morrow.sonargraph.plugin.api.AbstractMetaClass
getDescription, getElementArchitectureFilterNamePart, getElementName, getElementShortName, getImageResourceName, 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.model.IMetaClass
getDebugInfo
-
-
-
-
Method Detail
-
getElementPresentationName
public java.lang.String getElementPresentationName(IPluginElement element, boolean shortName)
- Specified by:
getElementPresentationName
in interfaceIMetaClass
- Overrides:
getElementPresentationName
in classcom.hello2morrow.sonargraph.plugin.api.AbstractMetaClass
-
-