Class BaseInvocationRequest

java.lang.Object
org.apache.maven.shared.invoker.DefaultInvocationRequest
ru.cg.webbpm.studio.base.maven_utils.BaseInvocationRequest
All Implemented Interfaces:
org.apache.maven.shared.invoker.InvocationRequest

public class BaseInvocationRequest extends org.apache.maven.shared.invoker.DefaultInvocationRequest
Author:
Tim Urmancheev
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.apache.maven.shared.invoker.InvocationRequest

    org.apache.maven.shared.invoker.InvocationRequest.CheckSumPolicy, org.apache.maven.shared.invoker.InvocationRequest.ReactorFailureBehavior
  • Field Summary

    Fields inherited from interface org.apache.maven.shared.invoker.InvocationRequest

    NO_TIMEOUT
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class org.apache.maven.shared.invoker.DefaultInvocationRequest

    addArg, addShellEnvironment, getArgs, getBaseDirectory, getBaseDirectory, getBuilder, getErrorHandler, getGlobalChecksumPolicy, getGlobalSettingsFile, getGlobalToolchainsFile, getGoals, getInputStream, getJavaHome, getLocalRepositoryDirectory, getMavenExecutable, getMavenHome, getMavenOpts, getOutputHandler, getPomFile, getPomFileName, getProfiles, getProjects, getProperties, getReactorFailureBehavior, getResumeFrom, getShellEnvironments, getThreads, getTimeoutInSeconds, getToolchainsFile, getUserSettingsFile, isAlsoMake, isAlsoMakeDependents, isBatchMode, isDebug, isNonPluginUpdates, isNoTransferProgress, isOffline, isQuiet, isRecursive, isShellEnvironmentInherited, isShowErrors, isShowVersion, isUpdateSnapshots, setAlsoMake, setAlsoMakeDependents, setBaseDirectory, setBatchMode, setBuilder, setDebug, setErrorHandler, setGlobalChecksumPolicy, setGlobalSettingsFile, setGlobalToolchainsFile, setGoals, setInputStream, setJavaHome, setLocalRepositoryDirectory, setMavenExecutable, setMavenHome, setMavenOpts, setNonPluginUpdates, setNoTransferProgress, setOffline, setOutputHandler, setPomFile, setPomFileName, setProfiles, setProjects, setProperties, setQuiet, setReactorFailureBehavior, setRecursive, setResumeFrom, setShellEnvironmentInherited, setShowErrors, setShowVersion, setThreads, setTimeoutInSeconds, setToolchainsFile, setUpdateSnapshots, setUserSettingsFile

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BaseInvocationRequest

      public BaseInvocationRequest()