| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FileSyntax
Reads and writes object representations.
| Nested Class Summary | |
|---|---|
static class | 
FileSyntax.RDFFiles
RDF file syntax.  | 
static class | 
FileSyntax.XMLFiles
XML file syntax  | 
| Method Summary | |
|---|---|
 boolean | 
canRead()
Is reading supported?  | 
 boolean | 
canWrite()
Is writing supported?  | 
 java.lang.String | 
getFileTypeDescription()
Returns a short description of the type of files understood by this FileSyntax.  | 
 java.util.List | 
getFileTypes()
Returns a set of strings representing file types / extensions.  | 
 boolean | 
isAvailable()
Indicates whether this syntax can be used.  | 
 java.util.List | 
readableClasses()
The classes whose instances can be read in.  | 
 java.util.List | 
writableClasses()
The classes whose instances can be written out.  | 
| Methods inherited from interface ix.util.xml.Loader | 
|---|
readObject | 
| Methods inherited from interface ix.util.xml.Saver | 
|---|
writeObject | 
| Method Detail | 
|---|
java.util.List getFileTypes()
java.lang.String getFileTypeDescription()
boolean isAvailable()
boolean canRead()
boolean canWrite()
java.util.List readableClasses()
ClassSyntax.  They can return
 a list containing only Object.class.
java.util.List writableClasses()
ClassSyntax.  They can return
 a list containing only Object.class.
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||