Uses of Class
org.eclipse.aether.repository.LocalMetadataResult
-
Packages that use LocalMetadataResult Package Description org.eclipse.aether.repository The definition of various kinds of repositories that host artifacts. -
-
Uses of LocalMetadataResult in org.eclipse.aether.repository
Methods in org.eclipse.aether.repository that return LocalMetadataResult Modifier and Type Method Description LocalMetadataResultLocalRepositoryManager. find(RepositorySystemSession session, LocalMetadataRequest request)Queries for the existence of metadata in the local repository.LocalMetadataResultLocalMetadataResult. setFile(File file)Sets the file to requested metadata.LocalMetadataResultLocalMetadataResult. setStale(boolean stale)Sets whether the metadata is stale.
-