public class ArtifactContentEntry extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
private int |
depth |
private boolean |
file |
private String |
path |
private String |
repositoryId |
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() |
private boolean file
private int depth
private String repositoryId
public ArtifactContentEntry()
public ArtifactContentEntry(String path, boolean file, int depth, String repositoryId)
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–2023 The Apache Software Foundation. All rights reserved.