Skip navigation links
A B C D E F G H I M R S T V X 

A

addUsage(String, String, boolean) - Method in class com.atlassian.roz.maven.plugin.util.DependencyInfo
 
addUsages(Map<String, List<DependencyInfo.UsageInfo>>) - Method in class com.atlassian.roz.maven.plugin.util.DependencyInfo
 

B

BasicChecksMojo - Class in com.atlassian.roz.maven.plugin
The mojo is doing some basic analysis of the project poms, finding faults and explaining what could be done better and why.
BasicChecksMojo() - Constructor for class com.atlassian.roz.maven.plugin.BasicChecksMojo
 

C

calculatePath(String, String) - Static method in class com.atlassian.roz.maven.plugin.util.FilesUtil
 
CheckUnusedDeclaredMojo - Class in com.atlassian.roz.maven.plugin
The mojo is doing the analysis of the project poms, finding unused declared dependencies in compile scope.
CheckUnusedDeclaredMojo() - Constructor for class com.atlassian.roz.maven.plugin.CheckUnusedDeclaredMojo
 
CheckUsedUndeclaredMojo - Class in com.atlassian.roz.maven.plugin
The mojo analyses projects poms, finding used undeclared dependencies.
CheckUsedUndeclaredMojo() - Constructor for class com.atlassian.roz.maven.plugin.CheckUsedUndeclaredMojo
 
CleanXmlGeneratorMojo - Class in com.atlassian.roz.maven.plugin
this is going to generate awesome fixed xml at some point =) I expect a set of files to be generated.
CleanXmlGeneratorMojo() - Constructor for class com.atlassian.roz.maven.plugin.CleanXmlGeneratorMojo
 
com.atlassian.roz.maven.plugin - package com.atlassian.roz.maven.plugin
 
com.atlassian.roz.maven.plugin.util - package com.atlassian.roz.maven.plugin.util
 
compare(Dependency, Dependency) - Method in class com.atlassian.roz.maven.plugin.util.DependenciesComparator
 
compareTo(DependencyInfo) - Method in class com.atlassian.roz.maven.plugin.util.DependencyInfo
Dependencies are considered to be the same dependency if their groupId and artifactId are the same

D

DependenciesComparator - Class in com.atlassian.roz.maven.plugin.util
Compares dependencies.
DependenciesComparator(String, boolean) - Constructor for class com.atlassian.roz.maven.plugin.util.DependenciesComparator
 
DependencyGetter - Class in com.atlassian.roz.maven.plugin.util
This class should be what you use to get any kind of dependency for analysis.
DependencyGetter() - Constructor for class com.atlassian.roz.maven.plugin.util.DependencyGetter
 
DependencyInfo - Class in com.atlassian.roz.maven.plugin.util
Auxiliary class for BasicChecksMojo
DependencyInfo(String, String) - Constructor for class com.atlassian.roz.maven.plugin.util.DependencyInfo
 
DependencyInfo.UsageInfo - Class in com.atlassian.roz.maven.plugin.util
 

E

execute() - Method in class com.atlassian.roz.maven.plugin.BasicChecksMojo
 
execute() - Method in class com.atlassian.roz.maven.plugin.CheckUnusedDeclaredMojo
 
execute() - Method in class com.atlassian.roz.maven.plugin.CheckUsedUndeclaredMojo
 
execute() - Method in class com.atlassian.roz.maven.plugin.CleanXmlGeneratorMojo
 
execute() - Method in class com.atlassian.roz.maven.plugin.HelpMojo

F

FilesUtil - Class in com.atlassian.roz.maven.plugin.util
 
FilesUtil() - Constructor for class com.atlassian.roz.maven.plugin.util.FilesUtil
 

G

generateDependenciesXml(String, List<Dependency>, boolean) - Static method in class com.atlassian.roz.maven.plugin.util.XmlGenerator
 
getArtifactId() - Method in class com.atlassian.roz.maven.plugin.util.DependencyInfo
 
getDependenciesFromArtifacts(Collection<Artifact>, List<Exclusion>) - Static method in class com.atlassian.roz.maven.plugin.util.DependencyGetter
 
getDependenciesFromDepMgmt(DependencyManagement, List<Exclusion>) - Static method in class com.atlassian.roz.maven.plugin.util.DependencyGetter
 
getDependenciesFromProject(MavenProject, List<Exclusion>) - Static method in class com.atlassian.roz.maven.plugin.util.DependencyGetter
 
getDependency() - Method in class com.atlassian.roz.maven.plugin.util.ManagedDependency
 
getGroupId() - Method in class com.atlassian.roz.maven.plugin.util.DependencyInfo
 
getName() - Method in enum com.atlassian.roz.maven.plugin.util.Scope
 
getProjectId() - Method in class com.atlassian.roz.maven.plugin.util.DependencyInfo.UsageInfo
 
getScopeByName(String) - Static method in enum com.atlassian.roz.maven.plugin.util.Scope
 
getUsages() - Method in class com.atlassian.roz.maven.plugin.util.DependencyInfo
 
getVersions() - Method in class com.atlassian.roz.maven.plugin.util.DependencyInfo
 
getVersionUsage(String) - Method in class com.atlassian.roz.maven.plugin.util.DependencyInfo
 

H

HelpMojo - Class in com.atlassian.roz.maven.plugin
Display help information on roz-maven-plugin.
Call mvn roz:help -Ddetail=true -Dgoal=<goal-name> to display parameter details.
HelpMojo() - Constructor for class com.atlassian.roz.maven.plugin.HelpMojo
 

I

isDependencyManagement() - Method in class com.atlassian.roz.maven.plugin.util.DependencyInfo.UsageInfo
 
isExclusionsChanged() - Method in class com.atlassian.roz.maven.plugin.util.ManagedDependency
 
isUsedWithDifferentVersions() - Method in class com.atlassian.roz.maven.plugin.util.DependencyInfo
 
isVersionChanged() - Method in class com.atlassian.roz.maven.plugin.util.ManagedDependency
 

M

ManagedDependency - Class in com.atlassian.roz.maven.plugin.util
Auxiliary class for BasicChecksMojo
ManagedDependency(Dependency, Dependency) - Constructor for class com.atlassian.roz.maven.plugin.util.ManagedDependency
 
merge(DependencyInfo, DependencyInfo) - Static method in class com.atlassian.roz.maven.plugin.util.DependencyInfo
 

R

reportDependenciesDefinedInPomModule(String, Path) - Static method in class com.atlassian.roz.maven.plugin.util.Reporter
 
reportDependenciesManageableByPlatform(String, List<Dependency>, Path) - Static method in class com.atlassian.roz.maven.plugin.util.Reporter
 
reportDependencyManagementNonuniqueness(String, Path) - Static method in class com.atlassian.roz.maven.plugin.util.Reporter
 
reportDependencyManagementWithoutVersion(String, List<Dependency>, Path) - Static method in class com.atlassian.roz.maven.plugin.util.Reporter
 
reportDependencyWithDifferentVersions(String, List<DependencyInfo>, Path, boolean) - Static method in class com.atlassian.roz.maven.plugin.util.Reporter
 
Reporter - Class in com.atlassian.roz.maven.plugin.util
Manages how issues are reported
Reporter() - Constructor for class com.atlassian.roz.maven.plugin.util.Reporter
 
reportExclusionsInModule(String, List<Dependency>, Path, boolean) - Static method in class com.atlassian.roz.maven.plugin.util.Reporter
 
reportScopesInModule(String, List<Dependency>, Path, boolean) - Static method in class com.atlassian.roz.maven.plugin.util.Reporter
 
reportUnmanagedInModule(String, List<Dependency>, Path, boolean) - Static method in class com.atlassian.roz.maven.plugin.util.Reporter
 
reportUnusedDeclaredDependenciesInModule(Set<Artifact>, String, Path, boolean) - Static method in class com.atlassian.roz.maven.plugin.util.Reporter
 
reportUsedUndeclaredDependenciesInModule(Set<Artifact>, String, Path, boolean) - Static method in class com.atlassian.roz.maven.plugin.util.Reporter
 
reportVersionsInModule(String, List<Dependency>, Path, boolean) - Static method in class com.atlassian.roz.maven.plugin.util.Reporter
 

S

Scope - Enum in com.atlassian.roz.maven.plugin.util
 

T

toString() - Method in class com.atlassian.roz.maven.plugin.util.DependencyInfo.UsageInfo
 

V

valueOf(String) - Static method in enum com.atlassian.roz.maven.plugin.util.Scope
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.atlassian.roz.maven.plugin.util.Scope
Returns an array containing the constants of this enum type, in the order they are declared.

X

XmlGenerator - Class in com.atlassian.roz.maven.plugin.util
 
XmlGenerator() - Constructor for class com.atlassian.roz.maven.plugin.util.XmlGenerator
 
A B C D E F G H I M R S T V X 
Skip navigation links

Copyright © 2017 Atlassian. All rights reserved.