|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcz.zcu.fav.kiv.editor.utils.RunBatch
public class RunBatch
The RunBatch
class launches a batch file defined by user.
Field Summary | |
---|---|
static java.lang.String |
RUN_BAT
The name of the auxiliary batch file |
Constructor Summary | |
---|---|
RunBatch()
|
Method Summary | |
---|---|
static void |
execBatch()
Executes the batch file. |
static void |
replaceXslName(java.lang.String batchName,
java.lang.String xslName)
Replace the mark [XSL] in the batch file by the actual opened XSL stylesheet file. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String RUN_BAT
Constructor Detail |
---|
public RunBatch()
Method Detail |
---|
public static void execBatch() throws java.lang.Throwable
java.lang.Throwable
- if the batch file cannot be executed.public static void replaceXslName(java.lang.String batchName, java.lang.String xslName) throws java.lang.Throwable
batchName
- the name of the batch file.xslName
- the name of the actually opened XSL stylesheet file.
java.lang.Throwable
- if the batch file is invalid.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |