public class BaseConfiguration extends Object implements T7Configuration
Constructor and Description |
---|
BaseConfiguration() |
public static final int DEFAULT_TOMCAT_HTTP_PORT
public static final int DEFAULT_TOMCAT_SHUTDOWN_PORT
public static final String DEFAULT_CONTEXT_PATH_ROOT
protected TomcatArtifact tomcatArtifact
protected boolean tomcatSetAwait
protected boolean lookInside
protected boolean resolverUpdateSnapshotsAllways
protected String tomcatVersion
protected int tomcatHttpPort
protected int tomcatShutdownPort
protected String tomcatShutdownCommand
protected String tomcatShutdownHost
protected String tomcatHostName
protected File catalinaBase
protected File tomcatConfigDirectory
protected File overwriteWebXML
protected File webappOutputDirectory
protected String contextPath
protected String buildFinalName
protected File webappSourceDirectory
protected String packaging
protected boolean scanClasses
protected File webappClassDirectory
protected File contextFile
protected ArrayList<WebappArtifact> webapps
protected List<JarArtifact> libs
protected ArrayList<ScannerConfiguration> scanners
protected boolean suspendConsoleOutput
protected ConfigurationArtifact configArtifact
protected boolean downloadTomcatExamples
protected int instanceCount
public boolean isTomcatSetAwait()
isTomcatSetAwait
in interface T7Configuration
public void setTomcatSetAwait(boolean tomcatSetAwait)
public boolean isLookInside()
isLookInside
in interface T7Configuration
public void setLookInside(boolean lookInside)
public boolean isResolverUpdateSnapshotsAllways()
isResolverUpdateSnapshotsAllways
in interface T7Configuration
public void setResolverUpdateSnapshotsAllways(boolean resolverUpdateSnapshotsAllways)
public String getTomcatVersion()
getTomcatVersion
in interface T7Configuration
public void setTomcatVersion(String tomcatVersion)
public int getTomcatHttpPort()
getTomcatHttpPort
in interface T7Configuration
public void setTomcatHttpPort(int tomcatHttpPort)
setTomcatHttpPort
in interface T7Configuration
public int getTomcatShutdownPort()
getTomcatShutdownPort
in interface T7Configuration
public void setTomcatShutdownPort(int tomcatShutdownPort)
setTomcatShutdownPort
in interface T7Configuration
public String getTomcatShutdownCommand()
getTomcatShutdownCommand
in interface T7Configuration
public void setTomcatShutdownCommand(String tomcatShutdownCommand)
public String getTomcatShutdownHost()
getTomcatShutdownHost
in interface T7Configuration
public void setTomcatShutdownHost(String tomcatShutdownHost)
public String getTomcatHostName()
getTomcatHostName
in interface T7Configuration
public void setTomcatHostName(String tomcatHostName)
public File getCatalinaBase()
getCatalinaBase
in interface T7Configuration
public void setCatalinaBase(File catalinaBase)
setCatalinaBase
in interface T7Configuration
public File getTomcatConfigDirectory()
getTomcatConfigDirectory
in interface T7Configuration
public void setTomcatConfigDirectory(File tomcatConfigDirectory)
public File getOverwriteWebXML()
getOverwriteWebXML
in interface T7Configuration
public void setOverwriteWebXML(File overwriteWebXML)
public File getWebappOutputDirectory()
getWebappOutputDirectory
in interface T7Configuration
public void setWebappOutputDirectory(File webappOutputDirectory)
public String getContextPath()
getContextPath
in interface T7Configuration
public void setContextPath(String contextPath)
public String getBuildFinalName()
getBuildFinalName
in interface T7Configuration
public void setBuildFinalName(String buildFinalName)
public File getWebappSourceDirectory()
getWebappSourceDirectory
in interface T7Configuration
public void setWebappSourceDirectory(File webappSourceDirectory)
public String getPackaging()
getPackaging
in interface T7Configuration
public void setPackaging(String packaging)
public boolean isScanClasses()
isScanClasses
in interface T7Configuration
public void setScanClasses(boolean scanClasses)
public File getWebappClassDirectory()
getWebappClassDirectory
in interface T7Configuration
public void setWebappClassDirectory(File webappClassDirectory)
public File getContextFile()
getContextFile
in interface T7Configuration
public void setContextFile(File contextFile)
public ArrayList<WebappArtifact> getWebapps()
getWebapps
in interface T7Configuration
public void setWebapps(ArrayList<WebappArtifact> webapps)
public Map<String,String> getSystemProperties()
getSystemProperties
in interface T7Configuration
public List<JarArtifact> getLibs()
getLibs
in interface T7Configuration
public void setLibs(List<JarArtifact> libs)
public ArrayList<ScannerConfiguration> getScanners()
getScanners
in interface T7Configuration
public void setScanners(ArrayList<ScannerConfiguration> scanners)
public boolean isSuspendConsoleOutput()
isSuspendConsoleOutput
in interface T7Configuration
public void setSuspendConsoleOutput(boolean suspendConsoleOutput)
public ConfigurationArtifact getConfigArtifact()
getConfigArtifact
in interface T7Configuration
public void setConfigArtifact(ConfigurationArtifact configArtifact)
public boolean isWebProject()
isWebProject
in interface T7Configuration
public boolean isDownloadTomcatExamples()
isDownloadTomcatExamples
in interface T7Configuration
public void setDownloadTomcatExamples(boolean downloadTomcatExamples)
public TomcatArtifact getTomcatArtifact()
getTomcatArtifact
in interface T7Configuration
public void setTomcatArtifact(TomcatArtifact tomcatArtifact)
public int getInstanceCount()
getInstanceCount
in interface T7Configuration
public void setInstanceCount(int instanceCount)
Copyright © 2012. All Rights Reserved.