|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.iris.Fissures.seed.app.Jseedr
public class Jseedr
Application pulling together all functionality of the FISSURES SEED classes to implement front-to-end SEED processing operations.
Constructor Summary | |
---|---|
Jseedr()
Create Jseedr session. |
|
Jseedr(SeedObjectContainer container)
Create Jseedr session for export with already provided SeedObjectContainer |
|
Jseedr(java.lang.String storeFile)
Create Jseedr session with assigned serialization file. |
Method Summary | |
---|---|
SeedBuilderFilter |
addNewFilter()
Append a builder filter to a list of filters and return a handle to it. |
SeedBuilderFilter |
addTemplateFilter()
Create a new template filter and add it to the template filter vector. |
void |
exportTo(java.io.DataOutputStream outStream)
Export data in container to specified output stream. |
void |
exportTo(java.lang.String outFile)
Export data in container to specified output filename. |
SeedObjectContainer |
getContainer()
Get the SEED object container used for this session. |
ExportBuilder |
getNewExportBuilder(java.lang.String type)
Generate and return a new instance of export builder of the specified type. |
SeedBuilderFilter |
getNewFilter()
Reset filter list and return a new filter. |
ImportDirector |
getNewImportDirector(java.lang.String type)
Generate and return a new instance of import director of the specified type. |
ExportTemplate |
getNewTemplate()
Create a new export template and return a handle to it. |
SeedBuilderFilter |
getTemplateFilter()
Force the creation of a new, empty filter vector. |
void |
importFrom(java.io.DataInputStream inStream)
Import data from specified input stream. |
void |
importFrom(java.io.DataInputStream inStream,
java.io.DataOutputStream outStream)
Import data from specified input stream. |
void |
importFrom(java.lang.String inFile)
Import data from specified input filename. |
void |
importFrom(java.lang.String inFile,
java.lang.String outFile)
Import data from specified input filename. |
void |
importResp(java.lang.String respFile)
Import data from a RESP file using SHAPE code provided by ISTI |
static void |
main(java.lang.String[] args)
Method used in shell invocation of Jseedr. |
void |
setVerboseMode(boolean mode)
Set to TRUE to turn verbose mode on. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Jseedr() throws java.lang.Exception
java.lang.Exception
public Jseedr(java.lang.String storeFile) throws java.lang.Exception
java.lang.Exception
public Jseedr(SeedObjectContainer container) throws java.lang.Exception
java.lang.Exception
Method Detail |
---|
public void importFrom(java.io.DataInputStream inStream) throws java.lang.Exception
inStream
- input stream to import from
java.lang.Exception
- if there is a problem reading the datapublic void importFrom(java.io.DataInputStream inStream, java.io.DataOutputStream outStream) throws java.lang.Exception
inStream
- input stream to import fromoutStream
- ASCII representation of input stream will go through
here
java.lang.Exception
- if there is a problem reading the datapublic void importFrom(java.lang.String inFile) throws java.lang.Exception
inFile
- the input filename to read from
java.lang.Exception
- if there is a problem reading the filepublic void importFrom(java.lang.String inFile, java.lang.String outFile) throws java.lang.Exception
inFile
- the input filename to read fromoutFile
- ASCII representation of input stream will be written
to this file
java.lang.Exception
- if there is a problem reading the filepublic void importResp(java.lang.String respFile) throws java.lang.Exception
respFile
- RESP file to be read in by SHAPE code
java.lang.Exception
public void exportTo(java.io.DataOutputStream outStream) throws java.lang.Exception
outStream
- exported data format will be written to this stream
java.lang.Exception
- if there is a problem writing the datapublic void exportTo(java.lang.String outFile) throws java.lang.Exception
java.lang.Exception
public ImportDirector getNewImportDirector(java.lang.String type) throws BuilderException
BuilderException
public ExportBuilder getNewExportBuilder(java.lang.String type) throws java.lang.Exception
java.lang.Exception
public SeedBuilderFilter addNewFilter()
public SeedBuilderFilter getNewFilter()
public ExportTemplate getNewTemplate()
public SeedBuilderFilter addTemplateFilter()
public SeedBuilderFilter getTemplateFilter()
public SeedObjectContainer getContainer()
public void setVerboseMode(boolean mode)
public static void main(java.lang.String[] args)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |