com.cloudbees.sdk
Class InstalledExtensionList
java.lang.Object
java.util.AbstractMap<String,V>
com.cloudbees.sdk.utils.PersistedStore<com.cloudbees.sdk.GAV>
com.cloudbees.sdk.utils.PersistedGAVStore
com.cloudbees.sdk.InstalledExtensionList
- All Implemented Interfaces:
- Map<String,com.cloudbees.sdk.GAV>
@Singleton
public class InstalledExtensionList
- extends PersistedGAVStore
Extensions, which are modules loaded into Guice along with the driver to expand the core functionality.
- Author:
- Kohsuke Kawaguchi
| Nested classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
InstalledExtensionList
public InstalledExtensionList()
getStorageDirectory
protected File getStorageDirectory()
- Description copied from class:
PersistedStore
- Returns the directory that serves as the persistent storage.
- Specified by:
getStorageDirectory in class PersistedStore<com.cloudbees.sdk.GAV>
Copyright © 2011-2014. All Rights Reserved.