Uses of Enum
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
Subclasses with type arguments of type RemoteRepository.Intent in org.eclipse.aether.repositoryModifier and TypeClassDescriptionstatic enumThe intent this repository is to be used for.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 type with the specified name.static RemoteRepository.Intent[]RemoteRepository.Intent.values()Returns an array containing the constants of this enum type, 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.