|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.vremanagement.softwaregateway.impl.repositorymanager.maven.ArtifactTreeNode
public class ArtifactTreeNode
| Field Summary | |
|---|---|
protected static org.gcube.common.core.utils.logging.GCUBELog |
logger
Class logger. |
| Constructor Summary | |
|---|---|
ArtifactTreeNode(ArtifactTreeNode parent,
ArtifactCoordinates item,
int deep)
Constructor |
|
| Method Summary | |
|---|---|
void |
addSon(ArtifactTreeNode son)
Add a son to this node |
int |
getDeep()
|
ArtifactCoordinates |
getItem()
Get the Artifact |
ArtifactTreeNode |
getParent()
|
void |
listDependency(List<String> dep)
|
String |
printTree()
|
void |
removeSon(ArtifactTreeNode son)
Remove a son from this node |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected static final org.gcube.common.core.utils.logging.GCUBELog logger
| Constructor Detail |
|---|
public ArtifactTreeNode(ArtifactTreeNode parent,
ArtifactCoordinates item,
int deep)
throws Exception
parent - parent nodeitem - valuedeep - deep
Exception - if fails| Method Detail |
|---|
public void addSon(ArtifactTreeNode son)
throws Exception
son - to add
Exception - if fails
public void removeSon(ArtifactTreeNode son)
throws Exception
son - to remove
Exception - if failspublic ArtifactCoordinates getItem()
public int getDeep()
public ArtifactTreeNode getParent()
public String toString()
toString in class Objectpublic String printTree()
public void listDependency(List<String> dep)
throws Exception
dep - dependency List fileld with dependecy information
Exception - if fails
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||