Uses of Enum Class
org.eclipse.aether.repository.RemoteRepository.Intent
Packages that use RemoteRepository.Intent
Package
Description
The definition of various kinds of repositories that host artifacts.
-
Uses of RemoteRepository.Intent in org.eclipse.aether.repository
Methods in org.eclipse.aether.repository that return RemoteRepository.IntentModifier and TypeMethodDescriptionRemoteRepository.getIntent()Returns the intent this repository is prepared for.static RemoteRepository.IntentReturns the enum constant of this class with the specified name.static RemoteRepository.Intent[]RemoteRepository.Intent.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.aether.repository with parameters of type RemoteRepository.IntentModifier and TypeMethodDescriptionRemoteRepository.Builder.setIntent(RemoteRepository.Intent intent) Marks the intent for this repository.