public class AppDependency extends Object implements Serializable
| Constructor and Description |
|---|
AppDependency(AppArtifact artifact,
String scope) |
AppDependency(AppArtifact artifact,
String scope,
boolean optional) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
AppArtifact |
getArtifact() |
String |
getScope() |
int |
hashCode() |
boolean |
isOptional() |
String |
toString() |
public AppDependency(AppArtifact artifact, String scope)
public AppDependency(AppArtifact artifact, String scope, boolean optional)
public AppArtifact getArtifact()
public String getScope()
public boolean isOptional()
Copyright © 2021 JBoss by Red Hat. All rights reserved.