public interface ConnectorContext
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAttributes()
Returns the connector attributes.
|
java.lang.String |
getTenantName()
Returns the name of the tenant.
|
java.io.File |
getTenantPath()
Returns the path of the tenant directory.
|
void |
setAttributes(java.lang.String attributes)
Sets and persists the connector attributes.
|
java.lang.String getAttributes() throws java.lang.Exception
java.lang.Exception
void setAttributes(java.lang.String attributes) throws java.lang.Exception
attributes
- The connector attributes stringjava.lang.Exception
java.lang.String getTenantName()
java.io.File getTenantPath()