|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.services.deployment.MetadataSourceProperties
public final class MetadataSourceProperties
Configuration properties used to specify a metadata source.
Properties which may be used to configure a metadata source
are described in the MetadataSourceFactory
class.
MetadataSourceFactory
Constructor Summary | |
---|---|
MetadataSourceProperties()
Constructs a default instance. |
|
MetadataSourceProperties(java.util.Properties properties)
Constructs properties which can be used to configure a metadata source for foundation services. |
Method Summary | |
---|---|
void |
destroy()
Clears all properties. |
java.util.Properties |
getProperties()
Gets a copy of the properties used to configure a metadata source. |
void |
setProperties(java.util.Properties properties)
Sets properties used to configure a metadata source. |
void |
setPropertiesURL(java.net.URL propertiesURL)
Initialize the configuration using properties read from the configuration at the specified URL. |
Constructor Detail |
---|
public MetadataSourceProperties()
This object must be initialized using setProperties(Properties)
.
setProperties(Properties)
public MetadataSourceProperties(java.util.Properties properties) throws ServiceException
properties
- Map containing properties used to configure a metadata source
ServiceException
- if an invalid map is specified.Method Detail |
---|
public void setPropertiesURL(java.net.URL propertiesURL) throws ServiceException
propertiesURL
- URL from which properties will be loaded.
ServiceException
- if unable to load properties from the
specified URL.public void setProperties(java.util.Properties properties) throws ServiceException
properties
- Properties used to configure a metadata source
ServiceException
- if an invalid map is specified.getProperties()
public java.util.Properties getProperties()
setProperties(Properties)
public void destroy()
|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |