Class BlobStoreOptions
- java.lang.Object
-
- org.apache.jackrabbit.oak.run.cli.BlobStoreOptions
-
- All Implemented Interfaces:
OptionsBean
public class BlobStoreOptions extends Object implements OptionsBean
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBlobStoreOptions.Type
-
Constructor Summary
Constructors Constructor Description BlobStoreOptions(joptsimple.OptionParser parser)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigure(joptsimple.OptionSet options)Stringdescription()Description string for this set of optionsStringgetAzureConfigPath()BlobStoreOptions.TypegetBlobStoreType()StringgetFakeDataStorePath()StringgetFDSConfigPath()StringgetFDSPath()StringgetS3ConfigPath()booleanisReadWrite()Set<String>operationNames()Option names which are actually performing operationintorder()Used to sort the help output.Stringtitle()Title string for this set of options
-
-
-
Method Detail
-
configure
public void configure(joptsimple.OptionSet options)
- Specified by:
configurein interfaceOptionsBean
-
title
public String title()
Description copied from interface:OptionsBeanTitle string for this set of options- Specified by:
titlein interfaceOptionsBean
-
description
public String description()
Description copied from interface:OptionsBeanDescription string for this set of options- Specified by:
descriptionin interfaceOptionsBean
-
order
public int order()
Description copied from interface:OptionsBeanUsed to sort the help output. Help for OptionsBean in descending order i.e. bean having highest order would be rendered first- Specified by:
orderin interfaceOptionsBean
-
operationNames
public Set<String> operationNames()
Description copied from interface:OptionsBeanOption names which are actually performing operation- Specified by:
operationNamesin interfaceOptionsBean
-
getFDSConfigPath
public String getFDSConfigPath()
-
getFDSPath
public String getFDSPath()
-
getS3ConfigPath
public String getS3ConfigPath()
-
getAzureConfigPath
public String getAzureConfigPath()
-
getFakeDataStorePath
public String getFakeDataStorePath()
-
getBlobStoreType
public BlobStoreOptions.Type getBlobStoreType()
-
isReadWrite
public boolean isReadWrite()
-
-