|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PlatformDefinition
Abstracts the platform definition file.
Method Summary | |
---|---|
java.lang.String |
getPackages()
Returns a list of comma separated list of packages required by the platform. |
java.util.List<BundleReference> |
getPlatformBundles(java.lang.String profileName)
Returns a list of bundles to be installed as part of the platform. |
java.net.URL |
getSystemPackage()
Returns the system package = a jar containing the main platform classes. |
java.lang.String |
getSystemPackageName()
Returns the "nice" name for system package. |
Method Detail |
---|
java.net.URL getSystemPackage()
java.lang.String getSystemPackageName()
java.lang.String getPackages()
java.util.List<BundleReference> getPlatformBundles(java.lang.String profileName)
profileName
- name of the profile in use
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |