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 SummaryModifier and TypeMethodDescriptiongetId()The label.default booleanShorthand method ofgetId().equals(String label).booleanIs it transitive scope?
- 
Method Details- 
getIdThe label.
- 
isShorthand method ofgetId().equals(String label).
- 
isTransitiveboolean isTransitive()Is it transitive scope?
 
-