org.kuali.maven.mojo.context
Class JobContext
java.lang.Object
org.kuali.maven.mojo.context.JobContext
public class JobContext
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JobContext
public JobContext()
getName
public String getName()
setName
public void setName(String name)
getType
public String getType()
setType
public void setType(String type)
getTemplate
public String getTemplate()
setTemplate
public void setTemplate(String template)
getWorkingDir
public File getWorkingDir()
setWorkingDir
public void setWorkingDir(File workingDir)
getLocalFile
public File getLocalFile()
setLocalFile
public void setLocalFile(File localFile)
getTimestampFormat
public String getTimestampFormat()
setTimestampFormat
public void setTimestampFormat(String timestampFormat)
getResolvedContent
public String getResolvedContent()
setResolvedContent
public void setResolvedContent(String resolvedContent)
getUnresolvedContent
public String getUnresolvedContent()
setUnresolvedContent
public void setUnresolvedContent(String unresolvedContent)
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.