|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Configuration in org.millscript.millscript |
|---|
| Fields in org.millscript.millscript declared as Configuration | |
|---|---|
protected Configuration |
Session.config
This sessions configuration. |
| Uses of Configuration in org.millscript.millscript.conf |
|---|
| Classes in org.millscript.millscript.conf that implement Configuration | |
|---|---|
class |
AbstractConfiguration
This class is a starting point for implementing a configuration object. |
class |
ApiConf
|
class |
WebsiteConf
This class is the basis of a website configuration. |
| Uses of Configuration in org.millscript.millscript.functions |
|---|
| Fields in org.millscript.millscript.functions declared as Configuration | |
|---|---|
protected Configuration |
AbstractOutputFunction.config
The configuration to use for this function. |
| Uses of Configuration in org.millscript.millscript.render |
|---|
| Fields in org.millscript.millscript.render declared as Configuration | |
|---|---|
protected Configuration |
AbstractRenderer.config
The configuration for this renderer. |
| Constructors in org.millscript.millscript.render with parameters of type Configuration | |
|---|---|
AbstractRenderer(CharacterEntity ce,
Configuration conf,
java.nio.charset.Charset cs,
org.millscript.commons.vfs.VFile file)
Constructs a new abstract renderer, to render to the specified file, with the given set of character entities and output character set. |
|
AbstractRenderer(Configuration conf,
java.nio.charset.Charset cs,
org.millscript.commons.vfs.VFile file)
Constructs a new abstract renderer, to render to the specified file, with the no character entities and output character set. |
|
AbstractRenderer(Configuration conf,
org.millscript.commons.vfs.VFile file)
Constructs a new abstract renderer, to render to the specified file, with the no character entities and output character set. |
|
DatafileRenderer(Configuration conf,
org.millscript.commons.vfs.VFile file)
Constructs a new lines renderer, to render to the specified virtual file using the given confguration. |
|
HTMLRenderer(Configuration conf,
org.millscript.commons.vfs.VFile file)
Constructs a new HTML renderer, to render to the specified virtual file using the given confguration. |
|
LinesRenderer(Configuration conf,
org.millscript.commons.vfs.VFile file)
Constructs a new lines renderer, to render to the specified virtual file using the given confguration. |
|
PropertiesRenderer(Configuration conf,
org.millscript.commons.vfs.VFile file)
|
|
TXTRenderer(Configuration conf,
org.millscript.commons.vfs.VFile file)
Constructs a new TXT renderer, to render to the specified virtual file using the given confguration. |
|
XML10Renderer(Configuration conf,
org.millscript.commons.vfs.VFile file)
Constructs a new XML renderer, to render to the specified virtual file using the given confguration. |
|
XSLTRenderer(Configuration conf,
org.millscript.commons.vfs.VFile file)
Constructs a new XSLT renderer, to render to the specified virtual file using the given confguration. |
|
| Uses of Configuration in org.millscript.millscript.syntax |
|---|
| Fields in org.millscript.millscript.syntax declared as Configuration | |
|---|---|
protected Configuration |
TokenizerImpl.config
The current configuration. |
| Constructors in org.millscript.millscript.syntax with parameters of type Configuration | |
|---|---|
ConfigurationParserImpl(java.lang.String origin,
java.io.Reader r,
boolean eolc,
Configuration c)
Constructs a new ParserImpl with the specified origin, source,
interactive prompt and end of line comment status. |
|
ParserImpl(java.lang.String origin,
java.io.Reader r,
boolean eolc,
Configuration c)
Constructs a new ParserImpl with the specified origin, source,
interactive prompt and end of line comment status. |
|
| Uses of Configuration in org.millscript.millscript.vm |
|---|
| Methods in org.millscript.millscript.vm that return Configuration | |
|---|---|
Configuration |
Machine.getConfig()
Returns this machines configuration. |
Configuration |
Package.getConfig()
Returns this packages configuration. |
Configuration |
Engine.getConfig()
Returns this engines configuration. |
| Constructors in org.millscript.millscript.vm with parameters of type Configuration | |
|---|---|
Engine(Configuration conf)
Constructs a new engine with a default package. |
|
Machine(Configuration c)
Constructs a new machine with the specified configuration. |
|
StandardEngine(Configuration config)
Constructs a new standard engine. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||