Class MavenSystemScopeHandler

java.lang.Object
org.apache.maven.repository.internal.scopes.MavenSystemScopeHandler
All Implemented Interfaces:
org.eclipse.aether.SystemScopeHandler

public final class MavenSystemScopeHandler extends Object implements org.eclipse.aether.SystemScopeHandler
A system scope handler.
Since:
4.0.0
  • Constructor Details

    • MavenSystemScopeHandler

      public MavenSystemScopeHandler()
  • Method Details

    • isSystemScope

      public boolean isSystemScope(String scope)
      Specified by:
      isSystemScope in interface org.eclipse.aether.SystemScopeHandler
    • getSystemPath

      public String getSystemPath(org.eclipse.aether.artifact.Artifact artifact)
      Specified by:
      getSystemPath in interface org.eclipse.aether.SystemScopeHandler
    • setSystemPath

      public void setSystemPath(Map<String,String> properties, String systemPath)
      Specified by:
      setSystemPath in interface org.eclipse.aether.SystemScopeHandler