com.sas.services.deployment
Class MetadataSourceConfiguration
java.lang.Object
|
+--com.sas.services.ServiceConfiguration
|
+--com.sas.services.deployment.MetadataSourceConfiguration
- All Implemented Interfaces:
- MetadataSourceConfigurationInterface, ServiceConfigurationInterface
- public class MetadataSourceConfiguration
- extends ServiceConfiguration
- implements MetadataSourceConfigurationInterface
Metadata source configuration.
- Since:
- 1.0
- See Also:
MetadataSourceInterface, Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 © 2006 SAS Institute Inc. All Rights Reserved.
javadoc generated Fri, 10 Feb 2006 17:28:53