Package org.apache.maven.internal.impl
Class DefaultLocalRepository
java.lang.Object
org.apache.maven.internal.impl.DefaultLocalRepository
- All Implemented Interfaces:
LocalRepository
,Repository
-
Field Summary
Fields inherited from interface org.apache.maven.api.Repository
CENTRAL_ID
-
Constructor Summary
ConstructorDescriptionDefaultLocalRepository
(org.eclipse.aether.repository.LocalRepository repository) -
Method Summary
-
Constructor Details
-
DefaultLocalRepository
@Inject public DefaultLocalRepository(@Nonnull org.eclipse.aether.repository.LocalRepository repository)
-
-
Method Details
-
getRepository
-
getId
Description copied from interface:Repository
Gets the identifier of this repository.- Specified by:
getId
in interfaceRepository
- Returns:
- the (case-sensitive) identifier, never
null
-
getType
Description copied from interface:Repository
Gets the type of the repository, for example "default".- Specified by:
getType
in interfaceRepository
- Returns:
- the (case-sensitive) type of the repository, never
null
-
getPath
- Specified by:
getPath
in interfaceLocalRepository
-