@Immutable public final class DyTalk extends Object implements Talk
Talk.InFile
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.
|
public Long number() throws IOException
Talk
number
in interface Talk
IOException
- If failspublic String name() throws IOException
Talk
name
in interface Talk
IOException
- If failspublic Date updated() throws IOException
Talk
updated
in interface Talk
IOException
- If failspublic com.jcabi.xml.XML read() throws IOException
Talk
read
in interface Talk
IOException
- If failspublic void modify(Iterable<org.xembly.Directive> dirs) throws IOException
Talk
modify
in interface Talk
dirs
- DirectivesIOException
- If failspublic void active(boolean yes) throws IOException
Talk
active
in interface Talk
yes
- TRUE if it should be activeIOException
- If failsCopyright © 2009–2018 Rultor Inc.. All rights reserved.