All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.perforce.maven.mojo.unshelve.P4UnShelveResult Maven / Gradle / Ivy

The newest version!
/**
 * Copyright (c) 2010 Perforce Software. All rights reserved.
 */
package com.perforce.maven.mojo.unshelve;

import com.perforce.maven.scm.provider.p4.command.P4Result;

/**
 * This class handles the result from the Perforce unshelve command.
 */
public class P4UnShelveResult extends P4Result {

    /**
     * @see
     * com.perforce.maven.scm.provider.p4.command.P4Result#processMessage
     * (java.lang.String)
     */
    @Override
    public String processMessage(String message) {
        return null;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy