@Immutable
public interface Talk
Modifier and Type | Interface and Description |
---|---|
static class |
Talk.InFile
In file.
|
Modifier and Type | Field and Description |
---|---|
static com.jcabi.xml.XSD |
SCHEMA
Schema.
|
static String |
TEST_NAME
Test name.
|
static com.jcabi.xml.XSL |
UPGRADE
Upgrade XSL.
|
Modifier and Type | Method and Description |
---|---|
void |
active(boolean yes)
Make it active or passive.
|
void |
modify(Iterable<org.xembly.Directive> dirs)
Modify its content.
|
String |
name()
Its unique name.
|
Long |
number()
Its unique number.
|
com.jcabi.xml.XML |
read()
Read its content.
|
Date |
updated()
When was it updated.
|
static final String TEST_NAME
static final com.jcabi.xml.XSD SCHEMA
static final com.jcabi.xml.XSL UPGRADE
Long number() throws IOException
IOException
- If failsString name() throws IOException
IOException
- If failsDate updated() throws IOException
IOException
- If failscom.jcabi.xml.XML read() throws IOException
IOException
- If failsvoid modify(Iterable<org.xembly.Directive> dirs) throws IOException
dirs
- DirectivesIOException
- If failsvoid active(boolean yes) throws IOException
yes
- TRUE if it should be activeIOException
- If failsCopyright © 2009–2018 Rultor Inc.. All rights reserved.