Package de.dentrassi.rpm.builder
Class Script
- java.lang.Object
-
- de.dentrassi.rpm.builder.Script
-
public class Script extends Object
-
-
Constructor Summary
Constructors Constructor Description Script()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FilegetFile()StringgetInterpreter()StringgetScript()StringmakeScriptContent()voidset(String script)voidsetFile(File file)voidsetInterpreter(String interpreter)voidsetScript(String script)
-
-
-
Method Detail
-
getInterpreter
public String getInterpreter()
-
setInterpreter
public void setInterpreter(String interpreter)
-
getFile
public File getFile()
-
setFile
public void setFile(File file)
-
getScript
public String getScript()
-
setScript
public void setScript(String script)
-
set
public void set(String script)
-
makeScriptContent
public String makeScriptContent() throws IOException
- Throws:
IOException
-
-