org.kuali.common.util.execute
Class SetNexusRepositoryIdExecutable

java.lang.Object
  extended by org.kuali.common.util.execute.SetNexusRepositoryIdExecutable
All Implemented Interfaces:
Executable

public class SetNexusRepositoryIdExecutable
extends Object
implements Executable


Constructor Summary
SetNexusRepositoryIdExecutable()
           
 
Method Summary
 void execute()
           
 File getBuildDirectory()
           
 Properties getMavenProperties()
           
 boolean isSkip()
           
 void setBuildDirectory(File buildDirectory)
           
 void setMavenProperties(Properties mavenProperties)
           
 void setSkip(boolean skip)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetNexusRepositoryIdExecutable

public SetNexusRepositoryIdExecutable()
Method Detail

execute

public void execute()
Specified by:
execute in interface Executable

getMavenProperties

public Properties getMavenProperties()

setMavenProperties

public void setMavenProperties(Properties mavenProperties)

getBuildDirectory

public File getBuildDirectory()

setBuildDirectory

public void setBuildDirectory(File buildDirectory)

isSkip

public boolean isSkip()

setSkip

public void setSkip(boolean skip)


Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.