|
EGF Engine Release 0.1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPluginChangesCommandRunner
Define a method to perform changes on plug-in files.
Changes are implemented through IPluginChangesCommand
objects.
If the plug-in file doesn't exist, it will be created; otherwise it will be modified.
Plug-in file can be open or not, it doesn't matter.
Method Summary | |
---|---|
void |
performChangesOnManifest(String bundleId_p,
List<IPluginChangesCommand> commands_p)
Perform plug-in manifest changes for given bundle id. |
void |
performChangesOnPlugin(String bundleId_p,
List<IPluginChangesCommand> commands_p)
Perform plug-in changes for given bundle id. |
Method Detail |
---|
void performChangesOnPlugin(String bundleId_p, List<IPluginChangesCommand> commands_p)
bundleId_p
- commands_p
- list of command that make changes.void performChangesOnManifest(String bundleId_p, List<IPluginChangesCommand> commands_p)
bundleId_p
- commands_p
- list of command that make changes.
|
EGF Engine Release 0.1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) Thales Corporate Services S.A.S, 2009.
This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.