public class OnBotJavaStandardFileManager extends OnBotJavaDelegatingStandardFileManager
OnBotJavaStandardFileManager manages access to the on-bot java files on behalf
of the java compiler. We extend the simple delegation of OnBotJavaDelegatingStandardFileManager
by adding the configuration information specific to the On-Bot Java environment| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
TAG |
delegate| Constructor and Description |
|---|
OnBotJavaStandardFileManager(javax.tools.StandardJavaFileManager delegate) |
| Modifier and Type | Method and Description |
|---|---|
void |
setSourcePath(java.lang.Iterable<? extends java.io.File> srcPath) |
getJavaFileObjects, getJavaFileObjects, getJavaFileObjectsFromFiles, getJavaFileObjectsFromStrings, getLocation, setLocationclose, flush, getClassLoader, getFileForInput, getFileForOutput, getJavaFileForInput, getJavaFileForOutput, handleOption, hasLocation, inferBinaryName, isSameFile, isSupportedOption, listclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic static final java.lang.String TAG