Package io.quarkus.bootstrap.model
Class AppDependency
- java.lang.Object
-
- io.quarkus.bootstrap.model.AppDependency
-
- All Implemented Interfaces:
Serializable
public class AppDependency extends Object implements Serializable
Represents an application artifact dependency.- Author:
- Alexey Loubyansky
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AppDependency(AppArtifact artifact, String scope)AppDependency(AppArtifact artifact, String scope, boolean optional)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)AppArtifactgetArtifact()StringgetScope()inthashCode()booleanisOptional()StringtoString()
-
-
-
Constructor Detail
-
AppDependency
public AppDependency(AppArtifact artifact, String scope)
-
AppDependency
public AppDependency(AppArtifact artifact, String scope, boolean optional)
-
-
Method Detail
-
getArtifact
public AppArtifact getArtifact()
-
getScope
public String getScope()
-
isOptional
public boolean isOptional()
-
-