| Package | Description |
|---|---|
| xyz.cofe.cbuffer | |
| xyz.cofe.collection.tree |
Закрытие объектов (Closeable), подписчики, линивое значение, приемник
|
| xyz.cofe.common |
Работа с деревом
|
| xyz.cofe.cxconsole.actions |
Пользовательские действия в CxConsole.
|
| xyz.cofe.cxconsole.files | |
| xyz.cofe.cxconsole.ob | |
| xyz.cofe.cxconsole.props | |
| xyz.cofe.cxconsole.script | |
| xyz.cofe.cxconsole.script.ob | |
| xyz.cofe.cxconsole.script.sql.ctx | |
| xyz.cofe.data | |
| xyz.cofe.fs | |
| xyz.cofe.gui.swing.font | |
| xyz.cofe.gui.swing.log | |
| xyz.cofe.gui.swing.menu | |
| xyz.cofe.gui.swing.properties | |
| xyz.cofe.gui.swing.table | |
| xyz.cofe.gui.swing.text | |
| xyz.cofe.gui.swing.tree | |
| xyz.cofe.http | |
| xyz.cofe.http.download | |
| xyz.cofe.io | |
| xyz.cofe.j2d.ui | |
| xyz.cofe.sql | |
| xyz.cofe.text | |
| xyz.cofe.text.template | |
| xyz.cofe.xml |
Классы для работы с XML
|
| Modifier and Type | Method and Description |
|---|---|
long |
ContentBufferFuncs.readStreamInto(InputStream stream,
long skip,
long maxRead,
ContentBuffer cbuf,
long bufferBeginIndex,
long bufferEndIndexExclusive,
int blockSize,
Func1<Object,Long> progress)
Записывает поток в буффер
|
| Modifier and Type | Method and Description |
|---|---|
static <Node extends TreeNode> |
AbstractTreeNode.tree(TreeNode<Node> start,
TreeWalkType walkType,
Func1<Boolean,TreeNode<Node>> follow)
Обход вершин, начиная с указанной в определенном порядке
|
void |
AbstractTreeNode.visit(Func1<Boolean,Stack<Node>> visiter)
Обход дерева
|
void |
AbstractTreeNode.visit(Func1<Boolean,Stack<Node>> visiter,
Func1<Object,Stack<Node>> exitVisiter)
Обход дерева
|
void |
AbstractTreeNode.visit(Func1<Boolean,Stack<Node>> visiter,
Func1<Object,Stack<Node>> exitVisiter)
Обход дерева
|
void |
TreeNode.visit(Func1<Boolean,Stack<Node>> visiterEnter,
Func1<Object,Stack<Node>> visiterExit)
обход вершин древа
|
void |
TreeNode.visit(Func1<Boolean,Stack<Node>> visiterEnter,
Func1<Object,Stack<Node>> visiterExit)
обход вершин древа
|
static <Node extends TreeNode> |
AbstractTreeNode.visit(Func1<Boolean,Stack<Node>> visiter,
Func1<Object,Stack<Node>> exitVisiter,
TreeNode<Node> startNode) |
static <Node extends TreeNode> |
AbstractTreeNode.visit(Func1<Boolean,Stack<Node>> visiter,
Func1<Object,Stack<Node>> exitVisiter,
TreeNode<Node> startNode) |
static <Node extends TreeNode> |
AbstractTreeNode.visit(Func1<Boolean,Stack<Node>> visiter,
TreeNode<Node> startNode) |
static <Node extends TreeNode> |
AbstractTreeNode.walk(TreeNode<Node> start,
Func1<Boolean,TreeNode<Node>> follow)
Возвращает итератор по узлам дерева
|
| Constructor and Description |
|---|
PropertyChangeDelegator(Object bean,
Method mremove,
boolean beanAsWeak,
Predicate<String> propertyNameFilter,
Func1<Object,PropertyChangeEvent> consumer,
boolean consumerAsWeak) |
| Modifier and Type | Method and Description |
|---|---|
RewriteRulesFun |
RewriteRulesFun.readAccelerator(Func1<KeyStroke,KeyStroke> f) |
RewriteRulesFun |
RewriteRulesFun.readLongDesc(Func1<String,String> f) |
RewriteRulesFun |
RewriteRulesFun.readName(Func1<String,String> f) |
RewriteRulesFun |
RewriteRulesFun.readShortDesc(Func1<String,String> f) |
RewriteRulesFun |
RewriteRulesFun.writeAccelerator(Func1<KeyStroke,KeyStroke> f) |
RewriteRulesFun |
RewriteRulesFun.writeLongDesc(Func1<String,String> f) |
RewriteRulesFun |
RewriteRulesFun.writeName(Func1<String,String> f) |
RewriteRulesFun |
RewriteRulesFun.writeShortDesc(Func1<String,String> f) |
| Modifier and Type | Field and Description |
|---|---|
protected Func1<Component,File> |
SwingFileDialog.BaseDlg.preview |
| Modifier and Type | Method and Description |
|---|---|
Func1<Component,File> |
SwingFileDialog.BaseDlg.getPreview() |
| Modifier and Type | Method and Description |
|---|---|
Result |
FileDialogConfigure.preview(Func1<Component,File> preview) |
ResultConf |
SwingFileDialog.BaseDlg.preview(Func1<Component,File> preview) |
void |
SwingFileDialog.BaseDlg.setPreview(Func1<Component,File> preview) |
| Modifier and Type | Field and Description |
|---|---|
protected Func1<TreeTableNodeFormat,NamedCollection> |
NamedCollectionObPlugin.namedCollectionFormatter |
| Modifier and Type | Method and Description |
|---|---|
Func1<Boolean,Object> |
BaseObjectBrowser.getFollowableFn() |
Func1<String,Object> |
BaseObjectBrowser.getNameFn() |
protected Func1<XmlElementStore,Object> |
ObjectBrowserDock.xmlStoreFunc(Object o) |
| Modifier and Type | Method and Description |
|---|---|
Set<Func1<List<JMenuItem>,TreeTableNodeBasic>> |
BaseObjectBrowser.getContextMenuBuilders() |
ClassMap<Func1<Boolean,Object>> |
BaseObjectBrowser.getFollowableMap() |
ClassMap<Func1<TreeTableNodeFormat,Object>> |
BaseObjectBrowser.getFormatMap() |
ClassMap<Func1<String,Object>> |
BaseObjectBrowser.getNamingMap() |
ClassMap<Func1<Icon,Object>> |
BaseObjectBrowser.getTypeIconMap() |
ClassMap<Func1<XmlElementStore,Object>> |
ObjectBrowserService.getXmlStoreMap() |
ClassMap<Func1<XmlElementStore,Object>> |
ObjectBrowserDock.getXmlStoreMap() |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
BaseObjectBrowser.followable(Class<T> type,
Func1<Boolean,T> followableFn) |
Context<T> |
ContextBuilder.followable(Func1<Boolean,T> followableFn) |
<T> void |
BaseObjectBrowser.format(Class<T> type,
Func1<TreeTableNodeFormat,T> fmtfn) |
Context<T> |
Context.format(Func1<TreeTableNodeFormat,T> fmtfn)
Указывает функцию форматириования
|
Context<T> |
ContextBuilder.format(Func1<TreeTableNodeFormat,T> fmtfn) |
Context<T> |
Context.icon(Func1<Icon,T> iconFun)
Указывает иконку для типа объекта
|
Context<T> |
ContextBuilder.icon(Func1<Icon,T> iconFun) |
<T> void |
BaseObjectBrowser.naming(Class<T> type,
Func1<String,T> nameFn) |
Context<T> |
Context.naming(Func1<String,T> nameFn)
Указывает функцию именования узла
|
Context<T> |
ContextBuilder.naming(Func1<String,T> nameFn) |
<T> Closeable |
ObjectBrowserService.registerXmlStore(Class<T> t,
Func1<XmlElementStore,T> fetchStore) |
| Modifier and Type | Method and Description |
|---|---|
void |
ObjectBrowserDock.setXmlStoreMap(ClassMap<Func1<XmlElementStore,Object>> xmlStoreMap) |
| Modifier and Type | Method and Description |
|---|---|
PropertiesService.Editor |
PropertiesService.Editor.addProperty(String name,
Class type,
Func0 read,
Func1 write) |
| Modifier and Type | Field and Description |
|---|---|
protected Func1<List<JMenuItem>,TreeTableNodeBasic> |
ScriptObNodesService.contextMenu |
| Modifier and Type | Field and Description |
|---|---|
protected Func1<List<JMenuItem>,TreeTableNodeBasic> |
Ctx.contextMenuBuilder |
protected Func1<List<JMenuItem>,TreeTableNodeBasic> |
Ctx.defaultContextMenuBuilder |
| Modifier and Type | Method and Description |
|---|---|
Func1<List<JMenuItem>,TreeTableNodeBasic> |
Ctx.getContextMenuBuilder() |
| Modifier and Type | Method and Description |
|---|---|
void |
Ctx.setContextMenuBuilder(Func1<List<JMenuItem>,TreeTableNodeBasic> contextMenuBuilder) |
| Modifier and Type | Field and Description |
|---|---|
protected Func1<TreeTableNodeFormat,DbCatalog> |
JdbcContext.catalogFormat |
protected Func1<Boolean,Object> |
JdbcContext.followableFn |
protected Func1<TreeTableNodeFormat,NamedCollection> |
JdbcContext.namedCollectionFormatter |
protected Func1<TreeTableNodeFormat,DbSchema> |
JdbcContext.schemaFormat |
| Modifier and Type | Field and Description |
|---|---|
protected ClassMap<Func1<Boolean,Object>> |
JdbcContext.followableMap |
protected ClassMap<Func1<TreeTableNodeFormat,Object>> |
JdbcContext.formats |
| Modifier and Type | Method and Description |
|---|---|
protected <T> void |
JdbcContext.followable(Class<T> cls,
Func1<Boolean,T> fn) |
<T> void |
JdbcContext.format(Class<T> cls,
Func1<TreeTableNodeFormat,T> fmtfn) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
DataTable.lockRunInternal(Func1<Object,DataTable.InternalRun> run) |
| Modifier and Type | Method and Description |
|---|---|
Glob |
Glob.matched(Func1<Object,File> matched)
Указывает функцию которая будет принемать файлы совпадающие с шаблоном
|
Glob |
Glob.skipped(Func1<Object,File> skipped)
Указывает функцию которая будет принемать пропущенные файлы
|
| Modifier and Type | Method and Description |
|---|---|
static Font |
FontChooser.choose(Font currentFont,
Frame parent,
boolean modal,
Func1<String,String> translate,
Reciver<Font> consumer) |
void |
FontChooserPanel.translate(Func1<String,String> fn) |
void |
FontChooser.translate(Func1<String,String> fn) |
| Modifier and Type | Method and Description |
|---|---|
LogRecordColumn |
LogRecordColumn.rowReader(Func1<Convertor<Object,Object>,Integer> rowReader) |
| Modifier and Type | Field and Description |
|---|---|
protected Func1<MenuItem,Action> |
ContextMenuBuilder.menuFromAction |
| Modifier and Type | Field and Description |
|---|---|
protected Func1 |
Property.writeFn |
| Modifier and Type | Method and Description |
|---|---|
Func1 |
Property.getWriteFn() |
| Modifier and Type | Method and Description |
|---|---|
<T> PropertySheet.Edit |
PropertySheet.EditProperties.add(String name,
Class<T> type,
Func0<T> r,
Func1<Object,T> w)
Добавить/создать read-write свойство
|
void |
Property.setWriteFn(Func1 writeFn) |
T |
PropertyBuilderGeneric.writer(Func1 writer) |
| Constructor and Description |
|---|
Property(String name,
Class type,
Func0 read,
Func1 write)
Конструктор
|
| Modifier and Type | Field and Description |
|---|---|
protected Func1<Integer,Integer> |
TableModelEventDelegator.mapColumnToOutside |
protected Func1<Integer,Integer> |
TableModelEventDelegator.mapRowToOutside |
protected Func1<Convertor<Object,Object>,Integer> |
Column.rowReader
Чтение значения ячейки в зависимости от номера строки
|
| Modifier and Type | Method and Description |
|---|---|
Func1<Integer,Integer> |
TableModelEventDelegator.getMapColumnToOutside() |
Func1<Integer,Integer> |
TableModelEventDelegator.getMapRowToOutside() |
| Modifier and Type | Method and Description |
|---|---|
<T> PropertyColumn |
PropertyColumn.addValueFormat(Class<T> cls,
Func1<TreeTableNodeFormat,T> reader)
Указывает форматирование для указанных типов
|
<BEAN,PROP> |
PropertyColumn.classProperty(Class<BEAN> beanClass,
String name,
Class<PROP> propType,
Func1<PROP,BEAN> propReader,
Func2<Object,BEAN,PROP> propWrite) |
List<TableModelEvent> |
TableModelEventDelegator.deletageTMEvent(TableModelEvent e,
TableModel newsrc,
Func1<Integer,Integer> mapRowToOutside,
Func1<Integer,Integer> mapColumnToOutside)
Делегирует пришедшее событие из оригинальной таблицы к своим подписчикам
|
List<TableModelEvent> |
TableModelEventDelegator.deletageTMEvent(TableModelEvent e,
TableModel newsrc,
Func1<Integer,Integer> mapRowToOutside,
Func1<Integer,Integer> mapColumnToOutside)
Делегирует пришедшее событие из оригинальной таблицы к своим подписчикам
|
protected int |
SortRowTM.fitness(Func1<Boolean,Integer> skip)
Функция проверки упорядонночести
|
Column |
Column.rowReader(Func1<Convertor<Object,Object>,Integer> rowReader)
Чтение значения ячейки.
|
void |
TableModelEventDelegator.setMapColumnToOutside(Func1<Integer,Integer> mapColumnToOutside) |
void |
TableModelEventDelegator.setMapRowToOutside(Func1<Integer,Integer> mapRowToOutside) |
| Modifier and Type | Field and Description |
|---|---|
protected ConcurrentLinkedQueue<Func1<AString,AString>> |
AString.Format.formatters |
| Modifier and Type | Field and Description |
|---|---|
protected Func1<Boolean,Object> |
TreeTableNodeBasic.dataFollowable |
protected Func1<String,Object> |
TreeTableNodeBasic.dataTextReader |
protected Func1<T,String> |
TreeTableNodeValueEditorDef.ConvertTextFieldEditor.parser |
protected Func1<String,T> |
TreeTableNodeValueEditorDef.ConvertTextFieldEditor.serializer |
| Modifier and Type | Field and Description |
|---|---|
protected ClassMap<Func1<Boolean,Object>> |
TreeTableHelper.NodesConf.followable
Проверка на возможность извлечение дочерних объектов из узлов
|
protected ClassMap<Func1<TreeTableNodeFormat,Object>> |
TreeTableHelper.NodesConf.formats |
protected ClassMap<Func1<String,Object>> |
TreeTableHelper.NodesConf.names
Чтение имени объекта
|
| Modifier and Type | Method and Description |
|---|---|
Func1<Boolean,Object> |
TreeTableNodeBasic.getDataFollowable() |
Func1<String,Object> |
TreeTableNodeBasic.getDataTextReader() |
Func1<T,String> |
TreeTableNodeValueEditorDef.ConvertTextFieldEditor.getParser() |
Func1<Boolean,Object> |
TreeTableNodeBasic.getPreferredDataFollowable() |
Func1<String,T> |
TreeTableNodeValueEditorDef.ConvertTextFieldEditor.getSerializer() |
| Modifier and Type | Method and Description |
|---|---|
<T> TreeTableNodeValueColumn |
TreeTableNodeValueColumn.addCustomPainter(Class<T> cls,
Func1<Func2<Object,Graphics,Rectangle>,T> reader)
Указывает спец рендер для указанных типов
|
<T> TreeTableNodeValueColumn |
TreeTableNodeValueColumn.addValueEditor(Class<T> cls,
Func1<TreeTableNodeValueEditor.Editor,T> reader) |
<T> TreeTableNodeValueColumn |
TreeTableNodeValueColumn.addValueFormat(Class<T> cls,
Func1<TreeTableNodeFormat,T> reader)
Указывает форматирование для указанных типов
|
<T> TreeTableNodeValueColumn |
TreeTableNodeValueColumn.addValueReader(Class<T> cls,
Func1<Object,T> reader)
Указывает функцию чтения узла
|
<T> TreeTableNodeValueColumn |
TreeTableNodeValueColumn.addValueType(Class<T> cls,
Func1<Class,T> typeReader) |
<T> TreeTableHelper.DataColumnConf |
TreeTableHelper.DataColumnConf.editor(Class<T> cls,
Func1<TreeTableNodeValueEditor.Editor,T> customEditor) |
TreeTableHelper.NodeColumnConf<T> |
TreeTableHelper.NodeColumnConf.editor(Func1<TreeTableNodeValueEditor.Editor,T> customEditor) |
<T> TreeTableHelper.NodesConf |
TreeTableHelper.NodesConf.followable(Class<T> cls,
Func1<Boolean,T> followable)
Добавляет функцию проверки следования для определенного типа
|
TreeTableHelper.NodeConf<T> |
TreeTableHelper.NodeConf.followable(Func1<Boolean,T> followable) |
<T> TreeTableHelper.DataColumnConf |
TreeTableHelper.DataColumnConf.format(Class<T> cls,
Func1<TreeTableNodeFormat,T> valueFormat) |
<T> TreeTableHelper.NodesConf |
TreeTableHelper.NodesConf.naming(Class<T> cls,
Func1<String,T> naming)
Указывает как выводить текст узла
|
TreeTableHelper.NodeConf<T> |
TreeTableHelper.NodeConf.naming(Func1<String,T> naming) |
<T> TreeTableHelper.DataColumnConf |
TreeTableHelper.DataColumnConf.painter(Class<T> cls,
Func1<Func2<Object,Graphics,Rectangle>,T> customPainter) |
TreeTableHelper.NodeColumnConf<T> |
TreeTableHelper.NodeColumnConf.painter(Func1<Func2<Object,Graphics,Rectangle>,T> customPainter) |
<T> TreeTableHelper.DataColumnConf |
TreeTableHelper.DataColumnConf.reader(Class<T> cls,
Func1<Object,T> reader) |
TreeTableHelper.NodeColumnConf<T> |
TreeTableHelper.NodeColumnConf.reader(Func1<Object,T> reader) |
Column |
TreeTableColumn.rowReader(Func1<Convertor<Object,Object>,Integer> rowReader) |
void |
TreeTableNodeBasic.setDataFollowable(Func1<Boolean,Object> dataFollowable) |
void |
TreeTableNodeBasic.setDataTextReader(Func1<String,Object> dataTextReader) |
void |
TreeTableNodeValueEditorDef.ConvertTextFieldEditor.setParser(Func1<T,String> parser) |
void |
TreeTableNodeValueEditorDef.ConvertTextFieldEditor.setSerializer(Func1<String,T> serializer) |
| Constructor and Description |
|---|
ConvertTextFieldEditor(Func1<T,String> parser,
Func1<String,T> serializer,
T defValue) |
ConvertTextFieldEditor(Func1<T,String> parser,
Func1<String,T> serializer,
T defValue) |
| Modifier and Type | Class and Description |
|---|---|
class |
FormMultipartData |
class |
FormUrlencodedMap |
| Modifier and Type | Field and Description |
|---|---|
protected Func1<Object,URLConnection> |
HttpResponse.data |
protected Func1<Object,URLConnection> |
HttpRequest.data |
| Modifier and Type | Method and Description |
|---|---|
Func1<Object,URLConnection> |
HttpResponse.getData() |
Func1<Object,URLConnection> |
HttpRequest.getData() |
| Modifier and Type | Method and Description |
|---|---|
static ContentFragments |
ContentFragments.createMd5(InputStream data,
int fragmentSize,
Func1<Object,Long> progress) |
Closeable |
HttpDownloader.onFinished(Func1<Object,HttpDownloader> runOnFinsihed)
Вызывать код когда запрос перейдет в состояние finished.
|
Closeable |
HttpResponse.onFinished(Func1<Object,HttpResponse> runOnFinsihed)
Вызывать код когда запрос перейдет в состояние finishDate.
|
void |
HttpResponse.setData(Func1<Object,URLConnection> data) |
void |
HttpRequest.setData(Func1<Object,URLConnection> data) |
| Modifier and Type | Method and Description |
|---|---|
GetPart |
GetPart.addResponseListener(HttpListener listener,
boolean weak,
Func1<Object,Closeable> closeableReciver)
Добавление подписч. на обработку запроса
|
| Modifier and Type | Method and Description |
|---|---|
static long |
IOFun.copy(InputStream from,
OutputStream to,
long maxSize,
int blockSize,
Func1<Object,Long> progress)
Копирует данные из входного потока в выходной поток.
|
static byte[] |
IOFun.readBytes(InputStream from,
int maxSize,
int blockSize,
Func1<Object,Long> progress)
Чтение байтового потока
|
static byte[] |
IOFun.readBytes(URL url,
int maxSize,
int blockSize,
Func1<Object,Long> progress)
Чтение байт данных
|
static String |
IOFun.readText(InputStream from,
Charset cs,
int maxSize,
int blockSize,
Func1<Object,Long> progress)
Чтение текстовых данных
|
static String |
IOFun.readText(URL url,
Charset cs,
int maxSize,
int blockSize,
Func1<Object,Long> progress)
Чтение текстовых данных
|
| Modifier and Type | Method and Description |
|---|---|
protected Func1<Boolean,Stack<GNode>> |
Canvas.createChildRenderVisiter(Graphics2D gs,
Integer minLevel,
Integer maxLevel) |
| Modifier and Type | Field and Description |
|---|---|
protected Func1<Object,SQLException> |
ResultSetFetcher.sqlExceptionHook |
| Modifier and Type | Method and Description |
|---|---|
Func1<Object,SQLException> |
ResultSetFetcher.getSqlExceptionHook() |
| Modifier and Type | Method and Description |
|---|---|
void |
ResultSetFetcher.setSqlExceptionHook(Func1<Object,SQLException> sqlExceptionHook) |
| Modifier and Type | Field and Description |
|---|---|
protected Func1<Object,Reader> |
LineReaderIterator.closeReader |
| Constructor and Description |
|---|
LineReaderIterator(Reader reader,
int bufferSize,
Func1<Object,Reader> closeReader,
Lock lock) |
| Modifier and Type | Field and Description |
|---|---|
Func1<EvalCode,String> |
EvalVisitor.evalCode |
Func1<EvalText,String> |
EvalVisitor.evalText |
| Modifier and Type | Method and Description |
|---|---|
<T> Func1<String,T> |
FormatBuilder.build(BasicTemplate template,
Func1<Object,T> setContext,
Func1<String,String> evalCode)
Создание функции форматирования
|
<T> Func1<String,T> |
AlignFormatBuilder.build(BasicTemplate template,
Func1<Object,T> setContext,
Func1<String,String> evalCode) |
| Modifier and Type | Method and Description |
|---|---|
<T> Func1<String,T> |
FormatBuilder.build(BasicTemplate template,
Func1<Object,T> setContext,
Func1<String,String> evalCode)
Создание функции форматирования
|
<T> Func1<String,T> |
FormatBuilder.build(BasicTemplate template,
Func1<Object,T> setContext,
Func1<String,String> evalCode)
Создание функции форматирования
|
<T> Func1<String,T> |
AlignFormatBuilder.build(BasicTemplate template,
Func1<Object,T> setContext,
Func1<String,String> evalCode) |
<T> Func1<String,T> |
AlignFormatBuilder.build(BasicTemplate template,
Func1<Object,T> setContext,
Func1<String,String> evalCode) |
<ResultType,EvalCode,EvalText> |
TemplateParser.eval(AstNode tree,
Func1<EvalText,String> evalText,
Func1<EvalCode,String> evalCode,
Func0<ResultType> initResult,
Func2<ResultType,ResultType,EvalText> appendText,
Func2<ResultType,ResultType,EvalCode> appendCode) |
<ResultType,EvalCode,EvalText> |
TemplateParser.eval(AstNode tree,
Func1<EvalText,String> evalText,
Func1<EvalCode,String> evalCode,
Func0<ResultType> initResult,
Func2<ResultType,ResultType,EvalText> appendText,
Func2<ResultType,ResultType,EvalCode> appendCode) |
Func0<String> |
TemplateParser.evalAndPrint(AstNode tree,
Func1<String,String> evalCode) |
Func0<String> |
TemplateParser.evalAndPrint(AstNode tree,
Func1<String,String> evalText,
Func1<String,String> evalCode) |
Func0<String> |
TemplateParser.evalAndPrint(AstNode tree,
Func1<String,String> evalText,
Func1<String,String> evalCode) |
Func0<String> |
BasicTemplate.evalAndPrint(Func1<String,String> evalCode) |
Func0<String> |
BasicTemplate.evalAndPrint(Func1<String,String> evalText,
Func1<String,String> evalCode) |
Func0<String> |
BasicTemplate.evalAndPrint(Func1<String,String> evalText,
Func1<String,String> evalCode) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Func1<String,String>> |
XmlCoder.getProcessingInstructions() |
| Modifier and Type | Method and Description |
|---|---|
void |
XmlCoder.setProcessingInstructions(Map<String,Func1<String,String>> processingInstruction) |
Copyright © 2018. All rights reserved.