org.apache.maven.scm
Class CommandParameters
java.lang.Object
org.apache.maven.scm.CommandParameters
public class CommandParameters
- extends java.lang.Object
- Version:
- $Id: CommandParameters.java 162172 2004-10-26 12:37:06Z trygvis $
- Author:
- Trygve Laugstøl
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommandParameters
public CommandParameters()
getString
public java.lang.String getString(CommandParameter parameter)
throws ScmException
- Throws:
ScmException
getString
public java.lang.String getString(CommandParameter parameter,
java.lang.String defaultValue)
throws ScmException
- Throws:
ScmException
setString
public void setString(CommandParameter parameter,
java.lang.String value)
throws ScmException
- Throws:
ScmException
getInt
public int getInt(CommandParameter parameter)
throws ScmException
- Throws:
ScmException
getInt
public int getInt(CommandParameter parameter,
int defaultValue)
throws ScmException
- Throws:
ScmException
setInt
public void setInt(CommandParameter parameter,
int value)
throws ScmException
- Throws:
ScmException
getDate
public java.util.Date getDate(CommandParameter parameter)
throws ScmException
- Throws:
ScmException
getDate
public java.util.Date getDate(CommandParameter parameter,
java.util.Date defaultValue)
throws ScmException
- Throws:
ScmException
setDate
public void setDate(CommandParameter parameter,
java.util.Date date)
throws ScmException
- Throws:
ScmException
getBoolean
public boolean getBoolean(CommandParameter parameter)
throws ScmException
- Throws:
ScmException
getFileArray
public java.io.File[] getFileArray(CommandParameter parameter)
throws ScmException
- Throws:
ScmException
getFileArray
public java.io.File[] getFileArray(CommandParameter parameter,
java.io.File[] defaultValue)
throws ScmException
- Throws:
ScmException
Copyright 2003-2003-2005 Apache Software Foundation. All Rights Reserved.