Package de.bsvrz.puk.param.param.util
Class ParameterLister
- java.lang.Object
-
- de.bsvrz.puk.param.param.util.ParameterLister
-
- All Implemented Interfaces:
de.bsvrz.sys.funclib.application.StandardApplication
public class ParameterLister extends java.lang.Object implements de.bsvrz.sys.funclib.application.StandardApplication
-
-
Constructor Summary
Constructors Constructor Description ParameterLister()
-
Method Summary
Modifier and Type Method Description voidinitialize(de.bsvrz.dav.daf.main.ClientDavInterface connection)static voidmain(java.lang.String[] args)voidparseArguments(de.bsvrz.sys.funclib.commandLineArgs.ArgumentList argumentList)
-
-
-
Method Detail
-
parseArguments
public void parseArguments(de.bsvrz.sys.funclib.commandLineArgs.ArgumentList argumentList) throws java.lang.Exception- Specified by:
parseArgumentsin interfacede.bsvrz.sys.funclib.application.StandardApplication- Throws:
java.lang.Exception
-
initialize
public void initialize(de.bsvrz.dav.daf.main.ClientDavInterface connection) throws java.lang.Exception- Specified by:
initializein interfacede.bsvrz.sys.funclib.application.StandardApplication- Throws:
java.lang.Exception
-
main
public static void main(java.lang.String[] args)
-
-