|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface InstallationController.PackageSelector
The PackageSelector interface defines methods required for manually or
automatically selecting installed PEAR package root directories and PEAR package files.
| Method Summary | |
|---|---|
File |
selectPackageDirectory(String componentId)
Selects root directory of an installed PEAR package in the local file system. |
File |
selectPackageFile(String componentId)
Selects a PEAR package file in the local file system. |
URL |
selectPackageUrl(String componentId)
Selects a PEAR package URL in the network. |
| Method Detail |
|---|
File selectPackageDirectory(String componentId)
null.
componentId - The ID of the given installed component.
null, if the
given component is not installed yet.File selectPackageFile(String componentId)
null.
componentId - The ID of the given component.
null, if the PEAR file is not found
in the local file system.URL selectPackageUrl(String componentId)
null.
componentId - The ID of the given component.
null, if the PEAR package URL is not
found.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||