- SECTION_MANAGER_LIST_PROPERTY_SEPARATOR - Static variable in class net.sourceforge.czt.session.SectionManager
-
- SectionInfo - Interface in net.sourceforge.czt.session
-
A section information (also called section manager) is the central place for storage and
computation of CZT information.
- SectionInfoException - Exception in net.sourceforge.czt.session
-
- SectionInfoException() - Constructor for exception net.sourceforge.czt.session.SectionInfoException
-
Constructs a new CZT exception with null as its message.
- SectionInfoException(String) - Constructor for exception net.sourceforge.czt.session.SectionInfoException
-
Constructs a new CZT exception with the specified message.
- SectionInfoException(String, Throwable) - Constructor for exception net.sourceforge.czt.session.SectionInfoException
-
Constructs a new CZT exception with the specified message
and cause.
- SectionInfoException(Throwable) - Constructor for exception net.sourceforge.czt.session.SectionInfoException
-
Constructs a new CZT exception with the specified cause.
- SectionManager - Class in net.sourceforge.czt.session
-
This class is a repository for information about (Z) specs/sections (and its extensions).
- SectionManager(Dialect) - Constructor for class net.sourceforge.czt.session.SectionManager
-
Creates a new section manager for a given Z extension/dialect.
- SectionManager(Dialect, boolean, Level, Level) - Constructor for class net.sourceforge.czt.session.SectionManager
-
- Session - Class in net.sourceforge.czt.session
-
A session contains a section manager and records the name of the
current section.
- Session(Dialect) - Constructor for class net.sourceforge.czt.session.Session
-
- setEncoding(String) - Method in class net.sourceforge.czt.session.Source
-
- setMarkup(Markup) - Method in class net.sourceforge.czt.session.Source
-
- setName(String) - Method in class net.sourceforge.czt.session.Source
-
- setPath(String) - Method in class net.sourceforge.czt.session.Session
-
- setProperties(Properties) - Method in class net.sourceforge.czt.session.SectionManager
-
Sets a whole bunch of properties to the given values.
- setProperty(String, String) - Method in class net.sourceforge.czt.session.SectionManager
-
Sets a property to the given value.
- setSection(String) - Method in class net.sourceforge.czt.session.Session
-
- setTracing(boolean, Level) - Method in interface net.sourceforge.czt.session.SectionInfo
-
Set section management tracing on/off.
- setTracing(boolean, Level) - Method in class net.sourceforge.czt.session.SectionManager
-
Set section management tracing on/off.
- setTracing(boolean) - Method in class net.sourceforge.czt.session.SectionManager
-
- setTracing(boolean, Handler, Level) - Method in class net.sourceforge.czt.session.SectionManager
-
- Source - Class in net.sourceforge.czt.session
-
The source of a specification.
- Source() - Constructor for class net.sourceforge.czt.session.Source
-
- SourceLocator - Class in net.sourceforge.czt.session
-
A command to compute the URL for a Z section.
- SourceLocator() - Constructor for class net.sourceforge.czt.session.SourceLocator
-
- SourceLocator.SourceLocatorException - Exception in net.sourceforge.czt.session
-
Exception thrown when source could not be found.
- SourceLocatorException(Dialect, String, String) - Constructor for exception net.sourceforge.czt.session.SourceLocator.SourceLocatorException
-
- SourceLocatorException(Dialect, String, String, Throwable) - Constructor for exception net.sourceforge.czt.session.SourceLocator.SourceLocatorException
-
- startTransaction(Key<?>) - Method in interface net.sourceforge.czt.session.SectionInfo
-
Starts a section manager transaction.
- startTransaction(Key<?>) - Method in class net.sourceforge.czt.session.SectionManager
-
- StdInSource - Class in net.sourceforge.czt.session
-
Source from standard input.
- StdInSource() - Constructor for class net.sourceforge.czt.session.StdInSource
-
- StringSource - Class in net.sourceforge.czt.session
-
A source given as a String.
- StringSource(String) - Constructor for class net.sourceforge.czt.session.StringSource
-
- StringSource(String, String) - Constructor for class net.sourceforge.czt.session.StringSource
-