public class ScriptConfiguration extends Object
The configuration of an installation scripts.
Constructor and Description |
---|
ScriptConfiguration()
Creates a configuration.
|
Modifier and Type | Method and Description |
---|---|
String |
getContent()
Returns the content.
|
File |
getFile()
Returns the file.
|
ScriptType |
getType()
Returns the type.
|
void |
setContent(String content)
Sets the content.
|
void |
setFile(File file)
Sets the file.
|
void |
setType(ScriptType type)
Sets the type.
|
public ScriptType getType()
Returns the type.
public void setType(ScriptType type)
Sets the type.
type
- The type.public File getFile()
Returns the file.
public void setFile(File file)
Sets the file.
file
- The file.public String getContent()
Returns the content.
public void setContent(String content)
Sets the content.
content
- The content.Copyright © 2015–2019. All rights reserved.