public class ClassBean extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
class |
ClassBean.Executer |
static class |
ClassBean.JavaSourceFromString |
static class |
ClassBean.MyClassLoader |
| Modifier and Type | Field and Description |
|---|---|
static org.slf4j.Logger |
LOGGER |
| Constructor and Description |
|---|
ClassBean(String className,
String contents) |
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonObject |
compile() |
String |
getClassName() |
String |
getContents() |
static List<ClassBean.Executer> |
getRunningExecuters() |
void |
run() |
void |
setClassName(String className) |
void |
setContents(String contents) |
public String getClassName()
public void setClassName(String className)
public String getContents()
public void setContents(String contents)
public static List<ClassBean.Executer> getRunningExecuters()
public void run()
public com.google.gson.JsonObject compile()
Copyright © 2018 FenixEdu. All rights reserved.