Uses of Interface
de.matthias_burbach.deputy.core.project.ProjectQualifier

Packages that use ProjectQualifier
de.matthias_burbach.deputy.core.project   
de.matthias_burbach.deputy.core.rule   
de.matthias_burbach.deputy.swing   
 

Uses of ProjectQualifier in de.matthias_burbach.deputy.core.project
 

Classes in de.matthias_burbach.deputy.core.project that implement ProjectQualifier
 class Project
          Represents a Maven project object model (only the parts relevant for Deputy).
 class ProjectQualifierImpl
           
 

Methods in de.matthias_burbach.deputy.core.project with parameters of type ProjectQualifier
protected  java.lang.String ProjectComparator.getArtifactId1(ProjectQualifier pq1, ProjectQualifier pq2)
           
protected  java.lang.String ProjectComparator.getArtifactId2(ProjectQualifier pq1, ProjectQualifier pq2)
           
protected  java.lang.String ProjectComparator.getVersion1(ProjectQualifier pq1, ProjectQualifier pq2)
           
protected  java.lang.String ProjectComparator.getVersion2(ProjectQualifier pq1, ProjectQualifier pq2)
           
 

Uses of ProjectQualifier in de.matthias_burbach.deputy.core.rule
 

Classes in de.matthias_burbach.deputy.core.rule that implement ProjectQualifier
 class DeprecationRule
           
 class EnforcementRule
           
 class RemovalRule
           
 class ReplacementRule
           
 class RetentionRule
           
 class Rule
          Is the base class of all exceptional rules used to decide which artifacts and versions to track in the dependency recursion.
 

Uses of ProjectQualifier in de.matthias_burbach.deputy.swing
 

Methods in de.matthias_burbach.deputy.swing with parameters of type ProjectQualifier
protected  java.lang.String BaseMutableTreeNode.getSuffix(ProjectQualifier cause)
          Helper method to format the suffix to certain project names.
 



Copyright © 2005-2007 . All Rights Reserved.