|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.maven.pom400.impl.BuildImpl
public class BuildImpl
| Nested Class Summary | |
|---|---|
static class |
BuildImpl.ExtensionsImpl
|
static class |
BuildImpl.FiltersImpl
|
static class |
BuildImpl.PluginsImpl
|
static class |
BuildImpl.ResourcesImpl
|
static class |
BuildImpl.TestResourcesImpl
|
| Nested classes/interfaces inherited from interface net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.maven.pom400.Build |
|---|
Build.Extensions, Build.Filters, Build.Plugins, Build.Resources, Build.TestResources |
| Field Summary | |
|---|---|
protected String |
defaultGoal
|
protected String |
directory
|
protected BuildImpl.ExtensionsImpl |
extensions
|
protected BuildImpl.FiltersImpl |
filters
|
protected String |
finalName
|
protected String |
outputDirectory
|
protected PluginManagementImpl |
pluginManagement
|
protected BuildImpl.PluginsImpl |
plugins
|
protected BuildImpl.ResourcesImpl |
resources
|
protected String |
scriptSourceDirectory
|
protected String |
sourceDirectory
|
protected String |
testOutputDirectory
|
protected BuildImpl.TestResourcesImpl |
testResources
|
protected String |
testSourceDirectory
|
| Constructor Summary | |
|---|---|
BuildImpl()
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.maven.pom400.impl.BuildImpl instance. |
|
BuildImpl(BuildImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.maven.pom400.impl.BuildImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
BuildImpl |
clone()
Creates and returns a copy of this object. |
String |
getDefaultGoal()
Gets the value of the defaultGoal property. |
String |
getDirectory()
Gets the value of the directory property. |
Build.Extensions |
getExtensions()
Gets the value of the extensions property. |
Build.Filters |
getFilters()
Gets the value of the filters property. |
String |
getFinalName()
Gets the value of the finalName property. |
String |
getOutputDirectory()
Gets the value of the outputDirectory property. |
PluginManagement |
getPluginManagement()
Gets the value of the pluginManagement property. |
Build.Plugins |
getPlugins()
Gets the value of the plugins property. |
Build.Resources |
getResources()
Gets the value of the resources property. |
String |
getScriptSourceDirectory()
Gets the value of the scriptSourceDirectory property. |
String |
getSourceDirectory()
Gets the value of the sourceDirectory property. |
String |
getTestOutputDirectory()
Gets the value of the testOutputDirectory property. |
Build.TestResources |
getTestResources()
Gets the value of the testResources property. |
String |
getTestSourceDirectory()
Gets the value of the testSourceDirectory property. |
void |
setDefaultGoal(String value)
Sets the value of the defaultGoal property. |
void |
setDirectory(String value)
Sets the value of the directory property. |
void |
setExtensions(Build.Extensions value)
Sets the value of the extensions property. |
void |
setFilters(Build.Filters value)
Sets the value of the filters property. |
void |
setFinalName(String value)
Sets the value of the finalName property. |
void |
setOutputDirectory(String value)
Sets the value of the outputDirectory property. |
void |
setPluginManagement(PluginManagement value)
Sets the value of the pluginManagement property. |
void |
setPlugins(Build.Plugins value)
Sets the value of the plugins property. |
void |
setResources(Build.Resources value)
Sets the value of the resources property. |
void |
setScriptSourceDirectory(String value)
Sets the value of the scriptSourceDirectory property. |
void |
setSourceDirectory(String value)
Sets the value of the sourceDirectory property. |
void |
setTestOutputDirectory(String value)
Sets the value of the testOutputDirectory property. |
void |
setTestResources(Build.TestResources value)
Sets the value of the testResources property. |
void |
setTestSourceDirectory(String value)
Sets the value of the testSourceDirectory property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String sourceDirectory
protected String scriptSourceDirectory
protected String testSourceDirectory
protected String outputDirectory
protected String testOutputDirectory
protected BuildImpl.ExtensionsImpl extensions
protected String defaultGoal
protected BuildImpl.ResourcesImpl resources
protected BuildImpl.TestResourcesImpl testResources
protected String directory
protected String finalName
protected BuildImpl.FiltersImpl filters
protected PluginManagementImpl pluginManagement
protected BuildImpl.PluginsImpl plugins
| Constructor Detail |
|---|
public BuildImpl()
net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.maven.pom400.impl.BuildImpl instance.
public BuildImpl(BuildImpl o)
net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.maven.pom400.impl.BuildImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public String getSourceDirectory()
Build
getSourceDirectory in interface BuildStringpublic void setSourceDirectory(String value)
Build
setSourceDirectory in interface Buildvalue - allowed object is
Stringpublic String getScriptSourceDirectory()
Build
getScriptSourceDirectory in interface BuildStringpublic void setScriptSourceDirectory(String value)
Build
setScriptSourceDirectory in interface Buildvalue - allowed object is
Stringpublic String getTestSourceDirectory()
Build
getTestSourceDirectory in interface BuildStringpublic void setTestSourceDirectory(String value)
Build
setTestSourceDirectory in interface Buildvalue - allowed object is
Stringpublic String getOutputDirectory()
Build
getOutputDirectory in interface BuildStringpublic void setOutputDirectory(String value)
Build
setOutputDirectory in interface Buildvalue - allowed object is
Stringpublic String getTestOutputDirectory()
Build
getTestOutputDirectory in interface BuildStringpublic void setTestOutputDirectory(String value)
Build
setTestOutputDirectory in interface Buildvalue - allowed object is
Stringpublic Build.Extensions getExtensions()
Build
getExtensions in interface BuildBuild.Extensionspublic void setExtensions(Build.Extensions value)
Build
setExtensions in interface Buildvalue - allowed object is
Build.Extensionspublic String getDefaultGoal()
Build
getDefaultGoal in interface BuildStringpublic void setDefaultGoal(String value)
Build
setDefaultGoal in interface Buildvalue - allowed object is
Stringpublic Build.Resources getResources()
Build
getResources in interface BuildBuild.Resourcespublic void setResources(Build.Resources value)
Build
setResources in interface Buildvalue - allowed object is
Build.Resourcespublic Build.TestResources getTestResources()
Build
getTestResources in interface BuildBuild.TestResourcespublic void setTestResources(Build.TestResources value)
Build
setTestResources in interface Buildvalue - allowed object is
Build.TestResourcespublic String getDirectory()
Build
getDirectory in interface BuildStringpublic void setDirectory(String value)
Build
setDirectory in interface Buildvalue - allowed object is
Stringpublic String getFinalName()
Build
getFinalName in interface BuildStringpublic void setFinalName(String value)
Build
setFinalName in interface Buildvalue - allowed object is
Stringpublic Build.Filters getFilters()
Build
getFilters in interface BuildBuild.Filterspublic void setFilters(Build.Filters value)
Build
setFilters in interface Buildvalue - allowed object is
Build.Filterspublic PluginManagement getPluginManagement()
Build
getPluginManagement in interface BuildPluginManagementpublic void setPluginManagement(PluginManagement value)
Build
setPluginManagement in interface Buildvalue - allowed object is
PluginManagementpublic Build.Plugins getPlugins()
Build
getPlugins in interface BuildBuild.Pluginspublic void setPlugins(Build.Plugins value)
Build
setPlugins in interface Buildvalue - allowed object is
Build.Pluginspublic BuildImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||