jasext.flatfileserver
Class LocalFlatFileDIM
- java.lang.Object
-
- jasext.flatfileserver.LocalFlatFileDIM
-
- All Implemented Interfaces:
- AbstractDIM, LocalDIM, java.io.Serializable
public class LocalFlatFileDIM extends java.lang.Object implements LocalDIM
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description LocalFlatFileDIM()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.StringgetFileName()JASWizardPagegetSetupPage()Return a setup page for the new job wizard to use when creating a job.hepjas.analysis.EventSourceopenDataSet(java.lang.String fileName)Return an EventSource as specified by the paramaterdataSource.voidsetLocalJobBuilder(LocalJobBuilder ljb)Copy over the given object to a member field for use later.java.lang.StringtoString()
-
-
-
Method Detail
-
getSetupPage
public JASWizardPage getSetupPage()
Description copied from interface:LocalDIMReturn a setup page for the new job wizard to use when creating a job. See the documentation on defining pages.- Specified by:
getSetupPagein interfaceLocalDIM
-
setLocalJobBuilder
public void setLocalJobBuilder(LocalJobBuilder ljb)
Description copied from interface:LocalDIMCopy over the given object to a member field for use later. When the user selects a DIM, the wizard invokes this method, thereby providing the DIM with access to the application's local job builder. That local job builder already knows which DIM to use and knows the job name, and can be used to create a new job when all setup (on the setup wizard page returned bygetSetupPage()) is complete.- Specified by:
setLocalJobBuilderin interfaceLocalDIM
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
openDataSet
public hepjas.analysis.EventSource openDataSet(java.lang.String fileName)
Description copied from interface:AbstractDIMReturn an EventSource as specified by the paramaterdataSource. That parameter is specific to the data format, but may be a file name, an SQL command, etc.- Specified by:
openDataSetin interfaceAbstractDIM
-
getFileName
public java.lang.String getFileName()
-
-
DataMelt 3.0 © DataMelt by jWork.ORG