@IdiotProofImmutable public final class UpdatePomScmExecutable extends Object implements org.kuali.common.util.execute.Executable
Modifier and Type | Class and Description |
---|---|
static class |
UpdatePomScmExecutable.Builder |
Modifier and Type | Method and Description |
---|---|
static UpdatePomScmExecutable |
build(org.apache.maven.project.MavenProject mavenProject,
boolean skip) |
static UpdatePomScmExecutable.Builder |
builder() |
void |
execute() |
String |
getEncoding() |
int |
getIndent() |
org.apache.maven.project.MavenProject |
getProject() |
boolean |
isSkip() |
public void execute()
execute
in interface org.kuali.common.util.execute.Executable
public static UpdatePomScmExecutable build(org.apache.maven.project.MavenProject mavenProject, boolean skip)
public static UpdatePomScmExecutable.Builder builder()
public String getEncoding()
public int getIndent()
public org.apache.maven.project.MavenProject getProject()
public boolean isSkip()
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.