Skip navigation links
A B C D E F G I J L M N P R S T U V W _ 

A

addArtifact(Artifact) - Method in class com.tobedevoured.naether.repo.BuildWorkspaceReader
 
addBuildArtifact(String, String, String) - Method in interface com.tobedevoured.naether.api.Naether
Add a local Build Artifact manually by String notation, path to the artifact, and path to the POM.
addBuildArtifact(String, String) - Method in interface com.tobedevoured.naether.api.Naether
Add a local Build Artifact manually by String notation and path to the artifact.
addBuildArtifact(String, String, String) - Method in class com.tobedevoured.naether.impl.NaetherImpl
 
addBuildArtifact(String, String) - Method in class com.tobedevoured.naether.impl.NaetherImpl
 
addDependencies(String) - Method in interface com.tobedevoured.naether.api.Naether
Add dependences from a Maven POM
addDependencies(String, List<String>) - Method in interface com.tobedevoured.naether.api.Naether
Add dependencies from a Maven POM, limited to a List of scopes.
addDependencies(Project) - Method in interface com.tobedevoured.naether.api.Naether
Add dependencies from a Maven POM
addDependencies(Project, List<String>) - Method in interface com.tobedevoured.naether.api.Naether
Add dependencies from a Maven POM, limited to a List of scopes.
addDependencies(String) - Method in class com.tobedevoured.naether.impl.NaetherImpl
 
addDependencies(String, List<String>) - Method in class com.tobedevoured.naether.impl.NaetherImpl
 
addDependencies(Project) - Method in class com.tobedevoured.naether.impl.NaetherImpl
 
addDependencies(Project, List<String>) - Method in class com.tobedevoured.naether.impl.NaetherImpl
 
addDependency(String) - Method in interface com.tobedevoured.naether.api.Naether
Add dependency by String notation with default compile scope groupId:artifactId:type:version
addDependency(String, String) - Method in interface com.tobedevoured.naether.api.Naether
Add dependency by String notation and Maven scope groupId:artifactId:type:version
addDependency(Dependency) - Method in interface com.tobedevoured.naether.api.Naether
Add Dependency
addDependency(Dependency) - Method in interface com.tobedevoured.naether.api.Naether
Add Dependency
addDependency(String) - Method in class com.tobedevoured.naether.impl.NaetherImpl
 
addDependency(String, String) - Method in class com.tobedevoured.naether.impl.NaetherImpl
 
addDependency(Dependency) - Method in class com.tobedevoured.naether.impl.NaetherImpl
 
addDependency(Dependency) - Method in class com.tobedevoured.naether.impl.NaetherImpl
 
addDependency(Dependency) - Method in class com.tobedevoured.naether.maven.Project
Add a Dependency
addDependency(String) - Method in class com.tobedevoured.naether.maven.Project
Add a Dependency by String notation with default scope of compile
addDependency(String, String) - Method in class com.tobedevoured.naether.maven.Project
Add a Dependency by String notation
addDependency(Dependency) - Method in class com.tobedevoured.naether.maven.Project
Add a Dependency of Dependency
addPath(String) - Method in class com.tobedevoured.naether.PathClassLoader
Add a new path to the ClassLoader, such as a Jar or directory of compiled classes.
addPath(File) - Method in class com.tobedevoured.naether.PathClassLoader
Add a new path to the ClassLoader, such as a Jar or directory of compiled classes.
addProperty(String, String) - Method in class com.tobedevoured.naether.maven.Project
 
addRemoteRepository(String, String, String) - Method in interface com.tobedevoured.naether.api.Naether
Add a RemoteRepository
addRemoteRepository(RemoteRepository) - Method in interface com.tobedevoured.naether.api.Naether
Add RemoteRepository
addRemoteRepository(String, String, String) - Method in class com.tobedevoured.naether.impl.NaetherImpl
 
addRemoteRepository(RemoteRepository) - Method in class com.tobedevoured.naether.impl.NaetherImpl
 
addRemoteRepositoryByUrl(String) - Method in interface com.tobedevoured.naether.api.Naether
Add a RemoteRepository by String url
addRemoteRepositoryByUrl(String, String, String) - Method in interface com.tobedevoured.naether.api.Naether
Add a RemoteRepository by String url with String username and password for authentication.
addRemoteRepositoryByUrl(String) - Method in class com.tobedevoured.naether.impl.NaetherImpl
 
addRemoteRepositoryByUrl(String, String, String) - Method in class com.tobedevoured.naether.impl.NaetherImpl
 
addRepository(Repository) - Method in class com.tobedevoured.naether.maven.NaetherModelResolver
 
addRepository(String) - Method in class com.tobedevoured.naether.maven.Project
Add a Repository to the Project
artifactDeployed(RepositoryEvent) - Method in class com.tobedevoured.naether.repo.LogRepositoryListener
 
artifactDeploying(RepositoryEvent) - Method in class com.tobedevoured.naether.repo.LogRepositoryListener
 
artifactDescriptorInvalid(RepositoryEvent) - Method in class com.tobedevoured.naether.repo.LogRepositoryListener
 
artifactDescriptorMissing(RepositoryEvent) - Method in class com.tobedevoured.naether.repo.LogRepositoryListener
 
artifactDownloaded(RepositoryEvent) - Method in class com.tobedevoured.naether.repo.LogRepositoryListener
 
artifactDownloading(RepositoryEvent) - Method in class com.tobedevoured.naether.repo.LogRepositoryListener
 
artifactInstalled(RepositoryEvent) - Method in class com.tobedevoured.naether.repo.LogRepositoryListener
 
artifactInstalling(RepositoryEvent) - Method in class com.tobedevoured.naether.repo.LogRepositoryListener
 
artifactResolved(RepositoryEvent) - Method in class com.tobedevoured.naether.repo.LogRepositoryListener
 
artifactResolving(RepositoryEvent) - Method in class com.tobedevoured.naether.repo.LogRepositoryListener
 

B

Bootstrap - Class in com.tobedevoured.naether
Helper for bootstrapping Naether
BuildWorkspaceReader - Class in com.tobedevoured.naether.repo
 
BuildWorkspaceReader() - Constructor for class com.tobedevoured.naether.repo.BuildWorkspaceReader
 

C

ClassLoaderException - Exception in com.tobedevoured.naether
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
ClassLoaderException(Throwable) - Constructor for exception com.tobedevoured.naether.ClassLoaderException
 
ClassLoaderException(String, Throwable) - Constructor for exception com.tobedevoured.naether.ClassLoaderException
 
clearBuildArtifacts() - Method in interface com.tobedevoured.naether.api.Naether
Clear local BuildArtifacts
clearBuildArtifacts() - Method in class com.tobedevoured.naether.impl.NaetherImpl
 
clearDependencies() - Method in interface com.tobedevoured.naether.api.Naether
Clear dependencies
clearDependencies() - Method in class com.tobedevoured.naether.impl.NaetherImpl
 
clearRemoteRepositories() - Method in interface com.tobedevoured.naether.api.Naether
Remove all RemoteRepository
clearRemoteRepositories() - Method in class com.tobedevoured.naether.impl.NaetherImpl
 
collectDependencies(CollectRequest) - Method in class com.tobedevoured.naether.repo.RepositoryClient
Collect Dependencies
com.tobedevoured.naether - package com.tobedevoured.naether
 
com.tobedevoured.naether.aether - package com.tobedevoured.naether.aether
 
com.tobedevoured.naether.api - package com.tobedevoured.naether.api
 
com.tobedevoured.naether.deploy - package com.tobedevoured.naether.deploy
 
com.tobedevoured.naether.impl - package com.tobedevoured.naether.impl
 
com.tobedevoured.naether.maven - package com.tobedevoured.naether.maven
 
com.tobedevoured.naether.repo - package com.tobedevoured.naether.repo
 
com.tobedevoured.naether.util - package com.tobedevoured.naether.util
 
Const - Class in com.tobedevoured.naether
Commonly used constants
Const() - Constructor for class com.tobedevoured.naether.Const
 
currentDependencies() - Method in interface com.tobedevoured.naether.api.Naether
Get the current dependencies.
currentDependencies() - Method in class com.tobedevoured.naether.impl.NaetherImpl
 

D

DEPENDENCIES - Static variable in class com.tobedevoured.naether.Bootstrap
Dependencies for Naether to run
dependencies() - Static method in class com.tobedevoured.naether.Bootstrap
 
DependencyException - Exception in com.tobedevoured.naether
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
DependencyException(String) - Constructor for exception com.tobedevoured.naether.DependencyException
 
DependencyException(String, Throwable) - Constructor for exception com.tobedevoured.naether.DependencyException
 
DependencyException(Throwable) - Constructor for exception com.tobedevoured.naether.DependencyException
 
deploy(DeployRequest) - Method in class com.tobedevoured.naether.repo.RepositoryClient
Deploy
deployArtifact(DeployArtifact) - Method in interface com.tobedevoured.naether.api.Naether
Deploy an Artifact
DeployArtifact - Class in com.tobedevoured.naether.deploy
Information for deploying an Artifact
DeployArtifact() - Constructor for class com.tobedevoured.naether.deploy.DeployArtifact
 
DeployArtifact(String, String, RemoteRepository) - Constructor for class com.tobedevoured.naether.deploy.DeployArtifact
 
deployArtifact(DeployArtifact) - Method in class com.tobedevoured.naether.impl.NaetherImpl
 
DeployException - Exception in com.tobedevoured.naether.deploy
 
DeployException(String) - Constructor for exception com.tobedevoured.naether.deploy.DeployException
 
DeployException(String, Throwable) - Constructor for exception com.tobedevoured.naether.deploy.DeployException
 
DeployException(Throwable) - Constructor for exception com.tobedevoured.naether.deploy.DeployException
 
deriveChildSelector(DependencyCollectionContext) - Method in class com.tobedevoured.naether.aether.ValidSystemScopeDependencySelector
 
downloadArtifacts(List) - Method in interface com.tobedevoured.naether.api.Naether
Download to the local repository a List of Artifact or String notations.
downloadArtifacts(List) - Method in class com.tobedevoured.naether.impl.NaetherImpl
 

E

Env - Class in com.tobedevoured.naether.util
 
Env() - Constructor for class com.tobedevoured.naether.util.Env
 
execStaticMethod(String, String) - Method in class com.tobedevoured.naether.PathClassLoader
Helper for executing static methods on a Class
execStaticMethod(String, String, List) - Method in class com.tobedevoured.naether.PathClassLoader
Helper for executing static methods on a Class
execStaticMethod(String, String, List, List<String>) - Method in class com.tobedevoured.naether.PathClassLoader
Helper for executing static methods on a Class
execute(String, String...) - Method in class com.tobedevoured.naether.maven.Invoker
Execute goals for a pom
execute(String, List<String>) - Method in class com.tobedevoured.naether.maven.Invoker
Execute goals for a pom

F

findArtifact(Artifact) - Method in class com.tobedevoured.naether.repo.BuildWorkspaceReader
 
findClass(String) - Method in class com.tobedevoured.naether.PathClassLoader
 
findVersions(Artifact) - Method in class com.tobedevoured.naether.repo.BuildWorkspaceReader
 

G

generate(Dependency) - Static method in class com.tobedevoured.naether.util.Notation
Convert a Dependency to String notation of groupId:artifactId:type:version or groupId:artifactId:type:classifier:version
generate(Project) - Static method in class com.tobedevoured.naether.util.Notation
Convert a Project to String notation of groupId:artifactId:type:version
generate(Dependency) - Static method in class com.tobedevoured.naether.util.Notation
Convert a Dependency to String notation of groupId:artifactId:extension:version or groupId:artifactId::type:classifier:version
generate(Map<String, String>) - Static method in class com.tobedevoured.naether.util.Notation
Convert a Map to String notation of groupId:artifactId:version or if type is present, groupId:artifactId:type:version
generate(Artifact) - Static method in class com.tobedevoured.naether.util.Notation
Convert a Artifact to String notation of groupId:artifactId::type:classifier:version
get(String) - Static method in class com.tobedevoured.naether.util.Env
 
getArtifactId() - Method in class com.tobedevoured.naether.maven.Project
 
getAuthentication() - Method in class com.tobedevoured.naether.deploy.DeployArtifact
 
getBasePath() - Method in class com.tobedevoured.naether.maven.Project
Get the base path of the Project
getBuildArtifacts() - Method in interface com.tobedevoured.naether.api.Naether
Get List of local artifacts that are used in dependency resolution.
getBuildArtifacts() - Method in class com.tobedevoured.naether.impl.NaetherImpl
 
getDependencies() - Method in interface com.tobedevoured.naether.api.Naether
List of Dependency
getDependencies() - Method in class com.tobedevoured.naether.impl.NaetherImpl
 
getDependencies() - Method in class com.tobedevoured.naether.maven.Project
Get List of Dependency for the Maven Project for scopes compile and runtime
getDependencies(List<String>) - Method in class com.tobedevoured.naether.maven.Project
Get List of Dependency for the Maven Project for specific scopes
getDependenciesGraph() - Method in interface com.tobedevoured.naether.api.Naether
Graph of Dependencies with their transitive Dependencies as children.
getDependenciesGraph() - Method in class com.tobedevoured.naether.impl.NaetherImpl
 
getDependenciesNotation() - Method in interface com.tobedevoured.naether.api.Naether
List of Dependency converted to String notation
getDependenciesNotation() - Method in class com.tobedevoured.naether.impl.NaetherImpl
 
getDependenciesNotation() - Method in class com.tobedevoured.naether.maven.Project
Return List of dependencies in the format of groupId:artifactId:packageType:version
getDependenciesNotation(List<String>) - Method in class com.tobedevoured.naether.maven.Project
Get List of dependencies in format of groupId:artifactId:packageType:version
getDependenciesPath() - Method in interface com.tobedevoured.naether.api.Naether
Map of String notation and the corresponding String file path
getDependenciesPath() - Method in class com.tobedevoured.naether.impl.NaetherImpl
 
getFilePath() - Method in class com.tobedevoured.naether.deploy.DeployArtifact
 
getFinalName() - Method in class com.tobedevoured.naether.maven.Project
Get the final name of the build artifact for this project
getGroupId() - Method in class com.tobedevoured.naether.maven.Project
 
getJarArtifact() - Method in class com.tobedevoured.naether.deploy.DeployArtifact
 
getLoadedPaths() - Method in class com.tobedevoured.naether.PathClassLoader
Get paths loaded by ClassLoader
getLocalPaths(String, List<String>) - Static method in class com.tobedevoured.naether.util.Notation
Get local paths for notations
getLocalRepoPath() - Method in interface com.tobedevoured.naether.api.Naether
Get local repository path.
getLocalRepoPath() - Method in class com.tobedevoured.naether.impl.NaetherImpl
 
getMavenHome() - Static method in class com.tobedevoured.naether.util.Env
 
getMavenModel() - Method in class com.tobedevoured.naether.maven.Project
Get the Maven Model
getNotation() - Method in class com.tobedevoured.naether.deploy.DeployArtifact
 
getPomArtifact() - Method in class com.tobedevoured.naether.deploy.DeployArtifact
 
getPomFile() - Method in class com.tobedevoured.naether.maven.Project
Get Pom File
getPomPath() - Method in class com.tobedevoured.naether.deploy.DeployArtifact
 
getProjectNotation() - Method in class com.tobedevoured.naether.maven.Project
Get the String notation for the Maven Project
getRemoteRepo() - Method in class com.tobedevoured.naether.deploy.DeployArtifact
 
getRemoteRepositories() - Method in interface com.tobedevoured.naether.api.Naether
Get Set of RemoteRepository
getRemoteRepositories() - Method in class com.tobedevoured.naether.impl.NaetherImpl
 
getRemoteRepositoryUrls() - Method in interface com.tobedevoured.naether.api.Naether
Get List of String urls
getRemoteRepositoryUrls() - Method in class com.tobedevoured.naether.impl.NaetherImpl
 
getRepositories() - Method in class com.tobedevoured.naether.maven.Project
Get Repositories
getRepository() - Method in class com.tobedevoured.naether.repo.BuildWorkspaceReader
 
getRepositorySystem() - Method in class com.tobedevoured.naether.repo.RepositoryClient
 
getRepositoryUrls() - Method in class com.tobedevoured.naether.maven.Project
Get List of Repositories as String url
getResolvedClassPath() - Method in interface com.tobedevoured.naether.api.Naether
Classpath from resolved artifacts
getResolvedClassPath() - Method in class com.tobedevoured.naether.impl.NaetherImpl
 
getSystemSession() - Method in class com.tobedevoured.naether.repo.RepositoryClient
 
getType() - Method in class com.tobedevoured.naether.maven.Project
 
getVersion() - Method in class com.tobedevoured.naether.maven.Project
Get version of the Project.

I

install(String, String, String) - Method in interface com.tobedevoured.naether.api.Naether
Install Artifact to local repo.
install(String, String, String) - Method in class com.tobedevoured.naether.impl.NaetherImpl
 
install(InstallRequest) - Method in class com.tobedevoured.naether.repo.RepositoryClient
Install
InstallException - Exception in com.tobedevoured.naether.deploy
 
InstallException(String) - Constructor for exception com.tobedevoured.naether.deploy.InstallException
 
InstallException(String, Throwable) - Constructor for exception com.tobedevoured.naether.deploy.InstallException
 
InstallException(Throwable) - Constructor for exception com.tobedevoured.naether.deploy.InstallException
 
Invoker - Class in com.tobedevoured.naether.maven
Invoke Maven goals
Invoker(String, String) - Constructor for class com.tobedevoured.naether.maven.Invoker
Construct Invoker

J

JAR - Static variable in class com.tobedevoured.naether.Const
 

L

loadPOM(String, String) - Static method in class com.tobedevoured.naether.maven.Project
Load Maven pom
LogRepositoryListener - Class in com.tobedevoured.naether.repo
Based on Sonatype's https://github.com/sonatype/sonatype-aether/blob/master/aether-demo/src/main/java/demo/util/ConsoleRepositoryListener.java
LogRepositoryListener() - Constructor for class com.tobedevoured.naether.repo.LogRepositoryListener
 
LogTransferListener - Class in com.tobedevoured.naether.repo
Base on https://github.com/sonatype/sonatype-aether/blob/master/aether-demo/src/main/java/demo/util/ConsoleTransferListener.java
LogTransferListener() - Constructor for class com.tobedevoured.naether.repo.LogTransferListener
 
LogUtil - Class in com.tobedevoured.naether
 
LogUtil() - Constructor for class com.tobedevoured.naether.LogUtil
 
lookup(String) - Method in class com.tobedevoured.naether.repo.ManualWagonProvider
 

M

ManualWagonProvider - Class in com.tobedevoured.naether.repo
A simplistic provider for wagon instances when no Plexus-compatible IoC container is used.
ManualWagonProvider() - Constructor for class com.tobedevoured.naether.repo.ManualWagonProvider
 
metadataDeployed(RepositoryEvent) - Method in class com.tobedevoured.naether.repo.LogRepositoryListener
 
metadataDeploying(RepositoryEvent) - Method in class com.tobedevoured.naether.repo.LogRepositoryListener
 
metadataInstalled(RepositoryEvent) - Method in class com.tobedevoured.naether.repo.LogRepositoryListener
 
metadataInstalling(RepositoryEvent) - Method in class com.tobedevoured.naether.repo.LogRepositoryListener
 
metadataInvalid(RepositoryEvent) - Method in class com.tobedevoured.naether.repo.LogRepositoryListener
 
metadataResolved(RepositoryEvent) - Method in class com.tobedevoured.naether.repo.LogRepositoryListener
 
metadataResolving(RepositoryEvent) - Method in class com.tobedevoured.naether.repo.LogRepositoryListener
 

N

Naether - Interface in com.tobedevoured.naether.api
 
NaetherException - Exception in com.tobedevoured.naether
 
NaetherException(String) - Constructor for exception com.tobedevoured.naether.NaetherException
 
NaetherException(String, Throwable) - Constructor for exception com.tobedevoured.naether.NaetherException
 
NaetherException(Throwable) - Constructor for exception com.tobedevoured.naether.NaetherException
 
NaetherImpl - Class in com.tobedevoured.naether.impl
Dependency Resolver using Maven's Aether
NaetherImpl() - Constructor for class com.tobedevoured.naether.impl.NaetherImpl
Create new instance.
NaetherModelResolver - Class in com.tobedevoured.naether.maven
 
NaetherModelResolver(RepositoryClient, List<RemoteRepository>) - Constructor for class com.tobedevoured.naether.maven.NaetherModelResolver
 
NaetherModelResolver(NaetherModelResolver) - Constructor for class com.tobedevoured.naether.maven.NaetherModelResolver
 
newCopy() - Method in class com.tobedevoured.naether.maven.NaetherModelResolver
 
newInstance(String) - Method in class com.tobedevoured.naether.PathClassLoader
Create new instance of Object using the ClassLoader
newInstance(String, Object...) - Method in class com.tobedevoured.naether.PathClassLoader
Create new instance of Object with constructor parameters using the ClassLoader
newInstance(String, Object[], String[]) - Method in class com.tobedevoured.naether.PathClassLoader
Create new instance of Object with constructor parameters using the ClassLoader
newRepositorySystem() - Method in class com.tobedevoured.naether.repo.RepositoryClient
Create new RepositorySystem
Notation - Class in com.tobedevoured.naether.util
Helper for converting the dependency notations: groupId:artifactId:version, groupId:artifactId:type:version, groupId:artifactId:type:classifier:version

P

parse(String) - Static method in class com.tobedevoured.naether.util.Notation
Parsing the notation and returns a Map with keys groupId artifactId type - may be null if not in the notation param version
PathClassLoader - Class in com.tobedevoured.naether
ClassLoader that allows paths to be added at runtime.
PathClassLoader() - Constructor for class com.tobedevoured.naether.PathClassLoader
Create new instance using default parent ClassLoader
PathClassLoader(ClassLoader) - Constructor for class com.tobedevoured.naether.PathClassLoader
Create new instance for parent classLoader
POM - Static variable in class com.tobedevoured.naether.Const
 
Project - Class in com.tobedevoured.naether.maven
Maven Project Model
Project() - Constructor for class com.tobedevoured.naether.maven.Project
New Instance.
Project(String) - Constructor for class com.tobedevoured.naether.maven.Project
New Instance loading Maven pom.
ProjectException - Exception in com.tobedevoured.naether.maven
 
ProjectException(String) - Constructor for exception com.tobedevoured.naether.maven.ProjectException
 
ProjectException(String, Throwable) - Constructor for exception com.tobedevoured.naether.maven.ProjectException
 
ProjectException(Throwable) - Constructor for exception com.tobedevoured.naether.maven.ProjectException
 

R

release(Wagon) - Method in class com.tobedevoured.naether.repo.ManualWagonProvider
 
remoteRepositoryFromUrl(String) - Static method in class com.tobedevoured.naether.util.RepoBuilder
Create a RemoteRepository from a String url
removeProperty(String) - Method in class com.tobedevoured.naether.maven.Project
 
RepoBuilder - Class in com.tobedevoured.naether.util
Helper for creating repository objects
RepositoryClient - Class in com.tobedevoured.naether.repo
Repository Client, manages the RepositorySystem and the MavenRepositorySystemSession.
RepositoryClient(String) - Constructor for class com.tobedevoured.naether.repo.RepositoryClient
 
repositoryFromUrl(String) - Static method in class com.tobedevoured.naether.util.RepoBuilder
Create a Repository from a String url
resolveArtifact(ArtifactRequest) - Method in class com.tobedevoured.naether.repo.RepositoryClient
Resolve Artifact
resolveDependencies() - Method in interface com.tobedevoured.naether.api.Naether
Resolve dependencies and download artifacts
resolveDependencies(boolean) - Method in interface com.tobedevoured.naether.api.Naether
Resolve Dependencies
resolveDependencies(boolean, Map<String, String>) - Method in interface com.tobedevoured.naether.api.Naether
Resolve Dependencies
resolveDependencies() - Method in class com.tobedevoured.naether.impl.NaetherImpl
 
resolveDependencies(boolean) - Method in class com.tobedevoured.naether.impl.NaetherImpl
 
resolveDependencies(boolean, Map<String, String>) - Method in class com.tobedevoured.naether.impl.NaetherImpl
 
resolveDependencies(DependencyRequest) - Method in class com.tobedevoured.naether.repo.RepositoryClient
Resolve Dependencies
ResolveException - Exception in com.tobedevoured.naether
 
ResolveException(String) - Constructor for exception com.tobedevoured.naether.ResolveException
 
ResolveException(String, Throwable) - Constructor for exception com.tobedevoured.naether.ResolveException
 
ResolveException(Throwable) - Constructor for exception com.tobedevoured.naether.ResolveException
 
resolveModel(String, String, String) - Method in class com.tobedevoured.naether.maven.NaetherModelResolver
 

S

selectDependency(Dependency) - Method in class com.tobedevoured.naether.aether.ValidSystemScopeDependencySelector
 
setArtifactId(String) - Method in class com.tobedevoured.naether.maven.Project
 
setAuth(String, String) - Method in class com.tobedevoured.naether.deploy.DeployArtifact
 
setAuth(String, String, String, String) - Method in class com.tobedevoured.naether.deploy.DeployArtifact
 
setBasePath(File) - Method in class com.tobedevoured.naether.maven.Project
Set the BasePath for the POM.
setBuildArtifacts(List<Artifact>) - Method in interface com.tobedevoured.naether.api.Naether
Set List for local artifacts that are used in dependency resolution.
setBuildArtifacts(List<Artifact>) - Method in class com.tobedevoured.naether.impl.NaetherImpl
 
setBuildWorkspaceReader(List<Artifact>) - Method in class com.tobedevoured.naether.repo.RepositoryClient
setDefaultLogLevel(String) - Static method in class com.tobedevoured.naether.LogUtil
 
setDependencies(Set<Dependency>) - Method in interface com.tobedevoured.naether.api.Naether
Set the List of Dependency
setDependencies(Set<Dependency>) - Method in class com.tobedevoured.naether.impl.NaetherImpl
 
setDependencies(Collection<Dependency>) - Method in class com.tobedevoured.naether.maven.Project
Set Dependencies
setFilePath(String) - Method in class com.tobedevoured.naether.deploy.DeployArtifact
 
setGroupId(String) - Method in class com.tobedevoured.naether.maven.Project
 
setLocalRepoPath(String) - Method in interface com.tobedevoured.naether.api.Naether
Set local repository path.
setLocalRepoPath(String) - Method in class com.tobedevoured.naether.impl.NaetherImpl
 
setMavenModel(Model) - Method in class com.tobedevoured.naether.maven.Project
Set the Maven Model
setNotation(String) - Method in class com.tobedevoured.naether.deploy.DeployArtifact
 
setPomPath(String) - Method in class com.tobedevoured.naether.deploy.DeployArtifact
 
setProjectNotation(String) - Method in class com.tobedevoured.naether.maven.Project
Set Maven Project from String notation
setProperties(Map<String, String>) - Method in class com.tobedevoured.naether.repo.RepositoryClient
Set User Properties for a MavenRepositorySystemSession
setRemoteRepo(String) - Method in class com.tobedevoured.naether.deploy.DeployArtifact
 
setRemoteRepo(RemoteRepository) - Method in class com.tobedevoured.naether.deploy.DeployArtifact
 
setRemoteRepositories(Set<RemoteRepository>) - Method in interface com.tobedevoured.naether.api.Naether
Set List of RemoteRepository
setRemoteRepositories(Set<RemoteRepository>) - Method in class com.tobedevoured.naether.impl.NaetherImpl
 
setRepositories(List<String>) - Method in class com.tobedevoured.naether.maven.Project
Set Repositories
setType(String) - Method in class com.tobedevoured.naether.maven.Project
 
setVersion(String) - Method in class com.tobedevoured.naether.maven.Project
Set the Version of the Project

T

TEST - Static variable in class com.tobedevoured.naether.Const
 
TEST_JAR - Static variable in class com.tobedevoured.naether.Const
 
toKB(long) - Method in class com.tobedevoured.naether.repo.LogTransferListener
 
toXml() - Method in class com.tobedevoured.naether.maven.Project
Convert Project to POM XML
transferCorrupted(TransferEvent) - Method in class com.tobedevoured.naether.repo.LogTransferListener
 
transferFailed(TransferEvent) - Method in class com.tobedevoured.naether.repo.LogTransferListener
 
transferInitiated(TransferEvent) - Method in class com.tobedevoured.naether.repo.LogTransferListener
 
transferProgressed(TransferEvent) - Method in class com.tobedevoured.naether.repo.LogTransferListener
 
transferSucceeded(TransferEvent) - Method in class com.tobedevoured.naether.repo.LogTransferListener
 

U

URLException - Exception in com.tobedevoured.naether
 
URLException(String) - Constructor for exception com.tobedevoured.naether.URLException
 
URLException(String, Throwable) - Constructor for exception com.tobedevoured.naether.URLException
 
URLException(Throwable) - Constructor for exception com.tobedevoured.naether.URLException
 

V

ValidSystemScopeDependencySelector - Class in com.tobedevoured.naether.aether
DependencySelector that checks the existence of system scoped dependency's systemPath.
ValidSystemScopeDependencySelector() - Constructor for class com.tobedevoured.naether.aether.ValidSystemScopeDependencySelector
 

W

writePom(String) - Method in class com.tobedevoured.naether.maven.Project
Write pom to path
writePom(File) - Method in class com.tobedevoured.naether.maven.Project
Write pom to File

_

_FROM_ - Static variable in class com.tobedevoured.naether.Const
 
_TO_ - Static variable in class com.tobedevoured.naether.Const
 
A B C D E F G I J L M N P R S T U V W _ 
Skip navigation links

Copyright © 2015. All rights reserved.