public abstract class ExtensionProperties extends Object
Constructor and Description |
---|
ExtensionProperties() |
Modifier and Type | Method and Description |
---|---|
abstract Boolean |
autoUpgradeMinorVersion()
The autoUpgradeMinorVersion reference of the extension properties
|
static ExtensionProperties |
create(String publisher,
String type,
String typeHandlerVersion,
Boolean autoUpgradeMinorVersion,
ExtensionProfileSettings settings,
Map<String,String> protectedSettings) |
abstract Map<String,String> |
protectedSettings()
The list of the protectedSettings of the extension properties
|
abstract String |
publisher()
The publisher reference of the extension properties
|
abstract ExtensionProfileSettings |
settings()
The ExtensionProfileSettings of the extension properties
|
abstract String |
type()
The type reference of the extension properties
|
abstract String |
typeHandlerVersion()
The typeHandlerVersion reference of the extension properties
|
public abstract String publisher()
public abstract String type()
public abstract String typeHandlerVersion()
public abstract Boolean autoUpgradeMinorVersion()
public abstract ExtensionProfileSettings settings()
public abstract Map<String,String> protectedSettings()
public static ExtensionProperties create(String publisher, String type, String typeHandlerVersion, Boolean autoUpgradeMinorVersion, ExtensionProfileSettings settings, Map<String,String> protectedSettings)
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.