public class LocalMasterConfigurationProvider extends java.lang.Object implements IMasterConfigurationProvider
| Constructor and Description |
|---|
LocalMasterConfigurationProvider()
Basic constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getFormat()
Gets the format flag of the found master configuration (
MasterConfigurationParser.FORMAT_FLAT or
MasterConfigurationParser.FORMAT_XML). |
java.io.InputStream |
getMasterConfiguration(ISystemImage pImg)
Method called by TAURUS if a master configuration is needed.
|
public LocalMasterConfigurationProvider()
throws java.io.FileNotFoundException
java.io.FileNotFoundException - if no local master configuration file was foundpublic java.io.InputStream getMasterConfiguration(ISystemImage pImg) throws java.io.FileNotFoundException
IMasterConfigurationProvidergetMasterConfiguration in interface IMasterConfigurationProviderpImg - the corresponding ISystemImagejava.io.FileNotFoundExceptionpublic int getFormat()
MasterConfigurationParser.FORMAT_FLAT or
MasterConfigurationParser.FORMAT_XML).Copyright © 2015 Micro Focus GmbH. All rights reserved.