Skip navigation links
A C D E G H I M N R S U 

A

accepts(URL, String, Scope) - Method in class com.buschmais.jqassistant.plugin.m2repo.impl.scanner.MavenRepositoryScannerPlugin
ArtifactResolver - Class in com.buschmais.jqassistant.plugin.m2repo.impl.scanner
Transfers artifacts from a remote repository to a local repository.
ArtifactResolver(URL, File) - Constructor for class com.buschmais.jqassistant.plugin.m2repo.impl.scanner.ArtifactResolver
Creates a new object.
ArtifactResolver(URL, File, String, String) - Constructor for class com.buschmais.jqassistant.plugin.m2repo.impl.scanner.ArtifactResolver
Creates a new object.

C

close() - Method in class com.buschmais.jqassistant.plugin.m2repo.impl.scanner.DefaultFileResource
closeCurrentIndexingContext() - Method in class com.buschmais.jqassistant.plugin.m2repo.impl.scanner.MavenIndex
 
closeIndexSearcher(IndexSearcher) - Method in class com.buschmais.jqassistant.plugin.m2repo.impl.scanner.MavenIndex
Releases the IndexSearcher instance.
com.buschmais.jqassistant.plugin.m2repo.api.model - package com.buschmais.jqassistant.plugin.m2repo.api.model
 
com.buschmais.jqassistant.plugin.m2repo.impl.scanner - package com.buschmais.jqassistant.plugin.m2repo.impl.scanner
 
createStream() - Method in class com.buschmais.jqassistant.plugin.m2repo.impl.scanner.DefaultFileResource

D

DEFAULT_M2REPO_DIR - Static variable in class com.buschmais.jqassistant.plugin.m2repo.impl.scanner.MavenRepositoryScannerPlugin
 
DefaultFileResource - Class in com.buschmais.jqassistant.plugin.m2repo.impl.scanner
Simple FileRessource for Files.
DefaultFileResource(File) - Constructor for class com.buschmais.jqassistant.plugin.m2repo.impl.scanner.DefaultFileResource
Constructs a new object.
downloadArtifact(Artifact) - Method in class com.buschmais.jqassistant.plugin.m2repo.impl.scanner.ArtifactResolver
Resolves an artifact with the given properties and transfers it in a local repository.

E

equals(Object) - Method in class com.buschmais.jqassistant.plugin.m2repo.impl.scanner.DefaultFileResource

G

getArtifactsSince(Date) - Method in class com.buschmais.jqassistant.plugin.m2repo.impl.scanner.MavenIndex
 
getContainedArtifacts() - Method in interface com.buschmais.jqassistant.plugin.m2repo.api.model.MavenRepositoryDescriptor
A list of contained artifacts.
getContainingRepository() - Method in interface com.buschmais.jqassistant.plugin.m2repo.api.model.RepositoryArtifactDescriptor
The containing repository.
getFile() - Method in class com.buschmais.jqassistant.plugin.m2repo.impl.scanner.DefaultFileResource
getIndexingContext() - Method in class com.buschmais.jqassistant.plugin.m2repo.impl.scanner.MavenIndex
Returns the actual IndexingContext.
getLastModified() - Method in interface com.buschmais.jqassistant.plugin.m2repo.api.model.RepositoryArtifactDescriptor
The last modified date as String.
getLastScanDate() - Method in interface com.buschmais.jqassistant.plugin.m2repo.api.model.MavenRepositoryDescriptor
The last scan date.
getLastUpdateLocalRepo() - Method in class com.buschmais.jqassistant.plugin.m2repo.impl.scanner.MavenIndex
Returns a timestamp of the last local repository index update.
getMavenCoordinates() - Method in interface com.buschmais.jqassistant.plugin.m2repo.api.model.RepositoryArtifactDescriptor
The maven coordinates :::(:).
getPredecessorArtifact() - Method in interface com.buschmais.jqassistant.plugin.m2repo.api.model.RepositoryArtifactDescriptor
The last version of that SNAPSHOT artifact, if existing.
getUrl() - Method in interface com.buschmais.jqassistant.plugin.m2repo.api.model.MavenRepositoryDescriptor
The repository url.

H

hashCode() - Method in class com.buschmais.jqassistant.plugin.m2repo.impl.scanner.DefaultFileResource

I

initialize() - Method in class com.buschmais.jqassistant.plugin.m2repo.impl.scanner.MavenRepositoryScannerPlugin

M

MavenIndex - Class in com.buschmais.jqassistant.plugin.m2repo.impl.scanner
This class downloads and updates the remote maven index.
MavenIndex(URL, File, String, String) - Constructor for class com.buschmais.jqassistant.plugin.m2repo.impl.scanner.MavenIndex
Constructs a new object.
MavenRepositoryDescriptor - Interface in com.buschmais.jqassistant.plugin.m2repo.api.model
Describes a maven repository.
MavenRepositoryDescriptor.ContainsArtifact - Annotation Type in com.buschmais.jqassistant.plugin.m2repo.api.model
 
MavenRepositoryScannerPlugin - Class in com.buschmais.jqassistant.plugin.m2repo.impl.scanner
A scanner for (remote) maven repositories.
MavenRepositoryScannerPlugin() - Constructor for class com.buschmais.jqassistant.plugin.m2repo.impl.scanner.MavenRepositoryScannerPlugin
 

N

newIndexSearcher() - Method in class com.buschmais.jqassistant.plugin.m2repo.impl.scanner.MavenIndex
Creates a new IndexSearcher

R

RepositoryArtifactDescriptor - Interface in com.buschmais.jqassistant.plugin.m2repo.api.model
Represents an artifact in a maven repository.

S

scan(URL, String, Scope, Scanner) - Method in class com.buschmais.jqassistant.plugin.m2repo.impl.scanner.MavenRepositoryScannerPlugin
scanRepository(URL, Scanner, MavenIndex, ArtifactResolver) - Method in class com.buschmais.jqassistant.plugin.m2repo.impl.scanner.MavenRepositoryScannerPlugin
Scans a Repository.
setContainingRepository(MavenRepositoryDescriptor) - Method in interface com.buschmais.jqassistant.plugin.m2repo.api.model.RepositoryArtifactDescriptor
 
setLastModified(long) - Method in interface com.buschmais.jqassistant.plugin.m2repo.api.model.RepositoryArtifactDescriptor
 
setLastScanDate(long) - Method in interface com.buschmais.jqassistant.plugin.m2repo.api.model.MavenRepositoryDescriptor
Set the last scan date.
setMavenCoordinates(String) - Method in interface com.buschmais.jqassistant.plugin.m2repo.api.model.RepositoryArtifactDescriptor
 
setPredecessorArtifact(RepositoryArtifactDescriptor) - Method in interface com.buschmais.jqassistant.plugin.m2repo.api.model.RepositoryArtifactDescriptor
 
setUrl(String) - Method in interface com.buschmais.jqassistant.plugin.m2repo.api.model.MavenRepositoryDescriptor
Set the repository url.

U

updateIndex() - Method in class com.buschmais.jqassistant.plugin.m2repo.impl.scanner.MavenIndex
Update the local index.
A C D E G H I M N R S U 
Skip navigation links

Copyright © 2015 buschmais GbR. All rights reserved.