Package org.eclipse.aether.scope
Interface DependencyScope
- All Known Subinterfaces:
SystemDependencyScope
public interface DependencyScope
Generic dependency scope.
- Since:
- 2.0.0
- Restriction:
- This interface is not intended to be extended by clients.
- Restriction:
- This interface is not intended to be implemented by clients.
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
The label.default boolean
Shorthand method ofgetId().equals(String label)
.boolean
Is it transitive scope?
-
Method Details
-
getId
The label. -
is
Shorthand method ofgetId().equals(String label)
. -
isTransitive
boolean isTransitive()Is it transitive scope?
-