public class DependencyImpl extends Object implements Dependency, Serializable
| Constructor and Description |
|---|
DependencyImpl(String name,
String groupId,
String version,
File path,
String scope,
String type,
String classifier) |
DependencyImpl(String name,
String groupId,
String version,
String scope,
String type,
String classifier) |
| Modifier and Type | Method and Description |
|---|---|
void |
addPath(File path) |
boolean |
equals(Object o) |
String |
getClassifier() |
String |
getGroupId() |
String |
getName() |
Set<File> |
getPaths() |
String |
getScope() |
String |
getType() |
String |
getVersion() |
int |
hashCode() |
String |
toString() |
public DependencyImpl(String name, String groupId, String version, File path, String scope, String type, String classifier)
public String getName()
getName in interface Dependencypublic String getGroupId()
getGroupId in interface Dependencypublic String getVersion()
getVersion in interface Dependencypublic String getType()
getType in interface Dependencypublic String getClassifier()
getClassifier in interface Dependencypublic Set<File> getPaths()
getPaths in interface Dependencypublic void addPath(File path)
public String getScope()
getScope in interface DependencyCopyright © 2020 JBoss by Red Hat. All rights reserved.