public abstract class MultiCookable extends Cookable implements IMultiCookable
IMultiCookable, except for IMultiCookable.cook(String[], Reader[]).| Constructor and Description |
|---|
MultiCookable() |
| Modifier and Type | Method and Description |
|---|---|
void |
cook(InputStream... inputStreams)
Same as
Cookable.cook(InputStream), but cooks a set of documents into one class. |
void |
cook(InputStream[] inputStreams,
String[] encodings)
Same as
Cookable.cook(InputStream, String), but cooks a set of documents into one class. |
void |
cook(Reader... readers)
Same as
Cookable.cook(Reader), but cooks a set of documents into one class. |
void |
cook(String[] strings)
Same as
Cookable.cook(String), but cooks a set of documents into one class. |
void |
cook(String[] fileNames,
InputStream[] inputStreams)
Same as
Cookable.cook(String, InputStream), but cooks a set of documents into one class. |
void |
cook(String[] fileNames,
InputStream[] inputStreams,
String[] encodings)
Same as
Cookable.cook(String, InputStream, String), but cooks a set of documents into one class. |
abstract void |
cook(String[] fileNames,
Reader[] readers)
Same as
Cookable.cook(String, Reader), but cooks a set of documents into one class. |
void |
cook(String[] fileNames,
String[] strings)
Same as
Cookable.cook(String, String), but cooks a set of documents into one class. |
void |
cookFiles(File[] files)
Same as
Cookable.cookFile(File), but cooks a set of documents into one class. |
void |
cookFiles(File[] files,
String[] encodings)
Same as
Cookable.cookFile(File, String), but cooks a set of documents into one class. |
void |
cookFiles(String[] fileNames)
Same as
Cookable.cookFile(String), but cooks a set of documents into one class. |
void |
cookFiles(String[] fileNames,
String[] encodings)
Same as
Cookable.cookFile(String, String), but cooks a set of documents into one class. |
cook, cook, cook, cook, cook, cook, cook, cook, cookFile, cookFile, cookFile, cookFileclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBytecodes, setSourceVersion, setTargetVersionpublic final void cook(InputStream... inputStreams) throws CompileException, IOException
IMultiCookableCookable.cook(InputStream), but cooks a set of documents into one class.cook in interface IMultiCookableCompileExceptionIOExceptionpublic final void cook(String[] strings) throws CompileException
IMultiCookableCookable.cook(String), but cooks a set of documents into one class.cook in interface IMultiCookableCompileExceptionpublic final void cook(String[] fileNames, InputStream[] inputStreams) throws CompileException, IOException
IMultiCookableCookable.cook(String, InputStream), but cooks a set of documents into one class.cook in interface IMultiCookableCompileExceptionIOExceptionpublic final void cook(InputStream[] inputStreams, String[] encodings) throws CompileException, IOException
IMultiCookableCookable.cook(InputStream, String), but cooks a set of documents into one class.cook in interface IMultiCookableCompileExceptionIOExceptionpublic final void cook(String[] fileNames, InputStream[] inputStreams, String[] encodings) throws CompileException, IOException
IMultiCookableCookable.cook(String, InputStream, String), but cooks a set of documents into one class.cook in interface IMultiCookableCompileExceptionIOExceptionpublic final void cook(String[] fileNames, String[] strings) throws CompileException
IMultiCookableCookable.cook(String, String), but cooks a set of documents into one class.cook in interface IMultiCookableCompileExceptionpublic abstract void cook(String[] fileNames, Reader[] readers) throws CompileException, IOException
IMultiCookableCookable.cook(String, Reader), but cooks a set of documents into one class.
Notice that if any of the documents causes trouble, the entire compilation will fail. If you
need to report which of the documents causes the exception, you may want to use the
fileNames parameter to distinguish between the individual token sources.cook in interface IMultiCookableCompileExceptionIOExceptionpublic final void cookFiles(File[] files) throws CompileException, IOException
IMultiCookableCookable.cookFile(File), but cooks a set of documents into one class.cookFiles in interface IMultiCookableCompileExceptionIOExceptionpublic final void cookFiles(File[] files, String[] encodings) throws CompileException, IOException
IMultiCookableCookable.cookFile(File, String), but cooks a set of documents into one class.cookFiles in interface IMultiCookableCompileExceptionIOExceptionpublic final void cookFiles(String[] fileNames) throws CompileException, IOException
IMultiCookableCookable.cookFile(String), but cooks a set of documents into one class.cookFiles in interface IMultiCookableCompileExceptionIOExceptionpublic final void cookFiles(String[] fileNames, String[] encodings) throws CompileException, IOException
IMultiCookableCookable.cookFile(String, String), but cooks a set of documents into one class.cookFiles in interface IMultiCookableCompileExceptionIOExceptionpublic final void cook(Reader... readers) throws CompileException, IOException
IMultiCookableCookable.cook(Reader), but cooks a set of documents into one class.cook in interface IMultiCookableCompileExceptionIOExceptionCopyright © 2023. All rights reserved.