类 AbstractJavaCompiler
java.lang.Object
com.sh.common.jci.compilers.AbstractJavaCompiler
- 所有已实现的接口:
JavaCompiler
Description:
Title:首亨软件 - CRM、TSS、ERP等信息化管理软件
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明compile(String[] pClazzNames, ResourceReader pReader, ResourceStore pStore) uses the default compiler settings and the current classloadercompile(String[] pClazzNames, ResourceReader pReader, ResourceStore pStore, ClassLoader pClassLoader) uses the default compiler settingsvoidSet the the handler that gets the notification of an error or warning as soon as this information is available from the compiler.从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 com.sh.common.jci.compilers.JavaCompiler
compile, createDefaultSettings
-
字段详细资料
-
problemHandler
-
-
构造器详细资料
-
AbstractJavaCompiler
public AbstractJavaCompiler()
-
-
方法详细资料
-
setCompilationProblemHandler
从接口复制的说明:JavaCompilerSet the the handler that gets the notification of an error or warning as soon as this information is available from the compiler. Note: Some compilers might not support this feature.- 指定者:
setCompilationProblemHandler在接口中JavaCompiler- 参数:
pHandler- CompilationProblemHandler
-
compile
public CompilationResult compile(String[] pClazzNames, ResourceReader pReader, ResourceStore pStore) 从接口复制的说明:JavaCompileruses the default compiler settings and the current classloader- 指定者:
compile在接口中JavaCompiler- 参数:
pClazzNames- String[]pReader- ResourceReaderpStore- ResourceStore- 返回:
- CompilationResult
-
compile
public CompilationResult compile(String[] pClazzNames, ResourceReader pReader, ResourceStore pStore, ClassLoader pClassLoader) 从接口复制的说明:JavaCompileruses the default compiler settings- 指定者:
compile在接口中JavaCompiler- 参数:
pClazzNames- String[]pReader- ResourceReaderpStore- ResourceStorepClassLoader- ClassLoader- 返回:
- CompilationResult
-