org.apache.maven.scm.command.checkin

Class AbstractCheckInCommand

public abstract class AbstractCheckInCommand extends AbstractCommand

Version: $Id: AbstractCheckInCommand.java 372209 2006-01-25 13:30:01Z evenisse $

Author: Emmanuel Venisse Trygve Laugstøl

Field Summary
static StringNAME
Method Summary
protected abstract CheckInScmResultexecuteCheckInCommand(ScmProviderRepository repository, ScmFileSet fileSet, String message, String tag)
ScmResultexecuteCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)

Field Detail

NAME

public static final String NAME

Method Detail

executeCheckInCommand

protected abstract CheckInScmResult executeCheckInCommand(ScmProviderRepository repository, ScmFileSet fileSet, String message, String tag)

executeCommand

public ScmResult executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.