A B C D E F G H I L M N O P R S T U V W X

A

ACTION_APPLY_RULES - Static variable in class de.matthias_burbach.deputy.swing.DeputyFrame
The 'apply rules on currently opened Maven file' action.
ACTION_DERIVE_ENFORCEMENTS_FROM_PROJECT - Static variable in class de.matthias_burbach.deputy.swing.DeputyFrame
The 'derive enforcement rules from project dependencies' action.
ACTION_EDIT_REPOSITORY_CONFIGS - Static variable in class de.matthias_burbach.deputy.swing.DeputyFrame
The 'edit repository configs' action.
ACTION_EXIT - Static variable in class de.matthias_burbach.deputy.swing.DeputyFrame
The 'exit application' action.
ACTION_EXPORT - Static variable in class de.matthias_burbach.deputy.swing.DeputyFrame
The 'export currently opened Maven file as dependency graph' action.
ACTION_HOMEPAGE - Static variable in class de.matthias_burbach.deputy.swing.DeputyFrame
The 'Homepage' action.
ACTION_NEW - Static variable in class de.matthias_burbach.deputy.swing.DeputyFrame
The 'new Maven file' action.
ACTION_OPEN - Static variable in class de.matthias_burbach.deputy.swing.DeputyFrame
The 'open Maven file' action.
ACTION_REFRESH_REPOSITORY_BROWSER - Static variable in class de.matthias_burbach.deputy.swing.DeputyFrame
The 'refresh repository browser' action.
ACTION_RELEASE_NOTES - Static variable in class de.matthias_burbach.deputy.swing.DeputyFrame
The 'Release Notes' action.
ACTION_REMOVE_DERIVED_RULES - Static variable in class de.matthias_burbach.deputy.swing.DeputyFrame
The 'remove all derived rules' action.
ACTION_REMOVE_SELECTED_RULES - Static variable in class de.matthias_burbach.deputy.swing.DeputyFrame
The 'remove all currently selected rules' action.
ACTION_REMOVE_SNAPSHOT_ENFORCEMENTS - Static variable in class de.matthias_burbach.deputy.swing.DeputyFrame
The 'remove all SNAPSHOT enforcement rules' action.
ACTION_SAVE - Static variable in class de.matthias_burbach.deputy.swing.DeputyFrame
The 'save currently opened Maven file' action.
ACTION_SAVE_AS - Static variable in class de.matthias_burbach.deputy.swing.DeputyFrame
The 'save currently opened Maven file as...' action.
ACTION_SHOW_ABOUT - Static variable in class de.matthias_burbach.deputy.swing.DeputyFrame
The 'show about dialog' action.
ACTION_SORT_SNAPSHOTS_TOPOLOGICALLY - Static variable in class de.matthias_burbach.deputy.swing.DeputyFrame
The 'sort snapshots topologically' action.
ACTION_TOGGLE_VIRTUAL_REPOSITORY - Static variable in class de.matthias_burbach.deputy.swing.DeputyFrame
The 'sort snapshots topologically' action.
AbstractDependencyGraphGenerator - class de.matthias_burbach.deputy.core.AbstractDependencyGraphGenerator.
Is the abstract base class for the two dependency graph generators.
AbstractDependencyGraphGenerator() - Constructor for class de.matthias_burbach.deputy.core.AbstractDependencyGraphGenerator
 
ArtifactScanner - class de.matthias_burbach.deputy.core.repository.ArtifactScanner.
Scans a given path and group id for all POMs of this group and returns all artifact ids of that group available there.
ArtifactScanner() - Constructor for class de.matthias_burbach.deputy.core.repository.ArtifactScanner
 
activate() - Method in class de.matthias_burbach.deputy.swing.ReplacementChooserDialog
Activates and displays this dialog.
add(Rule) - Method in class de.matthias_burbach.deputy.core.rule.RuleSet
Adds a rule to this rule set.
add(RuleSet) - Method in class de.matthias_burbach.deputy.core.rule.RuleSet
Adds all rules of the rule set to this rule set.
add(String) - Method in class de.matthias_burbach.deputy.swing.DeputyLogPanel
Adds a line of text to the JTextPane using the default SimpleAttributSet.
add(String, SimpleAttributeSet) - Method in class de.matthias_burbach.deputy.swing.DeputyLogPanel
Adds a string to the JTextPane using the given SimpleAttributSet.
addChangeListener(DeputyChangeListener) - Method in class de.matthias_burbach.deputy.core.Deputy
Adds a listener to be notified on changes in the current project.
addChangeListener(ProjectChangeListener) - Method in class de.matthias_burbach.deputy.core.project.Project
Adds a change listener to this project which will be notified when this project changed in defined ways.
addChangeListener(RuleSetChangeListener) - Method in class de.matthias_burbach.deputy.core.rule.RuleSet
 
addDependency(Project) - Method in class de.matthias_burbach.deputy.core.project.Project
Adds a direct dependency to this project and notifies change listeners.
addDependencyPropertyList(String, List) - Method in class de.matthias_burbach.deputy.core.project.Project
Adds a list of properties for the artifact id to this project.
addDeprecatedDependency(Project) - Method in class de.matthias_burbach.deputy.core.project.Project
Adds a dependency stated literally in this project's project.xml but which was overruled by some other version of the same artifact.
addIndirectDependency(Project) - Method in class de.matthias_burbach.deputy.core.project.Project
Adds an indirect dependency to this project.
addLine(String) - Method in class de.matthias_burbach.deputy.swing.DeputyLogPanel
Adds a line of text to the JTextPane using the default SimpleAttributSet.
addLine(String, SimpleAttributeSet) - Method in class de.matthias_burbach.deputy.swing.DeputyLogPanel
Adds a line of text to the JTextPane using the given SimpleAttributSet.
addedDependency(Project, int) - Method in class de.matthias_burbach.deputy.core.Deputy
Is fired when a dependency has been added to the project.
addedDependency(Project, int) - Method in interface de.matthias_burbach.deputy.core.project.ProjectChangeListener
Is fired when a dependency has been added to the project.
addedDependency(Project, int) - Method in class de.matthias_burbach.deputy.swing.DependenciesTreeNode
Is fired when a dependency has been added to the project.
addedDependency(Project, int) - Method in class de.matthias_burbach.deputy.swing.IndirectDependenciesTreeNode
Is fired when a dependency has been added to the project.
addedRule(Rule, int) - Method in class de.matthias_burbach.deputy.core.Deputy
Is fired when a rule has been added to the rule set.
addedRule(Rule, int) - Method in interface de.matthias_burbach.deputy.core.rule.RuleSetChangeListener
Is fired when a rule has been added to the rule set.
addedRule(Rule, int) - Method in class de.matthias_burbach.deputy.swing.RuleSetTreeNode
Is fired when a rule has been added to the rule set.
applyRulesToProject() - Method in class de.matthias_burbach.deputy.core.Deputy
Loads the currently set project file into Deputy and applies rules on the fly.
applyRulesToProject(String, Project, boolean) - Method in class de.matthias_burbach.deputy.core.ProjectRecursor
 

B

BaseMutableTreeNode - class de.matthias_burbach.deputy.swing.BaseMutableTreeNode.
Is a base class for tree nodes which need to initialize child nodes explicitly and lazily.
BaseMutableTreeNode() - Constructor for class de.matthias_burbach.deputy.swing.BaseMutableTreeNode
 
BrowserLauncher - class de.matthias_burbach.deputy.core.util.BrowserLauncher.
 

C

CHANGE_ACTION_APPLY_RULES - Static variable in class de.matthias_burbach.deputy.core.Deputy
Flags that the last change action was 'Apply Rules'.
CHANGE_ACTION_CHANGE_DEPENDENCIES - Static variable in class de.matthias_burbach.deputy.core.Deputy
Flags that the last change action was 'Add Dependency' or 'Remove Dependency'.
CHANGE_ACTION_CHANGE_RULES - Static variable in class de.matthias_burbach.deputy.core.Deputy
Flags that the last change action was 'Change Default Rule', 'Add Enforcement Rule', 'Add Deprecation Rule', 'Add Replacement Rule' or 'Remove Rule'.
CHANGE_ACTION_UNKNOWN - Static variable in class de.matthias_burbach.deputy.core.Deputy
Flags that the last change action is unknown.
CommandLine - class de.matthias_burbach.deputy.core.util.CommandLine.
 
CommandLine() - Constructor for class de.matthias_burbach.deputy.core.util.CommandLine
 
ConflictTreeNode - class de.matthias_burbach.deputy.swing.ConflictTreeNode.
Displays one of the version conflicts of a project as a group of projects where all have the same group id and the same artifact id but different versions.
ConflictTreeNode(ProjectConflictGroup, DefaultTreeModel) - Constructor for class de.matthias_burbach.deputy.swing.ConflictTreeNode
Constructs a node.
ConflictsTreeNode - class de.matthias_burbach.deputy.swing.ConflictsTreeNode.
Displays all version conflicts as sub nodes.
ConflictsTreeNode(Project, DefaultTreeModel) - Constructor for class de.matthias_burbach.deputy.swing.ConflictsTreeNode
Constructs a node.
changedDefaultRule() - Method in class de.matthias_burbach.deputy.core.Deputy
Is fired when the default rule has been changed.
changedDefaultRule() - Method in interface de.matthias_burbach.deputy.core.rule.RuleSetChangeListener
Is fired when the default rule has been changed.
changedDefaultRule() - Method in class de.matthias_burbach.deputy.swing.RuleSetTreeNode
Is fired when the default rule has been changed.
childrenAreInitialized() - Method in class de.matthias_burbach.deputy.swing.BaseMutableTreeNode
 
clear() - Method in class de.matthias_burbach.deputy.swing.DeputyLogPanel
Clears the contents of this log panel.
clearCache() - Static method in class de.matthias_burbach.deputy.core.repository.ArtifactScanner
Clears the internal cache of already scanned artifacts.
clearCache() - Method in class de.matthias_burbach.deputy.core.repository.PomLoader
Clears the internal cache of already loaded POM documents.
clearCache() - Static method in class de.matthias_burbach.deputy.core.repository.VersionScanner
Clears the internal cache of already scanned directories.
compare(Object, Object) - Method in class de.matthias_burbach.deputy.core.project.ProjectComparator
compare(Object, Object) - Method in class de.matthias_burbach.deputy.core.project.VersionComparator

Note: o1 and o2 must both be instances of String.

copy(String, String) - Static method in class de.matthias_burbach.deputy.core.util.FileUtils
Performs a file copy.
createAndSaveUpdatedDocument(Project, String, String) - Method in class de.matthias_burbach.deputy.core.ProjectGenerator
Generates a new XML document for a Maven project from its current XML file and the changes made in the application.
createImageIcon(String, String) - Static method in class de.matthias_burbach.deputy.swing.SwingHelper
 
createUpdatedDocument(Project, String) - Method in class de.matthias_burbach.deputy.core.ProjectGenerator
Generates a new XML document for a Maven project from its current XML file and the changes made in the application.

D

DEFAULT_RULE_LATEST_RELEASE - Static variable in class de.matthias_burbach.deputy.core.rule.RuleSet
The default rule 'LATEST RELEASE'.
DEFAULT_RULE_LATEST_RELEASE_NO_SCAN - Static variable in class de.matthias_burbach.deputy.core.rule.RuleSet
The default rule 'LATEST RELEASE (no scan)'.
DEFAULT_RULE_PRESENT_RELEASE - Static variable in class de.matthias_burbach.deputy.core.rule.RuleSet
The default rule 'PRESENT RELEASE'.
DEFAULT_RULE_SNAPSHOT - Static variable in class de.matthias_burbach.deputy.core.rule.RuleSet
The default rule 'SNAPSHOT'.
DependenciesTreeNode - class de.matthias_burbach.deputy.swing.DependenciesTreeNode.
Is a dependencies node in the project tree.
DependenciesTreeNode(Project, DefaultTreeModel) - Constructor for class de.matthias_burbach.deputy.swing.DependenciesTreeNode
 
DependencyGraphMLGenerator - class de.matthias_burbach.deputy.core.DependencyGraphMLGenerator.
Exports the dependency graph of the project being loaded into Deputy in the GraphML format that can be imported into the yEd Graph Editor which is available for free from http://www.yworks.com.
DependencyGraphMLGenerator() - Constructor for class de.matthias_burbach.deputy.core.DependencyGraphMLGenerator
 
DependencyGraphXmlGenerator - class de.matthias_burbach.deputy.core.DependencyGraphXmlGenerator.
Exports the dependency graph of the project being loaded into Deputy in an XML format that can be imported into Rational Rose using the add-in Roco which is packaged with the Deputy distribution.
DependencyGraphXmlGenerator() - Constructor for class de.matthias_burbach.deputy.core.DependencyGraphXmlGenerator
 
DeprecationRule - class de.matthias_burbach.deputy.core.rule.DeprecationRule.
 
DeprecationRule() - Constructor for class de.matthias_burbach.deputy.core.rule.DeprecationRule
 
DeprecationRuleTreeNode - class de.matthias_burbach.deputy.swing.DeprecationRuleTreeNode.
Displays a deprecation rule.
DeprecationRuleTreeNode(DeprecationRule) - Constructor for class de.matthias_burbach.deputy.swing.DeprecationRuleTreeNode
 
Deputy - class de.matthias_burbach.deputy.core.Deputy.
Is the main class of the core application.
Deputy(Log) - Constructor for class de.matthias_burbach.deputy.core.Deputy
Constructs and starts the application.
DeputyChangeListener - interface de.matthias_burbach.deputy.core.DeputyChangeListener.
Is notified when the currently opened project has changed state.
DeputyFrame - class de.matthias_burbach.deputy.swing.DeputyFrame.
Is the main GUI class of Deputy.
DeputyFrame(Deputy) - Constructor for class de.matthias_burbach.deputy.swing.DeputyFrame
Constructs the frame.
DeputyLogPanel - class de.matthias_burbach.deputy.swing.DeputyLogPanel.
Displays log messages to the user.
DeputyLogPanel() - Constructor for class de.matthias_burbach.deputy.swing.DeputyLogPanel
Constructs and initializes the log panel.
DeputyMenuBar - class de.matthias_burbach.deputy.swing.DeputyMenuBar.
Is the Deputy menu bar.
DeputyMenuBar(DeputyFrame) - Constructor for class de.matthias_burbach.deputy.swing.DeputyMenuBar
Constructs the depuyt menu bar.
DeputyTree - class de.matthias_burbach.deputy.swing.DeputyTree.
Is used as the project tree, the repositories tree, and the second repositories tree that pops up in a modal dialog to choose the replacement project for a replacement rule.
DeputyTree(Deputy, DeputyFrame, TreeModel, ReplacementChooserDialog) - Constructor for class de.matthias_burbach.deputy.swing.DeputyTree
 
DeputyTreeCellRenderer - class de.matthias_burbach.deputy.swing.DeputyTreeCellRenderer.
The tree cell renderer responsible for displaying tree node specific icons in both the project and the repositories tree.
DeputyTreeCellRenderer(Deputy) - Constructor for class de.matthias_burbach.deputy.swing.DeputyTreeCellRenderer
 
de.matthias_burbach.deputy.core - package de.matthias_burbach.deputy.core
 
de.matthias_burbach.deputy.core.project - package de.matthias_burbach.deputy.core.project
 
de.matthias_burbach.deputy.core.repository - package de.matthias_burbach.deputy.core.repository
 
de.matthias_burbach.deputy.core.rule - package de.matthias_burbach.deputy.core.rule
 
de.matthias_burbach.deputy.core.util - package de.matthias_burbach.deputy.core.util
 
de.matthias_burbach.deputy.swing - package de.matthias_burbach.deputy.swing
 
deactivate() - Method in class de.matthias_burbach.deputy.swing.ReplacementChooserDialog
Deactivates and hides this dialog.
delete(String) - Static method in class de.matthias_burbach.deputy.core.util.FileUtils
 
deriveEnforcementsFromProject(String) - Method in class de.matthias_burbach.deputy.core.Deputy
Adds an enforcement rule for each dependency in the given project.

E

EnforcementRule - class de.matthias_burbach.deputy.core.rule.EnforcementRule.
 
EnforcementRule() - Constructor for class de.matthias_burbach.deputy.core.rule.EnforcementRule
 
EnforcementRuleTreeNode - class de.matthias_burbach.deputy.swing.EnforcementRuleTreeNode.
 
EnforcementRuleTreeNode(EnforcementRule) - Constructor for class de.matthias_burbach.deputy.swing.EnforcementRuleTreeNode
 
EnumerationAdapter - class de.matthias_burbach.deputy.core.util.EnumerationAdapter.
Transforms a Iterator to a Enumeration.
EnumerationAdapter(Iterator) - Constructor for class de.matthias_burbach.deputy.core.util.EnumerationAdapter
 
equals(Object) - Method in class de.matthias_burbach.deputy.core.project.ProjectQualifierImpl
Note: Does not use the group id but only the artifact id and the version to decide equality.
execute(String) - Method in class de.matthias_burbach.deputy.core.util.CommandLine
Executes the command on the command line.
existsInRepositories(String, String, String) - Method in class de.matthias_burbach.deputy.swing.DeputyFrame
 
exitApplication() - Method in class de.matthias_burbach.deputy.core.Deputy
Cleans up the application on exit.
exportDependencyGraph(int) - Method in class de.matthias_burbach.deputy.core.Deputy
Exports the currently loaded project as a dependency graph XML that can be imported into Rational Rose or yEd for diagramming purposes.

F

FORMAT_DEPUTYXML - Static variable in class de.matthias_burbach.deputy.core.Deputy
The export format 'Deputy XML'.
FORMAT_GRAPHML - Static variable in class de.matthias_burbach.deputy.core.Deputy
The export format 'GraphML'.
FileUtils - class de.matthias_burbach.deputy.core.util.FileUtils.
 
fillNodeMap(Project, Map) - Method in class de.matthias_burbach.deputy.core.AbstractDependencyGraphGenerator
Adds all projects that can be reached from project to the map if they are not already contained in the map.
findInRepositories(String, String, String) - Method in class de.matthias_burbach.deputy.swing.DeputyFrame
Finds the artifact in one of the repositories and expands the repository path to it accordingly.
findVersionNode(String, String, String) - Method in class de.matthias_burbach.deputy.core.repository.Repository
 

G

generateDependencyElements(Project, Document) - Method in class de.matthias_burbach.deputy.core.AbstractDependencyGraphGenerator
 
generateDependencyElements(Project, Document) - Method in class de.matthias_burbach.deputy.core.DependencyGraphMLGenerator
generateDependencyElements(Project, Document) - Method in class de.matthias_burbach.deputy.core.DependencyGraphXmlGenerator
generateDependencyGraph(Project, String) - Method in class de.matthias_burbach.deputy.core.AbstractDependencyGraphGenerator
 
generateProjectElements(Project, Document) - Method in class de.matthias_burbach.deputy.core.AbstractDependencyGraphGenerator
 
generateProjectElements(Project, Document) - Method in class de.matthias_burbach.deputy.core.DependencyGraphMLGenerator
generateProjectElements(Project, Document) - Method in class de.matthias_burbach.deputy.core.DependencyGraphXmlGenerator
getAction(String) - Method in class de.matthias_burbach.deputy.swing.DeputyFrame
 
getAllArtifactIds(String) - Method in class de.matthias_burbach.deputy.core.repository.ArtifactScanner
Scans a given group directory for all artifact ids of the group.
getAllDependencies() - Method in class de.matthias_burbach.deputy.core.project.Project
 
getAllRules() - Method in class de.matthias_burbach.deputy.core.rule.RuleSet
 
getAllVersions(String, String) - Method in class de.matthias_burbach.deputy.core.repository.VersionScanner
Scans a given path and artifact id for all POMs of this artifact and returns all versions of that artifact available there.
getArtifactId() - Method in class de.matthias_burbach.deputy.core.project.Project
 
getArtifactId() - Method in class de.matthias_burbach.deputy.core.project.ProjectConflictGroup
 
getArtifactId() - Method in interface de.matthias_burbach.deputy.core.project.ProjectQualifier
 
getArtifactId() - Method in class de.matthias_burbach.deputy.core.project.ProjectQualifierImpl
 
getArtifactId() - Method in class de.matthias_burbach.deputy.core.repository.RepositoryArtifact
 
getArtifactId() - Method in class de.matthias_burbach.deputy.core.rule.Rule
 
getArtifactId1(ProjectQualifier, ProjectQualifier) - Method in class de.matthias_burbach.deputy.core.project.ProjectComparator
 
getArtifactId2(ProjectQualifier, ProjectQualifier) - Method in class de.matthias_burbach.deputy.core.project.ProjectComparator
 
getChildCount() - Method in class de.matthias_burbach.deputy.swing.BaseMutableTreeNode
getChildCount() - Method in class de.matthias_burbach.deputy.swing.RuleTreeNode
getClientCauses() - Method in class de.matthias_burbach.deputy.core.project.Project
Maps clients of type Project to their literal dependencies of type ProjectQualifier that caused the clientship during the application of the rules.
getClients() - Method in class de.matthias_burbach.deputy.core.project.Project
 
getConflictGroup() - Method in class de.matthias_burbach.deputy.swing.ConflictTreeNode
 
getConflicts() - Method in class de.matthias_burbach.deputy.core.project.Project
 
getDefaultRule() - Method in class de.matthias_burbach.deputy.core.rule.RuleSet
 
getDefaultUrl() - Method in class de.matthias_burbach.deputy.core.project.Project
 
getDependencies() - Method in class de.matthias_burbach.deputy.core.project.Project
 
getDependencyCauses() - Method in class de.matthias_burbach.deputy.core.project.Project
Maps dependencies of type Project to the corresponding dependencies of type ProjectQualifier that caused the dependency during the application of the rules.
getDependencyGraphFile() - Method in class de.matthias_burbach.deputy.core.Deputy
 
getDependencyPropertyList(String) - Method in class de.matthias_burbach.deputy.core.project.Project
 
getDependencyToSameArtifact(Project) - Method in class de.matthias_burbach.deputy.core.project.Project
 
getDeprecationRule(String, String) - Method in class de.matthias_burbach.deputy.core.rule.RuleSet
 
getDeprecationRules() - Method in class de.matthias_burbach.deputy.core.rule.RuleSet
 
getDisplacedArtifactId() - Method in class de.matthias_burbach.deputy.core.rule.ReplacementRule
 
getDisplacedGroupId() - Method in class de.matthias_burbach.deputy.core.rule.ReplacementRule
 
getDisplacedVersion() - Method in class de.matthias_burbach.deputy.core.rule.ReplacementRule
 
getDisplayName() - Method in class de.matthias_burbach.deputy.core.repository.RepositoryConfig
 
getEnforcedVersion(String) - Method in class de.matthias_burbach.deputy.core.rule.RuleSet
 
getEnforcementRule(String) - Method in class de.matthias_burbach.deputy.core.rule.RuleSet
 
getEnforcementRules() - Method in class de.matthias_burbach.deputy.core.rule.RuleSet
 
getGroupId() - Method in class de.matthias_burbach.deputy.core.project.Project
 
getGroupId() - Method in interface de.matthias_burbach.deputy.core.project.ProjectQualifier
 
getGroupId() - Method in class de.matthias_burbach.deputy.core.project.ProjectQualifierImpl
 
getGroupId() - Method in class de.matthias_burbach.deputy.core.repository.RepositoryArtifact
 
getGroupId() - Method in class de.matthias_burbach.deputy.core.rule.Rule
 
getImportFile() - Method in class de.matthias_burbach.deputy.core.Deputy
 
getIndirectDependencies() - Method in class de.matthias_burbach.deputy.core.project.Project
 
getIndirectDependencyToSameArtifact(Project) - Method in class de.matthias_burbach.deputy.core.project.Project
 
getInstance() - Static method in class de.matthias_burbach.deputy.core.repository.PomLoader
 
getJar() - Method in class de.matthias_burbach.deputy.core.project.Project
 
getLastChangeAction() - Method in class de.matthias_burbach.deputy.core.Deputy
 
getLog() - Method in class de.matthias_burbach.deputy.core.Deputy
 
getMajorVersion() - Method in class de.matthias_burbach.deputy.core.project.Project
Tries to split off the numerical major version from the version.
getMicroVersion() - Method in class de.matthias_burbach.deputy.core.project.Project
Tries to split off the numerical micro version from the version after the second dot in the version string.
getMinorVersion() - Method in class de.matthias_burbach.deputy.core.project.Project
Tries to split off the numerical minor version from the version between the first and the second dot in the version string.
getName() - Method in class de.matthias_burbach.deputy.core.project.Project
 
getNameWithoutPath(String) - Static method in class de.matthias_burbach.deputy.core.util.FileUtils
 
getNodeIterator(Project) - Method in class de.matthias_burbach.deputy.core.AbstractDependencyGraphGenerator
 
getNumberOfDerivedRules() - Method in class de.matthias_burbach.deputy.core.rule.RuleSet
 
getNumberOfSnapshotEnforcements() - Method in class de.matthias_burbach.deputy.core.rule.RuleSet
 
getPath() - Method in class de.matthias_burbach.deputy.core.repository.RepositoryConfig
 
getPathWithoutName(String) - Static method in class de.matthias_burbach.deputy.core.util.FileUtils
 
getProject() - Method in interface de.matthias_burbach.deputy.core.project.ProjectHolderTreeNode
 
getProject() - Method in class de.matthias_burbach.deputy.core.repository.RepositoryArtifactVersion
getProject() - Method in class de.matthias_burbach.deputy.swing.ProjectTreeNode
getProjectFile() - Method in class de.matthias_burbach.deputy.core.Deputy
 
getProjectHashKey(String, String) - Method in class de.matthias_burbach.deputy.core.AbstractDependencyGraphGenerator
 
getProjects() - Method in class de.matthias_burbach.deputy.core.project.ProjectConflictGroup
 
getProperty(String) - Method in class de.matthias_burbach.deputy.core.Deputy
 
getRemovalRules() - Method in class de.matthias_burbach.deputy.core.rule.RuleSet
 
getReplacementRule(String, String) - Method in class de.matthias_burbach.deputy.core.rule.RuleSet
 
getReplacementRules() - Method in class de.matthias_burbach.deputy.core.rule.RuleSet
 
getRepositoryConfigs() - Method in class de.matthias_burbach.deputy.core.Deputy
 
getRepositoryConfigs() - Method in class de.matthias_burbach.deputy.swing.RepositoryConfigsEditor
 
getRetentionRule(String, String) - Method in class de.matthias_burbach.deputy.core.rule.RuleSet
 
getRetentionRules() - Method in class de.matthias_burbach.deputy.core.rule.RuleSet
 
getRootProject() - Method in class de.matthias_burbach.deputy.core.Deputy
 
getRule() - Method in class de.matthias_burbach.deputy.swing.DeprecationRuleTreeNode
getRule() - Method in class de.matthias_burbach.deputy.swing.EnforcementRuleTreeNode
getRule() - Method in class de.matthias_burbach.deputy.swing.RemovalRuleTreeNode
getRule() - Method in class de.matthias_burbach.deputy.swing.ReplacementRuleTreeNode
getRule() - Method in class de.matthias_burbach.deputy.swing.RetentionRuleTreeNode
getRule() - Method in class de.matthias_burbach.deputy.swing.RuleTreeNode
 
getRuleForKey(Rule) - Method in class de.matthias_burbach.deputy.core.rule.RuleSet
 
getRuleSet() - Method in class de.matthias_burbach.deputy.core.project.Project
 
getSelectedNode() - Method in class de.matthias_burbach.deputy.swing.DeputyTree
 
getSelectedNodes() - Method in class de.matthias_burbach.deputy.swing.DeputyTree
 
getSelectedRuleNodes() - Method in class de.matthias_burbach.deputy.swing.DeputyTree
 
getSeverity() - Method in class de.matthias_burbach.deputy.core.project.ProjectConflictGroup
 
getStdErr() - Method in class de.matthias_burbach.deputy.core.util.CommandLine
 
getStdErrWithoutNewLines() - Method in class de.matthias_burbach.deputy.core.util.CommandLine
This variant is helpful if regular expression pattern matching is to be applied on the string.
getStdout() - Method in class de.matthias_burbach.deputy.core.util.CommandLine
 
getStdoutWithoutNewLines() - Method in class de.matthias_burbach.deputy.core.util.CommandLine
This variant is helpful if regular expression pattern matching is to be applied on the string.
getSuffix(ProjectQualifier) - Method in class de.matthias_burbach.deputy.swing.BaseMutableTreeNode
Helper method to format the suffix to certain project names.
getSynchedRevision(String) - Method in class de.matthias_burbach.deputy.core.util.P4
 
getTemplateFileName() - Method in class de.matthias_burbach.deputy.core.AbstractDependencyGraphGenerator
 
getTemplateFileName() - Method in class de.matthias_burbach.deputy.core.DependencyGraphMLGenerator
getTemplateFileName() - Method in class de.matthias_burbach.deputy.core.DependencyGraphXmlGenerator
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class de.matthias_burbach.deputy.swing.DeputyTreeCellRenderer
getType() - Method in class de.matthias_burbach.deputy.core.project.Project
 
getUrl() - Method in class de.matthias_burbach.deputy.core.project.Project
 
getVersion() - Method in class de.matthias_burbach.deputy.core.Deputy
 
getVersion() - Method in class de.matthias_burbach.deputy.core.project.Project
 
getVersion() - Method in interface de.matthias_burbach.deputy.core.project.ProjectQualifier
 
getVersion() - Method in class de.matthias_burbach.deputy.core.project.ProjectQualifierImpl
 
getVersion() - Method in class de.matthias_burbach.deputy.core.rule.Rule
 
getVersion1(ProjectQualifier, ProjectQualifier) - Method in class de.matthias_burbach.deputy.core.project.ProjectComparator
 
getVersion2(ProjectQualifier, ProjectQualifier) - Method in class de.matthias_burbach.deputy.core.project.ProjectComparator
 

H

hasDependency(Project) - Method in class de.matthias_burbach.deputy.core.project.Project
 
hasDependencyToSameArtifact(Project) - Method in class de.matthias_burbach.deputy.core.project.Project
 
hasDirectOrIndirectDependency(Project) - Method in class de.matthias_burbach.deputy.core.project.Project
 
hasIndirectDependency(Project) - Method in class de.matthias_burbach.deputy.core.project.Project
 
hasIndirectDependencyToSameArtifact(Project) - Method in class de.matthias_burbach.deputy.core.project.Project
 
hasMoreElements() - Method in class de.matthias_burbach.deputy.core.util.EnumerationAdapter
hasRuleForKey(Rule) - Method in class de.matthias_burbach.deputy.core.rule.RuleSet
 
hasSameRule(Rule) - Method in class de.matthias_burbach.deputy.core.rule.RuleSet
 
hashCode() - Method in class de.matthias_burbach.deputy.core.project.ProjectQualifierImpl

I

IndirectDependenciesTreeNode - class de.matthias_burbach.deputy.swing.IndirectDependenciesTreeNode.
 
IndirectDependenciesTreeNode(Project, DefaultTreeModel) - Constructor for class de.matthias_burbach.deputy.swing.IndirectDependenciesTreeNode
 
initChildren() - Method in class de.matthias_burbach.deputy.swing.BaseMutableTreeNode
Initializes the children nodes of this node.
initChildren() - Method in class de.matthias_burbach.deputy.swing.ConflictTreeNode
Initializes the children nodes of this node.
initChildren() - Method in class de.matthias_burbach.deputy.swing.ConflictsTreeNode
Initializes the children nodes of this node.
initChildren() - Method in class de.matthias_burbach.deputy.swing.DependenciesTreeNode
Initializes the children nodes of this node.
initChildren() - Method in class de.matthias_burbach.deputy.swing.IndirectDependenciesTreeNode
Initializes the children nodes of this node.
initChildren() - Method in class de.matthias_burbach.deputy.swing.ProjectTreeNode
Initializes the children nodes of this node.
initChildren() - Method in class de.matthias_burbach.deputy.swing.RuleSetTreeNode
Initializes the children nodes of this node.
initChildren() - Method in class de.matthias_burbach.deputy.swing.UsedByTreeNode
Initializes the children nodes of this node.
isAssembly() - Method in class de.matthias_burbach.deputy.core.project.Project
 
isDeprecated(String, String) - Method in class de.matthias_burbach.deputy.core.rule.RuleSet
 
isDerived() - Method in class de.matthias_burbach.deputy.core.rule.Rule
 
isLeaf() - Method in class de.matthias_burbach.deputy.core.repository.RepositoryArtifactVersion
isLeaf() - Method in class de.matthias_burbach.deputy.core.repository.RepositoryGroup
isLeaf() - Method in class de.matthias_burbach.deputy.swing.BaseMutableTreeNode
isLeaf() - Method in class de.matthias_burbach.deputy.swing.DeprecationRuleTreeNode
isLeaf() - Method in class de.matthias_burbach.deputy.swing.EnforcementRuleTreeNode
isLeaf() - Method in class de.matthias_burbach.deputy.swing.RemovalRuleTreeNode
isLeaf() - Method in class de.matthias_burbach.deputy.swing.ReplacementRuleTreeNode
isLeaf() - Method in class de.matthias_burbach.deputy.swing.RetentionRuleTreeNode
isLeaf() - Method in class de.matthias_burbach.deputy.swing.RuleTreeNode
isP4Controlled(String) - Method in class de.matthias_burbach.deputy.core.util.P4
 
isP4Installed() - Method in class de.matthias_burbach.deputy.core.util.P4
 
isRemoved(String, String) - Method in class de.matthias_burbach.deputy.core.rule.RuleSet
 
isRetained(String, String) - Method in class de.matthias_burbach.deputy.core.rule.RuleSet
Checks whether there is a retention rule that governs to retain the version of the artifact when encountered during the process of applying the rules.
isRootProject() - Method in class de.matthias_burbach.deputy.core.project.Project
 
isSaved() - Method in class de.matthias_burbach.deputy.core.Deputy
 
isToBeScannedForVersions() - Method in class de.matthias_burbach.deputy.core.repository.RepositoryConfig
 
isValidFile(String) - Static method in class de.matthias_burbach.deputy.core.util.FileUtils
 
isVirtualRepositoryActive() - Method in class de.matthias_burbach.deputy.core.Deputy
 

L

LINK_KEY - Static variable in class de.matthias_burbach.deputy.swing.DeputyLogPanel
Currently not in use.
LineBufferLog - class de.matthias_burbach.deputy.core.util.LineBufferLog.
Is a log implementation which keeps lines buffered in an internal memory buffer until they are requested to be written to a file.
LineBufferLog() - Constructor for class de.matthias_burbach.deputy.core.util.LineBufferLog
 
Log - interface de.matthias_burbach.deputy.core.util.Log.
Is a log for infos, warnings and errors.
loadPom(String) - Method in class de.matthias_burbach.deputy.core.repository.PomLoader
 
loadXmlDocument(InputStream) - Static method in class de.matthias_burbach.deputy.core.util.XmlUtils
 
loadXmlDocument(String) - Static method in class de.matthias_burbach.deputy.core.util.XmlUtils
 
log(String, String) - Method in class de.matthias_burbach.deputy.core.util.LineBufferLog
log(String, String) - Method in interface de.matthias_burbach.deputy.core.util.Log
 
log(String, String) - Method in class de.matthias_burbach.deputy.core.util.SimpleLog
log(String, String) - Method in class de.matthias_burbach.deputy.swing.DeputyLogPanel

M

main(String[]) - Static method in class de.matthias_burbach.deputy.core.Deputy
Executes Deputy in batch mode.
main(String[]) - Static method in class de.matthias_burbach.deputy.swing.DeputyFrame
Starts the application.
mouseMoved(MouseEvent) - Method in class de.matthias_burbach.deputy.swing.RepositoryConfigsEditor.ColumnHeaderToolTips

N

nextElement() - Method in class de.matthias_burbach.deputy.core.util.EnumerationAdapter

O

openForEdit(String) - Method in class de.matthias_burbach.deputy.core.util.P4
 
openProjectAsIs() - Method in class de.matthias_burbach.deputy.core.Deputy
Loads the currently set project file 'as is' into Deputy.
openProjectAsIs(String, boolean) - Method in class de.matthias_burbach.deputy.core.ProjectRecursor
 
openProjectSite(Project) - Method in class de.matthias_burbach.deputy.swing.DeputyFrame
Launches the system's default browser with the site URL of the project passed in.
openRepositories() - Method in class de.matthias_burbach.deputy.swing.DeputyFrame
(Re-)opens the repositories tree.
openUrl(String) - Static method in class de.matthias_burbach.deputy.core.util.BrowserLauncher
Launches a browser to display a URL.

P

P4 - class de.matthias_burbach.deputy.core.util.P4.
Is a simple interface to the SCM tool Perforce (short: P4).
P4() - Constructor for class de.matthias_burbach.deputy.core.util.P4
 
PomLoader - class de.matthias_burbach.deputy.core.repository.PomLoader.
Allows centralization of POM document loading and building in order to cache most effectively because loading and building many POMs is performance critical.
Project - class de.matthias_burbach.deputy.core.project.Project.
Represents a Maven project object model (only the parts relevant for Deputy).
Project() - Constructor for class de.matthias_burbach.deputy.core.project.Project
 
ProjectChangeListener - interface de.matthias_burbach.deputy.core.project.ProjectChangeListener.
Is notified when the project's dependencies have been changed.
ProjectComparator - class de.matthias_burbach.deputy.core.project.ProjectComparator.
Compares objects of type ProjectQualifier.
ProjectComparator() - Constructor for class de.matthias_burbach.deputy.core.project.ProjectComparator
 
ProjectConflictGroup - class de.matthias_burbach.deputy.core.project.ProjectConflictGroup.
 
ProjectConflictGroup() - Constructor for class de.matthias_burbach.deputy.core.project.ProjectConflictGroup
 
ProjectGenerator - class de.matthias_burbach.deputy.core.ProjectGenerator.
Generates a new XML document for a Maven project from its current XML file and the changes made in the application.
ProjectGenerator(String) - Constructor for class de.matthias_burbach.deputy.core.ProjectGenerator
 
ProjectHolderTreeNode - interface de.matthias_burbach.deputy.core.project.ProjectHolderTreeNode.
Is a tree node that represents a project in one way or another.
ProjectQualifier - interface de.matthias_burbach.deputy.core.project.ProjectQualifier.
Identifies a project by its three key characteristics group id, artifact id, and version.
ProjectQualifierImpl - class de.matthias_burbach.deputy.core.project.ProjectQualifierImpl.
 
ProjectQualifierImpl() - Constructor for class de.matthias_burbach.deputy.core.project.ProjectQualifierImpl
 
ProjectRecursor - class de.matthias_burbach.deputy.core.ProjectRecursor.
Parses a project and its dependencies recursively.
ProjectRecursor(List, Log) - Constructor for class de.matthias_burbach.deputy.core.ProjectRecursor
 
ProjectTreeNode - class de.matthias_burbach.deputy.swing.ProjectTreeNode.
 
ProjectTreeNode(Project, DefaultTreeModel) - Constructor for class de.matthias_burbach.deputy.swing.ProjectTreeNode
 
ProjectTreeNode(Project, DefaultTreeModel, String) - Constructor for class de.matthias_burbach.deputy.swing.ProjectTreeNode
 
projectHasChanged() - Method in interface de.matthias_burbach.deputy.core.DeputyChangeListener
Informs listeners that the currently opened project has changed state.
projectHasChanged() - Method in class de.matthias_burbach.deputy.swing.DeputyFrame
Informs listeners that the currently opened project has changed state.

R

RemovalRule - class de.matthias_burbach.deputy.core.rule.RemovalRule.
 
RemovalRule() - Constructor for class de.matthias_burbach.deputy.core.rule.RemovalRule
 
RemovalRuleTreeNode - class de.matthias_burbach.deputy.swing.RemovalRuleTreeNode.
 
RemovalRuleTreeNode(RemovalRule) - Constructor for class de.matthias_burbach.deputy.swing.RemovalRuleTreeNode
 
ReplacementChooserDialog - class de.matthias_burbach.deputy.swing.ReplacementChooserDialog.
 
ReplacementChooserDialog(DeputyTree) - Constructor for class de.matthias_burbach.deputy.swing.ReplacementChooserDialog
 
ReplacementRule - class de.matthias_burbach.deputy.core.rule.ReplacementRule.
 
ReplacementRule() - Constructor for class de.matthias_burbach.deputy.core.rule.ReplacementRule
 
ReplacementRuleTreeNode - class de.matthias_burbach.deputy.swing.ReplacementRuleTreeNode.
 
ReplacementRuleTreeNode(ReplacementRule) - Constructor for class de.matthias_burbach.deputy.swing.ReplacementRuleTreeNode
 
Repository - class de.matthias_burbach.deputy.core.repository.Repository.
Is a repository node in the repositories tree.
Repository(RepositoryConfig) - Constructor for class de.matthias_burbach.deputy.core.repository.Repository
 
RepositoryArtifact - class de.matthias_burbach.deputy.core.repository.RepositoryArtifact.
Is an artifact node in the repositories tree.
RepositoryArtifact(String, File, String) - Constructor for class de.matthias_burbach.deputy.core.repository.RepositoryArtifact
Constructs a repository artifact node.
RepositoryArtifactVersion - class de.matthias_burbach.deputy.core.repository.RepositoryArtifactVersion.
Is a version node in the repositories tree.
RepositoryArtifactVersion(String, String, String) - Constructor for class de.matthias_burbach.deputy.core.repository.RepositoryArtifactVersion
Constructs a version node.
RepositoryConfig - class de.matthias_burbach.deputy.core.repository.RepositoryConfig.
Holds configuration about a Maven repository to be used by Deputy.
RepositoryConfig(String) - Constructor for class de.matthias_burbach.deputy.core.repository.RepositoryConfig
Constructs a repository config.
RepositoryConfigsEditor - class de.matthias_burbach.deputy.swing.RepositoryConfigsEditor.
Is a modal dialog to edit the configuration of the repositories to be displayed and scanned by Deputy.
RepositoryConfigsEditor(Frame, List) - Constructor for class de.matthias_burbach.deputy.swing.RepositoryConfigsEditor
Constructs the repository configs editor.
RepositoryConfigsEditor.ColumnHeaderToolTips - class de.matthias_burbach.deputy.swing.RepositoryConfigsEditor.ColumnHeaderToolTips.
Provides tool tips on column headers of the table.
RepositoryConfigsEditor.ColumnHeaderToolTips() - Constructor for class de.matthias_burbach.deputy.swing.RepositoryConfigsEditor.ColumnHeaderToolTips
 
RepositoryGroup - class de.matthias_burbach.deputy.core.repository.RepositoryGroup.
Is a group node in the repositories tree.
RepositoryGroup(File, String, String[]) - Constructor for class de.matthias_burbach.deputy.core.repository.RepositoryGroup
Constructs a repository group node.
RepositorySet - class de.matthias_burbach.deputy.core.repository.RepositorySet.
The root node of the repositories tree.
RepositorySet(List) - Constructor for class de.matthias_burbach.deputy.core.repository.RepositorySet
Constructs a repository set node.
RetentionRule - class de.matthias_burbach.deputy.core.rule.RetentionRule.
 
RetentionRule() - Constructor for class de.matthias_burbach.deputy.core.rule.RetentionRule
 
RetentionRuleTreeNode - class de.matthias_burbach.deputy.swing.RetentionRuleTreeNode.
 
RetentionRuleTreeNode(RetentionRule) - Constructor for class de.matthias_burbach.deputy.swing.RetentionRuleTreeNode
 
Rule - class de.matthias_burbach.deputy.core.rule.Rule.
Is the base class of all exceptional rules used to decide which artifacts and versions to track in the dependency recursion.
Rule() - Constructor for class de.matthias_burbach.deputy.core.rule.Rule
 
RuleSet - class de.matthias_burbach.deputy.core.rule.RuleSet.
Holds all the rules to be used in the dependency recursion of a project.
RuleSet() - Constructor for class de.matthias_burbach.deputy.core.rule.RuleSet
 
RuleSetChangeListener - interface de.matthias_burbach.deputy.core.rule.RuleSetChangeListener.
Is notified when the rule set of the project has been changed.
RuleSetTreeNode - class de.matthias_burbach.deputy.swing.RuleSetTreeNode.
 
RuleSetTreeNode(Project, DefaultTreeModel) - Constructor for class de.matthias_burbach.deputy.swing.RuleSetTreeNode
 
RuleTreeNode - class de.matthias_burbach.deputy.swing.RuleTreeNode.
Is the base class of all rule tree nodes.
RuleTreeNode() - Constructor for class de.matthias_burbach.deputy.swing.RuleTreeNode
 
remove(Rule) - Method in class de.matthias_burbach.deputy.core.rule.RuleSet
Removes a rule from this rule set.
removeAllDerivedEnforcementRules() - Method in class de.matthias_burbach.deputy.core.rule.RuleSet
Removes all rules of type EnforcementRule if their property 'derived' is true.
removeAllDerivedRules() - Method in class de.matthias_burbach.deputy.core.rule.RuleSet
Removes all rules of type Rule if their property 'derived' is true.
removeAllSnapshotEnforcements() - Method in class de.matthias_burbach.deputy.core.rule.RuleSet
Removes all SNAPSHOT enforcement rules at once.
removeChangeListener(DeputyChangeListener) - Method in class de.matthias_burbach.deputy.core.Deputy
Removes a listener to be notified on changes in the current project.
removeChangeListener(ProjectChangeListener) - Method in class de.matthias_burbach.deputy.core.project.Project
Removes a change listener from this project.
removeChangeListener(RuleSetChangeListener) - Method in class de.matthias_burbach.deputy.core.rule.RuleSet
 
removeDependency(Project) - Method in class de.matthias_burbach.deputy.core.project.Project
Removes a direct dependency from this project and notifies change listeners.
removeIndirectDependency(Project) - Method in class de.matthias_burbach.deputy.core.project.Project
Removes the indirect dependency and notifies change listeners.
removedDependency(Project) - Method in class de.matthias_burbach.deputy.core.Deputy
Is fired when a dependency has been removed from the project.
removedDependency(Project) - Method in interface de.matthias_burbach.deputy.core.project.ProjectChangeListener
Is fired when a dependency has been removed from the project.
removedDependency(Project) - Method in class de.matthias_burbach.deputy.swing.DependenciesTreeNode
Is fired when a dependency has been removed from the project.
removedDependency(Project) - Method in class de.matthias_burbach.deputy.swing.IndirectDependenciesTreeNode
Is fired when a dependency has been removed from the project.
removedIndirectDependency(Project) - Method in class de.matthias_burbach.deputy.core.Deputy
Is fired when an indirect dependency has been removed from the project.
removedIndirectDependency(Project) - Method in interface de.matthias_burbach.deputy.core.project.ProjectChangeListener
Is fired when an indirect dependency has been removed from the project.
removedIndirectDependency(Project) - Method in class de.matthias_burbach.deputy.swing.DependenciesTreeNode
Is fired when an indirect dependency has been removed from the project.
removedIndirectDependency(Project) - Method in class de.matthias_burbach.deputy.swing.IndirectDependenciesTreeNode
Is fired when an indirect dependency has been removed from the project.
removedRule(Rule) - Method in class de.matthias_burbach.deputy.core.Deputy
Is fired when a rule has been removed from the rule set.
removedRule(Rule) - Method in interface de.matthias_burbach.deputy.core.rule.RuleSetChangeListener
Is fired when a rule has been removed from the rule set.
removedRule(Rule) - Method in class de.matthias_burbach.deputy.swing.RuleSetTreeNode
Is fired when a rule has been removed from the rule set.

S

SEVERITY_ERROR - Static variable in class de.matthias_burbach.deputy.core.project.ProjectConflictGroup
The estimated severity ERROR of this version conflict.
SEVERITY_ERROR - Static variable in interface de.matthias_burbach.deputy.core.util.Log
For error messages.
SEVERITY_INFO - Static variable in class de.matthias_burbach.deputy.core.project.ProjectConflictGroup
The estimated severity INFO of this version conflict.
SEVERITY_INFO - Static variable in interface de.matthias_burbach.deputy.core.util.Log
For information messages.
SEVERITY_WARNING - Static variable in class de.matthias_burbach.deputy.core.project.ProjectConflictGroup
The estimated severity WARNING of this version conflict.
SEVERITY_WARNING - Static variable in interface de.matthias_burbach.deputy.core.util.Log
For warning messages.
SimpleLog - class de.matthias_burbach.deputy.core.util.SimpleLog.
Is a simple log implementation which outputs messages to System.out.
SimpleLog() - Constructor for class de.matthias_burbach.deputy.core.util.SimpleLog
 
SwingHelper - class de.matthias_burbach.deputy.swing.SwingHelper.
 
saveProjectAs(String) - Method in class de.matthias_burbach.deputy.core.Deputy
Saves the currently loaded project under the new project file name.
saveXmlDocument(String, Document) - Static method in class de.matthias_burbach.deputy.core.util.XmlUtils
 
setArtifactId(String) - Method in class de.matthias_burbach.deputy.core.project.Project
 
setArtifactId(String) - Method in class de.matthias_burbach.deputy.core.project.ProjectConflictGroup
 
setArtifactId(String) - Method in class de.matthias_burbach.deputy.core.project.ProjectQualifierImpl
 
setArtifactId(String) - Method in class de.matthias_burbach.deputy.core.rule.Rule
 
setAssembly(boolean) - Method in class de.matthias_burbach.deputy.core.project.Project
 
setDefaultRule(String) - Method in class de.matthias_burbach.deputy.core.rule.RuleSet
 
setDependencyGraphFile(String) - Method in class de.matthias_burbach.deputy.core.Deputy
 
setDerived(boolean) - Method in class de.matthias_burbach.deputy.core.rule.Rule
 
setDisplacedArtifactId(String) - Method in class de.matthias_burbach.deputy.core.rule.ReplacementRule
 
setDisplacedGroupId(String) - Method in class de.matthias_burbach.deputy.core.rule.ReplacementRule
 
setDisplacedVersion(String) - Method in class de.matthias_burbach.deputy.core.rule.ReplacementRule
 
setDisplayName(String) - Method in class de.matthias_burbach.deputy.core.repository.RepositoryConfig
 
setGroupId(String) - Method in class de.matthias_burbach.deputy.core.project.Project
 
setGroupId(String) - Method in class de.matthias_burbach.deputy.core.project.ProjectQualifierImpl
 
setGroupId(String) - Method in class de.matthias_burbach.deputy.core.rule.Rule
 
setImportFile(String) - Method in class de.matthias_burbach.deputy.core.Deputy
 
setIndirectDependencies(List) - Method in class de.matthias_burbach.deputy.core.project.Project
 
setJar(String) - Method in class de.matthias_burbach.deputy.core.project.Project
 
setLog(Log) - Method in class de.matthias_burbach.deputy.core.Deputy
 
setName(String) - Method in class de.matthias_burbach.deputy.core.project.Project
 
setPath(String) - Method in class de.matthias_burbach.deputy.core.repository.RepositoryConfig
 
setProjectFile(String) - Method in class de.matthias_burbach.deputy.core.Deputy
 
setProjects(List) - Method in class de.matthias_burbach.deputy.core.project.ProjectConflictGroup
 
setProperty(String, String) - Method in class de.matthias_burbach.deputy.core.Deputy
 
setRepositoryConfigs(List) - Method in class de.matthias_burbach.deputy.core.Deputy
 
setRootProject(boolean) - Method in class de.matthias_burbach.deputy.core.project.Project
 
setRule(ReplacementRule) - Method in class de.matthias_burbach.deputy.swing.ReplacementChooserDialog
 
setRuleSet(RuleSet) - Method in class de.matthias_burbach.deputy.core.project.Project
 
setToBeScannedForVersions(boolean) - Method in class de.matthias_burbach.deputy.core.repository.RepositoryConfig
 
setToolTip(TableColumn, String) - Method in class de.matthias_burbach.deputy.swing.RepositoryConfigsEditor.ColumnHeaderToolTips
If tooltip is null, removes any tooltip text.
setType(String) - Method in class de.matthias_burbach.deputy.core.project.Project
 
setUrl(String) - Method in class de.matthias_burbach.deputy.core.project.Project
 
setVersion(String) - Method in class de.matthias_burbach.deputy.core.project.Project
 
setVersion(String) - Method in class de.matthias_burbach.deputy.core.project.ProjectQualifierImpl
 
setVersion(String) - Method in class de.matthias_burbach.deputy.core.rule.Rule
 
setVirtualRepositoryActive(boolean) - Method in class de.matthias_burbach.deputy.core.Deputy
 
sortSnapshotsTopologically() - Method in class de.matthias_burbach.deputy.core.Deputy
Retrieves all direct and indirect SNAPSHOT dependencies of the current root project and prints them to the log in topological order such that leaves in the topological order occur first.

T

toString() - Method in class de.matthias_burbach.deputy.core.project.Project
toString() - Method in class de.matthias_burbach.deputy.core.repository.Repository
toString() - Method in class de.matthias_burbach.deputy.core.repository.RepositoryArtifact
toString() - Method in class de.matthias_burbach.deputy.core.repository.RepositoryArtifactVersion
toString() - Method in class de.matthias_burbach.deputy.core.repository.RepositoryGroup
toString() - Method in class de.matthias_burbach.deputy.core.repository.RepositorySet
toString() - Method in class de.matthias_burbach.deputy.core.rule.DeprecationRule
toString() - Method in class de.matthias_burbach.deputy.core.rule.EnforcementRule
toString() - Method in class de.matthias_burbach.deputy.core.rule.RemovalRule
toString() - Method in class de.matthias_burbach.deputy.core.rule.ReplacementRule
toString() - Method in class de.matthias_burbach.deputy.core.rule.RetentionRule
toString() - Method in class de.matthias_burbach.deputy.swing.ConflictTreeNode
toString() - Method in class de.matthias_burbach.deputy.swing.ConflictsTreeNode
toString() - Method in class de.matthias_burbach.deputy.swing.DependenciesTreeNode
toString() - Method in class de.matthias_burbach.deputy.swing.DeprecationRuleTreeNode
toString() - Method in class de.matthias_burbach.deputy.swing.EnforcementRuleTreeNode
toString() - Method in class de.matthias_burbach.deputy.swing.IndirectDependenciesTreeNode
toString() - Method in class de.matthias_burbach.deputy.swing.ProjectTreeNode
toString() - Method in class de.matthias_burbach.deputy.swing.RemovalRuleTreeNode
toString() - Method in class de.matthias_burbach.deputy.swing.ReplacementRuleTreeNode
toString() - Method in class de.matthias_burbach.deputy.swing.RetentionRuleTreeNode
toString() - Method in class de.matthias_burbach.deputy.swing.RuleSetTreeNode
toString() - Method in class de.matthias_burbach.deputy.swing.UsedByTreeNode

U

UsedByTreeNode - class de.matthias_burbach.deputy.swing.UsedByTreeNode.
 
UsedByTreeNode(Project, DefaultTreeModel) - Constructor for class de.matthias_burbach.deputy.swing.UsedByTreeNode
 

V

VersionComparator - class de.matthias_burbach.deputy.core.project.VersionComparator.
Compares versions of Maven projects.
VersionComparator() - Constructor for class de.matthias_burbach.deputy.core.project.VersionComparator
 
VersionScanner - class de.matthias_burbach.deputy.core.repository.VersionScanner.
Scans a given path and artifact id for all POMs of this artifact and returns all versions of that artifact available there.
VersionScanner() - Constructor for class de.matthias_burbach.deputy.core.repository.VersionScanner
 

W

WaitDialog - class de.matthias_burbach.deputy.swing.WaitDialog.
Is a 'Please wait...' dialog displaying an animated gif which mimics a simple progress bar.
WaitDialog(Frame, boolean) - Constructor for class de.matthias_burbach.deputy.swing.WaitDialog
 
wasCancelled() - Method in class de.matthias_burbach.deputy.swing.RepositoryConfigsEditor
 
writeToFile(String) - Method in class de.matthias_burbach.deputy.core.util.LineBufferLog
Writes the lines logged so far to a file.

X

XmlUtils - class de.matthias_burbach.deputy.core.util.XmlUtils.
 

A B C D E F G H I L M N O P R S T U V W X

Copyright © 2005-2007 . All Rights Reserved.