Java org.apache.maven.artifact.repository RepositoryRequest fields, constructors, methods, implement or subclass

Example usage for Java org.apache.maven.artifact.repository RepositoryRequest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.maven.artifact.repository RepositoryRequest.

The text is from its open source code.

Method

RepositoryRequestsetForceUpdate(boolean forceUpdate)
Enables/disabled forced checks for updated artifacts/metadata on remote repositories.
RepositoryRequestsetLocalRepository(ArtifactRepository localRepository)
Sets the local repository to use.
RepositoryRequestsetOffline(boolean offline)
Enables/disables network access to remote repositories.
RepositoryRequestsetRemoteRepositories(List remoteRepositories)
Sets the remote repositories to use.