Operation String
LocateParameter (String args[], String prefix, String defaultValue), in Class CommandLineUtil
Documentation
* Searches command line arguments for an entry
* that starts with the prefix string. If found the
* prefix is stripped and the remaining String is returned.
* If it is not, the default string is returned.
* @param args the command line arguments
* @param prefix the parameter to search for
* @defaultValue the default return value
* @return the value of the parameter, or
* defaultValue if it cannot be found
Protocol | | Qualification | |
Exceptions | | Size | |
Time | | Concurrency | Sequential |
Export Control | PublicAccess | | |
Preconditions
Postconditions
Semantics
Property Settings
Java
Abstract | False | Static | True |
Final | False | Native | False |
Synchronized | False | | |
Data Modeler
dmItem | False | DMName | |
IsConstraint | False | ConstraintType | |
IsIndex | False | IsTrigger | False |
IsCluster | False | TableSpace | |
FillFactor | 0 | KeyList | |
CheckPredicate | | IsUnique | False |
DeferalMode | | InitialCheckTime | |
TriggerType | | TriggerReferencePart | |
IsInsertEvent | False | IsUpdateEvent | False |
IsDeleteEvent | False | | |