com.cloudbees.sdk
Class InstalledExtensionList

java.lang.Object
  extended by java.util.AbstractMap<String,V>
      extended by com.cloudbees.sdk.utils.PersistedStore<com.cloudbees.sdk.GAV>
          extended by com.cloudbees.sdk.utils.PersistedGAVStore
              extended by 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 Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Constructor Summary
InstalledExtensionList()
           
 
Method Summary
protected  File getStorageDirectory()
          Returns the directory that serves as the persistent storage.
 
Methods inherited from class com.cloudbees.sdk.utils.PersistedGAVStore
read, write
 
Methods inherited from class com.cloudbees.sdk.utils.PersistedStore
_write, clear, containsKey, entrySet, get, get, keySet, put, remove, remove
 
Methods inherited from class java.util.AbstractMap
clone, containsValue, equals, hashCode, isEmpty, putAll, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InstalledExtensionList

public InstalledExtensionList()
Method Detail

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.