Constructor and Description |
---|
Script(String name,
String content) |
Script(String name,
String content,
String absolutePath) |
Modifier and Type | Method and Description |
---|---|
String |
getAbsolutePath() |
String |
getContent() |
String |
getName() |
void |
setAbsolutePath(String absolutePath) |
void |
setContent(String content) |
void |
setName(String name) |