|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ops4j.pax.construct.clone.PaxScriptImpl
public class PaxScriptImpl
Builder implementation for Pax-Construct based build scripts
Field Summary |
---|
Fields inherited from interface org.ops4j.pax.construct.clone.PaxScript |
---|
CREATE_BUNDLE, CREATE_PROJECT, EMBED_JAR, IMPORT_BUNDLE, WRAP_JAR |
Constructor Summary | |
---|---|
PaxScriptImpl()
Create a new Pax-Construct script builder |
Method Summary | |
---|---|
PaxCommandBuilder |
call(java.lang.String command)
Add a call to a Pax-Construct command |
void |
write(java.lang.String title,
java.io.File scriptFile,
java.util.List setupCommands)
Write the current script to a file, the file extension is used to customize the contents for the target system |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PaxScriptImpl()
Method Detail |
---|
public PaxCommandBuilder call(java.lang.String command)
call
in interface PaxScript
command
- name of a Pax-Construct command
public void write(java.lang.String title, java.io.File scriptFile, java.util.List setupCommands) throws java.io.IOException
write
in interface PaxScript
title
- descriptive name for the scriptscriptFile
- where the script should be savedsetupCommands
- sequence of setup commands
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |