public static class PersistentProviderRegistrations.Provider extends Object
Constructor and Description |
---|
Provider() |
Modifier and Type | Method and Description |
---|---|
void |
addProperty(PersistentProviderRegistrations.Property property) |
String |
getAppContext() |
String |
getClassName() |
String |
getDescription() |
String |
getLayer() |
Map<String,String> |
getProperties() |
void |
setAppContext(String appContext) |
void |
setClassName(String className) |
void |
setDescription(String description) |
void |
setLayer(String layer) |
void |
setProperty(String name,
String value)
Used by IntrospectionUtils via reflection.
|
public String getClassName()
public void setClassName(String className)
public String getLayer()
public void setLayer(String layer)
public String getAppContext()
public void setAppContext(String appContext)
public String getDescription()
public void setDescription(String description)
public void addProperty(PersistentProviderRegistrations.Property property)
public void setProperty(String name, String value)
name
- - the name of of the property to set on this objectvalue
- - the value to setaddProperty(String, String)
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.