com.sas.services.deployment
Class MetadataSourceConfiguration
com.sas.services.deployment.MetadataSourceConfiguration
- All Implemented Interfaces:
- MetadataSourceConfigurationInterface, ServiceConfigurationInterface, java.io.Serializable
@SASScope(value="ALL")
@BinaryCompatibilityOnly
public class MetadataSourceConfiguration
- implements MetadataSourceConfigurationInterface
Metadata source configuration.
- Since:
- 1.0
- See Also:
MetadataSourceInterface,
Serialized Form
MetadataSourceConfiguration
public MetadataSourceConfiguration(MetadataSourceInterface metadataSource)
throws InitializationException
- Constructs an instance using the specified metadata source.
- Parameters:
metadataSource - Metadata source.
- Throws:
InitializationException - if an invalid metadata source is
specified.
getMetadataSource
public final MetadataSourceInterface getMetadataSource()
- Gets the metadata source.
- Specified by:
getMetadataSource in interface MetadataSourceConfigurationInterface
- Returns:
- Metadata source or
null if a source is not defined. - See Also:
MetadataSourceConfigurationInterface.getMetadataSource()
setMetadataSource
public final void setMetadataSource(MetadataSourceInterface metadataSource)
throws InitializationException
- Sets the metadata source.
- Parameters:
metadataSource - Metadata source.
- Throws:
InitializationException - if unable to set the source.
Copyright © 2009 SAS Institute Inc. All Rights Reserved.