Uses of Class
kieker.webgui.common.ClassContainer

Packages that use ClassContainer
kieker.webgui.persistence This package contains the interfaces to access the persistence layer. 
kieker.webgui.persistence.impl This package contains the actual implementations of the persistence interfaces. 
kieker.webgui.persistence.impl.utility This package contains classes used by the persistence implementation. 
 

Uses of ClassContainer in kieker.webgui.persistence
 

Methods in kieker.webgui.persistence with parameters of type ClassContainer
 Object IProjectDAO.loadProject(String projectName, ClassContainer classAndMethodContainer)
          This method loads the kax-file for the given project name and delivers an initializes instance of MIProject - but instead of using the "normal" class loader, it uses the methods and classes stored in the given instance of ClassContainer.
 

Uses of ClassContainer in kieker.webgui.persistence.impl
 

Methods in kieker.webgui.persistence.impl with parameters of type ClassContainer
 Object FSProjectDAOImpl.loadProject(String projectName, ClassContainer classAndMethodContainer)
           
 

Uses of ClassContainer in kieker.webgui.persistence.impl.utility
 

Methods in kieker.webgui.persistence.impl.utility with parameters of type ClassContainer
 FilterDecorator Class2ModelInstanceConverter.convertFilterClass2ModelInstance(Class<?> clazz, ClassContainer classContainer)
          Converts the given AbstractFilterPlugin instance into a model instance using the given parameters.
 ReaderDecorator Class2ModelInstanceConverter.convertReaderClass2ModelInstance(Class<?> clazz, ClassContainer classContainer)
          Converts the given AbstractReaderPlugin class instance into a model instance using the given parameters.
 RepositoryDecorator Class2ModelInstanceConverter.convertRepositoryClass2ModelInstance(Class<?> clazz, ClassContainer classContainer)
          Converts the given AbstractRepository instance into a model instance using the given parameters.
 VisualizationDecorator Class2ModelInstanceConverter.convertVisualizationClass2ModelInstance(Class<?> clazz, ClassContainer classContainer)
           
 Collection<Class<?>> PluginFinder.getAllFiltersWithinJar(URL jarURL, ClassLoader classLoader, ClassContainer classContainer)
          This method delivers all non abstract classes which are available in the given jar, have the Plugin annotation, and are compatible with AbstractFilterPlugin.
 Collection<Class<?>> PluginFinder.getAllReadersWithinJar(URL jarURL, ClassLoader classLoader, ClassContainer classContainer)
          This method delivers all non abstract classes which are available in the given jar, have the Plugin annotation, and are compatible with AbstractReaderPlugin.
 Collection<Class<?>> PluginFinder.getAllRepositoriesWithinJar(URL jarURL, ClassLoader classLoader, ClassContainer classContainer)
          This method delivers all non abstract classes which are available in the given jar, have the Repository annotation, and are compatible with AbstractRepository.
 Collection<Class<?>> PluginFinder.getAllVisualizationsWithinJar(URL jarURL, ClassLoader classLoader, ClassContainer classContainer)
           
 boolean Class2ModelInstanceConverter.isProgrammaticOnly(Class<?> clazz, ClassContainer classContainer)
          Tells whether the given class is "programmaticOnly".
 



Copyright © 2015. All rights reserved.