com.atlassian.jira
Class ComponentManager

java.lang.Object
  extended bycom.atlassian.jira.ComponentManager

public class ComponentManager
extends java.lang.Object

This component manager uses PicoContainer to resolve all the dependencies between components. More information can be found at the picocontainer website.


Method Summary
 DefaultPicoContainer getContainer()
           
 CvsRepositoryUtil getCvsRepositoryUtil()
           
 FileIconBean getFileIconBean()
           
static ComponentManager getInstance()
           
 IssueManager getIssueManager()
           
 IssueUpdater getIssueUpdater()
           
 RepositoryManager getRepositoryManager()
           
 TrackbackManager getTrackbackManager()
          Used in OfBizTrackbackStore, which is constructed from within the trackback module.
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getContainer

public DefaultPicoContainer getContainer()

getRepositoryManager

public RepositoryManager getRepositoryManager()

getCvsRepositoryUtil

public CvsRepositoryUtil getCvsRepositoryUtil()

getInstance

public static ComponentManager getInstance()

getIssueUpdater

public IssueUpdater getIssueUpdater()

getFileIconBean

public FileIconBean getFileIconBean()

getIssueManager

public IssueManager getIssueManager()

main

public static void main(java.lang.String[] args)

getTrackbackManager

public TrackbackManager getTrackbackManager()
Used in OfBizTrackbackStore, which is constructed from within the trackback module.