Uses of Interface
de.smartics.maven.issues.RepositoryFacade

Packages that use RepositoryFacade
de.smartics.maven.issues The core package for generating issues reports with Maven
de.smartics.maven.issues.bugzilla Provides classes to generate reports with Bugzilla. 
de.smartics.maven.issues.factory The Maven layer creates a facade to talk to the issue management system. 
de.smartics.maven.issues.repository Provides logic common to all reports independent of the issue management system. 
 

Uses of RepositoryFacade in de.smartics.maven.issues
 

Methods in de.smartics.maven.issues that return RepositoryFacade
 RepositoryFacade RepositoryFacadeFactory.create(IssueManagementConfig config)
          Creates a facade to access an issue management system with the given identifier.
 

Uses of RepositoryFacade in de.smartics.maven.issues.bugzilla
 

Classes in de.smartics.maven.issues.bugzilla that implement RepositoryFacade
 class BugzillaRepositoryFacade
          Facade to interface with a Bugzilla repository.
 

Methods in de.smartics.maven.issues.bugzilla that return RepositoryFacade
static RepositoryFacade BugzillaRepositoryFacade.create(IssueManagementConfig config)
          Factory method to create the facade.
 

Uses of RepositoryFacade in de.smartics.maven.issues.factory
 

Methods in de.smartics.maven.issues.factory that return RepositoryFacade
 RepositoryFacade DefaultRepositoryFacadeFactory.create(IssueManagementConfig config)
          Creates a facade for the given configuration.
 

Uses of RepositoryFacade in de.smartics.maven.issues.repository
 

Classes in de.smartics.maven.issues.repository that implement RepositoryFacade
 class AbstractRepositoryFacade
          Base implementation of the RepositoryFacade interface.
 



Copyright © 2008-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.