@Generated public class ModelBase extends BaseObject
BaseObject.ChildrenTracking
childrenTracking, delegate
Constructor and Description |
---|
ModelBase() |
ModelBase(ModelBase delegate) |
ModelBase(ModelBase delegate,
BaseObject parent) |
update
public ModelBase()
public ModelBase(ModelBase delegate)
public ModelBase(ModelBase delegate, BaseObject parent)
public ModelBase getDelegate()
getDelegate
in class BaseObject
public void addModule(String module)
public void removeModule(String module)
public DistributionManagement getDistributionManagement()
public void setDistributionManagement(DistributionManagement distributionManagement)
@Nonnull public Properties getProperties()
public void setProperties(Properties properties)
public DependencyManagement getDependencyManagement()
public void setDependencyManagement(DependencyManagement dependencyManagement)
@Nonnull public List<Dependency> getDependencies()
public void setDependencies(List<Dependency> dependencies)
public void addDependency(Dependency dependency)
public void removeDependency(Dependency dependency)
@Nonnull public List<Repository> getRepositories()
public void setRepositories(List<Repository> repositories)
public void addRepository(Repository repository)
public void removeRepository(Repository repository)
@Nonnull public List<Repository> getPluginRepositories()
public void setPluginRepositories(List<Repository> pluginRepositories)
public void addPluginRepository(Repository pluginRepository)
public void removePluginRepository(Repository pluginRepository)
public Reporting getReporting()
public void setReporting(Reporting reporting)
public InputLocation getLocation(Object key)
InputLocationTracker
key
- The key of the field, must not be
null
.null
if unknown.public void setLocation(Object key, InputLocation location)
InputLocationTracker
key
- The key of the field, must not be
null
.location
- The location of the field, may be
null
.protected boolean replace(Object oldDelegate, Object newDelegate)
replace
in class BaseObject
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.