Package org.basepom.inline.mojo
Class InlineDependency
java.lang.Object
org.basepom.inline.mojo.InlineDependency
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanmatchArtifact(org.apache.maven.artifact.Artifact artifact) booleanmatchDependency(org.eclipse.aether.graph.Dependency dependency) voidsetArtifactId(String artifactId) voidsetGroupId(String groupId) setHideClasses(boolean hideClasses) setTransitive(boolean transitive) toString()
-
Constructor Details
-
InlineDependency
public InlineDependency()
-
-
Method Details
-
getArtifactId
-
setArtifactId
-
getGroupId
-
setGroupId
-
isHideClasses
public boolean isHideClasses() -
setHideClasses
-
isTransitive
public boolean isTransitive() -
setTransitive
-
matchDependency
public boolean matchDependency(org.eclipse.aether.graph.Dependency dependency) -
matchArtifact
public boolean matchArtifact(org.apache.maven.artifact.Artifact artifact) -
toString
-