public interface SuiteStoreManager
| Modifier and Type | Method and Description |
|---|---|
AppSuite[] |
getAppSuites()
Request a list of installed applications.
|
LibSuite[] |
getLibSuites()
Request a list of dynamic components.
|
SuiteInfo[] |
getLinkSuites()
Request a list of added links.
|
SuiteInfo |
getSuiteInfo(java.lang.String vendor,
java.lang.String name)
Returns descriptor of installed suite.
|
SuiteInfo[] |
getSuites(int types)
Request a list of installed suites of specified types.
|
void |
setStatusListener(SuiteStoreListener theListener)
Assigns the suite store status listener
|
SuiteInfo getSuiteInfo(java.lang.String vendor, java.lang.String name)
AppSuite
is returned. If type is SuiteInfo.ST_LIBRARY then LibSuite
is returned.vendor - vendor name of the requested suitename - the name of the suiteSuiteInfo[] getSuites(int types)
types - combination of SuiteInfo type flags
ST_APPLICATION, ST_LIBRARY and ST_LINKAppSuite[] getAppSuites()
LibSuite[] getLibSuites()
SuiteInfo[] getLinkSuites()
void setStatusListener(SuiteStoreListener theListener)
theListener - SuiteStoreListener implementation
or null to remove any listener
SuiteInfo provided by the
SuiteStoreManager as a parameter for
SuiteStoreListener.notifySuiteInstalling(SuiteInfo suite)
has only information from application descriptor about suite name
(see SuiteInfo.getName())
and suite vendor
(see SuiteInfo.getVendor()).
Result of calling any other method of provided
SuiteInfo is undefined.Copyright © 2013, Oracle and/or its affiliates. All rights reserved.
Use is subject to License Terms. Your use of this web site or any of its contents or software indicates your agreement to be bound by these License Terms.