Package com.hello2morrow.sonargraph.api
Class PluginDependencyMetaData
java.lang.Object
com.hello2morrow.sonargraph.api.PluginMetaData
com.hello2morrow.sonargraph.api.PluginDependencyMetaData
-
Constructor Summary
ConstructorsConstructorDescriptionPluginDependencyMetaData
(String type, boolean isCompileTimeDependency, boolean isArchitectureRelevant, boolean includeInCycleAnalysis) -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
Methods inherited from class com.hello2morrow.sonargraph.api.PluginMetaData
equals, getType, hashCode
-
Constructor Details
-
PluginDependencyMetaData
public PluginDependencyMetaData(String type, boolean isCompileTimeDependency, boolean isArchitectureRelevant, boolean includeInCycleAnalysis)
-
-
Method Details
-
isCompileTimeDependency
public boolean isCompileTimeDependency() -
isArchiectureRelevant
public boolean isArchiectureRelevant() -
includeInCycleAnalysis
public boolean includeInCycleAnalysis() -
getDebugInfo
-