org.apache.jackrabbit.oak.spi.blob.osgi
Class FileBlobStoreService

java.lang.Object
  extended by org.apache.jackrabbit.oak.spi.blob.osgi.FileBlobStoreService

public class FileBlobStoreService
extends Object


Field Summary
static String NAME
           
 
Constructor Summary
FileBlobStoreService()
           
 
Method Summary
protected  void activate(org.osgi.service.component.ComponentContext context, Map<String,Object> config)
           
protected  void deactivate()
           
protected static String lookup(org.osgi.service.component.ComponentContext context, String property)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final String NAME
See Also:
Constant Field Values
Constructor Detail

FileBlobStoreService

public FileBlobStoreService()
Method Detail

activate

@Activate
protected void activate(org.osgi.service.component.ComponentContext context,
                                 Map<String,Object> config)

deactivate

@Deactivate
protected void deactivate()

lookup

protected static String lookup(org.osgi.service.component.ComponentContext context,
                               String property)


Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.