|
Carbide.c++ | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IImageBuilderCommandLineConverter
Implement this interface to parse or create a command line.
| Method Summary | |
|---|---|
java.util.List<java.lang.String> |
create(IImageMakefileView view,
IMultiImageSource container,
java.util.List<java.lang.String> origArgv)
Create a command line from the given multi-image source. |
IMultiImageSource |
parse(IImageMakefileView view,
java.util.List<java.lang.String> argv)
Parse the given command line and create a multi-image source, or null if errors encountered. |
| Method Detail |
|---|
IMultiImageSource parse(IImageMakefileView view,
java.util.List<java.lang.String> argv)
view - argv -
java.util.List<java.lang.String> create(IImageMakefileView view,
IMultiImageSource container,
java.util.List<java.lang.String> origArgv)
view - container - origArgv - original arguments if updating command line
|
Carbide.c++ | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||