Package de.dlr.proseo.model.joborder
Klasse BreakpointFile
java.lang.Object
de.dlr.proseo.model.joborder.BreakpointFile
Breakpoint file information
Uses file name types from InputOutput class
For details see Generic IPF Interface Specification issue 1 revision 8 -
03/08/2009 MMFI-GSEG-EOPG-TN-07-0003
- Autor:
- Thomas Bassler
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungCreate a Breakpoint File elementBreakpointFile
(boolean enable, String fileType, String fileNameType, String fileName) Create a Breakpoint File element with all attributes set -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
Add contents of this to XML node parentElement.boolean
Gets the flag indicating whether the breakpoint file is activeGets the file nameGets the file name typeGets the file typevoid
Read info from XML sub treevoid
setEnable
(boolean enable) Sets the flag indicating whether the breakpoint file is activevoid
setFileName
(String fileName) Sets the file namevoid
setFileNameType
(String fileNameType) Sets the file name typevoid
setFileType
(String fileType) Sets the file type
-
Konstruktordetails
-
BreakpointFile
public BreakpointFile()Create a Breakpoint File element -
BreakpointFile
public BreakpointFile(boolean enable, String fileType, String fileNameType, String fileName) throws IllegalArgumentException Create a Breakpoint File element with all attributes set- Parameter:
enable
- flag indicating whether the breakpoint file is enabledfileType
- the file typefileNameType
- the file name type ('Physical', 'Logical', 'Stem', 'Regexp', 'Directory')fileName
- the file name- Löst aus:
IllegalArgumentException
-
-
Methodendetails
-
getEnable
public boolean getEnable()Gets the flag indicating whether the breakpoint file is active- Gibt zurück:
- true, if active, false otherwise
-
setEnable
public void setEnable(boolean enable) Sets the flag indicating whether the breakpoint file is active- Parameter:
enable
- the flag to set
-
getFileType
Gets the file type- Gibt zurück:
- the fileType
-
setFileType
Sets the file type- Parameter:
fileType
- the fileType to set
-
getFileNameType
Gets the file name type- Gibt zurück:
- the fileNameType
-
setFileNameType
Sets the file name type- Parameter:
fileNameType
- the file name type to set ('Physical', 'Logical', 'Stem', 'Regexp', 'Directory')- Löst aus:
IllegalArgumentException
-
getFileName
Gets the file name- Gibt zurück:
- the file name
-
setFileName
Sets the file name- Parameter:
fileName
- the file name to set
-
buildXML
Add contents of this to XML node parentElement. Use doc to create elements- Parameter:
doc
- The DocumentparentElement
- The node to add this as childprosEOAttributes
- if true, write attributes of prosEO specific data
-
read
Read info from XML sub tree- Parameter:
thisNode
- XML node containing information
-