|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.etasoft.trans.transaction.axInputParameters
Input parameters, wrapper based on Properties to enable loading and saving to/from files.
Constructor Summary | |
axInputParameters()
|
Method Summary | |
void |
add(axMapInputParameters inputParams)
Add parameters from defaults but do not override default values. |
void |
addOver(java.lang.String[] args,
boolean ignoreFirst)
Add parameters from command line and override existing default values. |
void |
appendOutputData(char[] cbuf)
|
void |
containsKey(java.lang.String key)
Contains specific property. |
char[] |
getInputBuffer()
|
java.lang.StringBuffer |
getOutputBuffer()
|
java.lang.String |
getProperty(java.lang.String key,
java.lang.String defaultValue)
Searches for the property with the specified key in this property list. |
axMapSpecialInstruction |
getSpecialInstruction()
Get special instruction. |
void |
load(java.io.InputStream inStream)
Reads a property list (key and element pairs) from the input stream. |
void |
setInputBuffer(char[] buffer)
|
void |
setOutputBuffer(java.lang.StringBuffer buffer)
|
void |
setProperty(java.lang.String key,
java.lang.String value)
Calls the Hashtable method put. |
void |
setSpecialInstruction(axMapSpecialInstruction specialInstruction)
Set special instruction. |
void |
store(java.io.OutputStream out,
java.lang.String header)
Writes this property list (key and element pairs) in this Properties table to the output stream in a format suitable for loading into a Properties table using the load method. |
java.util.ArrayList |
toArray()
Convert back to command line values. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public axInputParameters()
Method Detail |
public axMapSpecialInstruction getSpecialInstruction()
public void setSpecialInstruction(axMapSpecialInstruction specialInstruction)
public char[] getInputBuffer()
public void setInputBuffer(char[] buffer)
public java.lang.StringBuffer getOutputBuffer()
public void setOutputBuffer(java.lang.StringBuffer buffer)
public void appendOutputData(char[] cbuf)
public java.util.ArrayList toArray()
public java.lang.String getProperty(java.lang.String key, java.lang.String defaultValue)
public void setProperty(java.lang.String key, java.lang.String value)
public void containsKey(java.lang.String key)
public void load(java.io.InputStream inStream) throws java.io.IOException
java.io.IOException
public void store(java.io.OutputStream out, java.lang.String header) throws java.io.IOException
java.io.IOException
public void add(axMapInputParameters inputParams)
public void addOver(java.lang.String[] args, boolean ignoreFirst) throws axException
axException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |