public class ArtifactContentEntry extends Object implements Serializable
| Constructor and Description |
|---|
ArtifactContentEntry() |
ArtifactContentEntry(String path,
boolean file,
int depth,
String repositoryId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
getDepth() |
String |
getPath() |
String |
getRepositoryId() |
int |
hashCode() |
boolean |
isFile() |
void |
setDepth(int depth) |
void |
setFile(boolean file) |
void |
setPath(String path) |
void |
setRepositoryId(String repositoryId) |
String |
toString() |
public String getPath()
public void setPath(String path)
public boolean isFile()
public void setFile(boolean file)
public int getDepth()
public void setDepth(int depth)
public String getRepositoryId()
public void setRepositoryId(String repositoryId)
Copyright © 2006–2014 The Apache Software Foundation. All rights reserved.