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
-
Field Summary
Fields inherited from interface org.eclipse.aether.SystemScopeHandler
LEGACY
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetSystemPath
(org.eclipse.aether.artifact.Artifact artifact) boolean
isSystemScope
(String scope) void
setSystemPath
(Map<String, String> properties, String systemPath) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.aether.SystemScopeHandler
isSystemScope, isSystemScope
-
Constructor Details
-
MavenSystemScopeHandler
public MavenSystemScopeHandler()
-
-
Method Details
-
isSystemScope
- Specified by:
isSystemScope
in interfaceorg.eclipse.aether.SystemScopeHandler
-
getSystemPath
- Specified by:
getSystemPath
in interfaceorg.eclipse.aether.SystemScopeHandler
-
setSystemPath
- Specified by:
setSystemPath
in interfaceorg.eclipse.aether.SystemScopeHandler
-