Class PluginDependencyImpl
- java.lang.Object
-
- com.jetbrains.plugin.structure.intellij.plugin.PluginDependencyImpl
-
- All Implemented Interfaces:
PluginDependency,java.io.Serializable
public class PluginDependencyImpl extends java.lang.Object implements PluginDependency
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PluginDependencyImpl(@NotNull java.lang.String id, boolean isOptional, boolean isModule)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)@NotNull java.lang.StringgetId()inthashCode()booleanisModule()booleanisOptional()java.lang.StringtoString()
-
-
-
Method Detail
-
getId
@NotNull public @NotNull java.lang.String getId()
- Specified by:
getIdin interfacePluginDependency
-
isOptional
public boolean isOptional()
- Specified by:
isOptionalin interfacePluginDependency
-
isModule
public boolean isModule()
- Specified by:
isModulein interfacePluginDependency
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-