java.lang.Object | |
↳ | com.microstrategy.webservices.MWSInitializer |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | OFFICECONFIGFILELOC | ||||||||||
String | OFFICEDIR | ||||||||||
String | OFFICEINSTALL |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
MWSInitializer() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
void |
AddConfigurationProperty(String propKey, String propValue)
Adds a key/value pair to the config property collection.
| ||||||||||
void |
FlagAsUniversal()
Flags the running version of MWS as a universal
java version of the service.
| ||||||||||
void | InitializeAxisLogging() | ||||||||||
void |
InitializeBasePath(String mwsBasePath)
Sets mstrws application base file path.
| ||||||||||
void |
InitializeBaseURL(String mwsBaseURL)
Sets mstrws base application URL.
| ||||||||||
void |
InitializeBuildVersion(String libBasePath)
Pulls the build version out of the mws.jar manifest
file.
| ||||||||||
void |
InitializeConfiguration(String configPath)
Initializes MWS configuration by reading properties located
in MWSConfig.properties.
| ||||||||||
void |
InitializeDashboardVersion()
Sets the version of the Flash dashboard.
| ||||||||||
void |
InitializeLogging()
Initializes Java logging.
| ||||||||||
void | InitializeMWS() | ||||||||||
void |
InitializeOfficeInstall(String defaultInstallPath)
Sets up Office install.
| ||||||||||
void |
InitializeProjectSources(String projSrcsPath)
Initializes the project source connect list, which first
initializes the MWSProjectSources object.
| ||||||||||
void |
InitializeStyleCatalog(String mwsBasePath)
Loads the in memory MWS style catalog variable from file.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Adds a key/value pair to the config property collection. Called from DotNet.
Flags the running version of MWS as a universal java version of the service.
Sets mstrws application base file path.
Sets mstrws base application URL.
Pulls the build version out of the mws.jar manifest file.
MWSException |
---|
Initializes MWS configuration by reading properties located in MWSConfig.properties.
Sets the version of the Flash dashboard.
Initializes Java logging. Caller must handle exception in order to handle the logging of Java log init failure to an alternate location.
Exception |
---|
Sets up Office install. If BLOCKOFFICEUPDATE is set, no setup is done. If OFFICEINSTALLURL is set, the URL is used
defaultInstallPath | Default location of Office install |
---|
Initializes the project source connect list, which first initializes the MWSProjectSources object. The projectsource.xml file is processed.
MWSException |
---|
Loads the in memory MWS style catalog variable from file.