public class PomDependencyObj extends DefaultNPomNode<NPomDependency> implements NPomDependencyNode
| Constructor and Description |
|---|
PomDependencyObj(Element element,
NPomDependency object,
Document document) |
| Modifier and Type | Method and Description |
|---|---|
void |
setArtifactId(String value) |
void |
setClassifier(String value) |
void |
setGroupId(String value) |
void |
setOptional(String value) |
void |
setVersion(String value) |
createTextElement, getDocument, getObject, getTextElement, getXmlElement, setTextElement, setTextElementclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetObjectgetXmlElementpublic PomDependencyObj(Element element, NPomDependency object, Document document)
public void setVersion(String value)
setVersion in interface NPomDependencyNodepublic void setGroupId(String value)
setGroupId in interface NPomDependencyNodepublic void setArtifactId(String value)
setArtifactId in interface NPomDependencyNodepublic void setOptional(String value)
setOptional in interface NPomDependencyNodepublic void setClassifier(String value)
setClassifier in interface NPomDependencyNodeCopyright © 2026 vpc open source initiative. All rights reserved.