com.mysql.management.util
Class CommandLineOptionsParser
java.lang.Object
com.mysql.management.util.CommandLineOptionsParser
public final class CommandLineOptionsParser
- extends java.lang.Object
This class is final simply as a hint to the compiler, it may be un-finalized
safely.
- Version:
- $Id: CommandLineOptionsParser.java,v 1.1 2005/02/17 21:20:45 eherman
Exp $
- Author:
- Eric Herman
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommandLineOptionsParser
public CommandLineOptionsParser(java.lang.String[] args)
CommandLineOptionsParser
public CommandLineOptionsParser(java.util.List args)
containsKey
public boolean containsKey(java.lang.String key)
remove
public java.lang.Object remove(java.lang.String key)
asMap
public java.util.Map asMap()
getBaseDir
public java.io.File getBaseDir()
getDataDir
public java.io.File getDataDir()
getVersion
public java.lang.String getVersion()
isShutdown
public boolean isShutdown()
getKillDelay
public java.lang.Integer getKillDelay(java.io.PrintStream err)
Copyright © 2004-2011. All Rights Reserved.