|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Source | |
---|---|
biz.c24.io.api | Various utility classes. |
biz.c24.io.api.data | Data Model super and utility classes. |
biz.c24.io.api.presentation | Various classes for parsing and formatting data objects. |
biz.c24.io.api.presentation.swift | Specialist API extensions for the SWIFT libraries. |
biz.c24.io.api.test |
Uses of Source in biz.c24.io.api |
---|
Methods in biz.c24.io.api that return Source | |
---|---|
Source |
Factory.createSource(String id,
String configName)
Creates a new Source with the given ID from the configuration element. |
Methods in biz.c24.io.api with parameters of type Source | |
---|---|
static boolean |
Utils.isTextualSource(Source s)
Returns whether the specified source takes textual data as input. |
static ComplexDataObject |
Factory.loadFromSource(Element element,
Source src)
Loads an object from the specified source. |
Uses of Source in biz.c24.io.api.data |
---|
Methods in biz.c24.io.api.data that return Source | |
---|---|
Source |
SourcedEnumeration.getSource()
Returns the source used to load the objects. |
Source |
DataModel.source()
Returns a clone of the default source used by this model. |
Methods in biz.c24.io.api.data with parameters of type Source | |
---|---|
void |
DataModel.setSource(Source source)
Sets the default source used by this model. |
Constructors in biz.c24.io.api.data with parameters of type Source | |
---|---|
SourcedEnumeration(String rootClassName,
Source source,
XPathStatement xpath,
boolean trim,
ClassLoader classLoader)
Creates a new instance. |
|
URISourcedEnumeration(String rootClassName,
Source source,
XPathStatement xpath,
boolean trim,
ClassLoader classLoader,
URI uri)
Creates a new instance. |
Uses of Source in biz.c24.io.api.presentation |
---|
Subclasses of Source in biz.c24.io.api.presentation | |
---|---|
class |
BinarySource
A source for generating data objects from a string formatted with the default presentation properties of a data type hierarchy. |
class |
DefaultSource
Deprecated. Use TextualSource instead. |
class |
FixedLengthSource
Created by IntelliJ IDEA. |
class |
FIXSource
Note that this implementation is not synchronized. |
class |
JavaClassSource
A source for generating data objects from java class instances. |
class |
JsonSource
Take a JSON message from a Reader or a Stream and write-out an object model hierarchy as defined by the ComplexDataObject type. |
class |
SAXSource
A source for generating data objects from a series of SAX events. |
class |
SSSource
Data reader implementation for a SpreadSheet workbook. |
class |
SwiftSource
Created by IntelliJ IDEA. |
class |
TextualSource
A source for generating data objects from a string formatted with the default presentation properties of a data type hierarchy. |
class |
XMLSource
A source for generating data objects from XML. |
Constructors in biz.c24.io.api.presentation with parameters of type Source | |
---|---|
SSSource(Source other)
Constructor with another SpreadSheet reader instance. |
Uses of Source in biz.c24.io.api.presentation.swift |
---|
Subclasses of Source in biz.c24.io.api.presentation.swift | |
---|---|
class |
SwiftPreParser
A source capable of parsing any SWIFT message. |
Uses of Source in biz.c24.io.api.test |
---|
Methods in biz.c24.io.api.test that return Source | |
---|---|
Source |
SourceSinkType.createSource(ClassLoader cl)
|
static Source |
SourceSinkType.createSource(String name,
ClassLoader cl)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |