Uses of Interface
org.apache.geronimo.kernel.repository.WriteableRepository

Packages that use WriteableRepository
org.apache.geronimo.console.databasemanager.wizard   
org.apache.geronimo.kernel.repository   
org.apache.geronimo.mavenplugins.car   
org.apache.geronimo.system.plugin   
 

Uses of WriteableRepository in org.apache.geronimo.console.databasemanager.wizard
 

Methods in org.apache.geronimo.console.databasemanager.wizard with parameters of type WriteableRepository
 void DriverDownloader.loadDriver(WriteableRepository repo, DriverDownloader.DriverInfo driver, FileWriteMonitor monitor)
          Downloads a driver and loads it into the local repository.
 

Uses of WriteableRepository in org.apache.geronimo.kernel.repository
 

Subinterfaces of WriteableRepository in org.apache.geronimo.kernel.repository
 interface WritableListableRepository
           
 

Classes in org.apache.geronimo.kernel.repository that implement WriteableRepository
 class AbstractRepository
           
 class Maven2Repository
           
 

Uses of WriteableRepository in org.apache.geronimo.mavenplugins.car
 

Classes in org.apache.geronimo.mavenplugins.car that implement WriteableRepository
 class Maven2RepositoryAdapter
          Helps adapt Geronimo repositories to Maven repositories for packaging building.
 

Uses of WriteableRepository in org.apache.geronimo.system.plugin
 

Classes in org.apache.geronimo.system.plugin that implement WriteableRepository
 class LocalSourceRepository
           
 

Methods in org.apache.geronimo.system.plugin with parameters of type WriteableRepository
 void LocalOpenResult.install(WriteableRepository repo, FileWriteMonitor monitor)
           
 void OpenResult.install(WriteableRepository repo, FileWriteMonitor monitor)
           
 



Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.