Uses of Class
org.eclipse.aether.repository.RemoteRepository.Intent
-
Packages that use RemoteRepository.Intent Package Description org.eclipse.aether.repository 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.Intent Modifier and Type Method Description RemoteRepository.IntentRemoteRepository. getIntent()Returns the intent this repository is prepared for.static RemoteRepository.IntentRemoteRepository.Intent. valueOf(java.lang.String name)Returns 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.Intent Modifier and Type Method Description RemoteRepository.BuilderRemoteRepository.Builder. setIntent(RemoteRepository.Intent intent)Marks the intent for this repository.
-