public class ScriptInfo extends Object
| Constructor and Description |
|---|
ScriptInfo() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Returns true if roots are quals
|
String |
getCompilerClass()
Returns compiler class name
|
List<File> |
getLibraries()
Returns list of libraries that will be used byscript context and it's
children
|
File |
getRoot()
Returns root of script context
|
List<ScriptInfo> |
getScriptInfos()
Return list of child context descriptors
|
int |
hashCode()
Returns hashcode of root
|
void |
setCompilerClass(String compilerClass)
Sets compiler class name
|
void |
setLibraries(List<File> libraries)
Sets list of libraries that will be used by script context and it's
children
|
void |
setRoot(File root)
Sets root for script context
|
void |
setScriptInfos(List<ScriptInfo> scriptInfos)
Sets list of child context descriptors
|
String |
toString() |
public File getRoot()
public void setRoot(File root)
root - root for script contextpublic List<File> getLibraries()
public void setLibraries(List<File> libraries)
libraries - sets list of librariespublic List<ScriptInfo> getScriptInfos()
public void setScriptInfos(List<ScriptInfo> scriptInfos)
scriptInfos - list of child context descriptorspublic String getCompilerClass()
public void setCompilerClass(String compilerClass)
compilerClass - name of compiler classpublic boolean equals(Object o)
public int hashCode()
Copyright © 2014–2015. All rights reserved.