public class ControlConfiguration extends Object
The control configuration.
Constructor and Description |
---|
ControlConfiguration()
Creates a configuration.
|
Modifier and Type | Method and Description |
---|---|
String |
getArchitecture()
Returns the architecture.
|
DependenciesConfiguration |
getBreaks()
Returns the "Breaks" dependencies.
|
DependenciesConfiguration |
getBuiltUsing()
Returns the "Built-Using" dependencies.
|
DependenciesConfiguration |
getConflicts()
Returns the "Conflicts" dependencies.
|
DependenciesConfiguration |
getDepends()
Returns the dependencies.
|
String |
getDescription()
Returns the description.
|
DependenciesConfiguration |
getEnhances()
Returns the "Enhances" dependencies.
|
String |
getHomepage()
Returns the home-page.
|
String |
getInstalledSize()
Returns the installed size or the overhead.
|
String |
getMaintainer()
Returns the maintainer.
|
String |
getName()
Returns the name of the package.
|
DependenciesConfiguration |
getPreDepends()
Returns the "Pre-Depends" dependencies.
|
String |
getPriority()
Returns the priority.
|
DependenciesConfiguration |
getProvides()
Returns the "Provides" dependencies.
|
DependenciesConfiguration |
getRecommends()
Returns the "Recommends" dependencies.
|
DependenciesConfiguration |
getReplaces()
Returns the "Replaces" dependencies.
|
String |
getSection()
Returns the section.
|
DependenciesConfiguration |
getSuggests()
Returns the "Suggest" dependencies.
|
String |
getVersion()
Returns the version.
|
void |
setArchitecture(String architecture)
Sets the architecture.
|
void |
setBreaks(DependenciesConfiguration breaks)
Sets the "Breaks" dependencies.
|
void |
setBuiltUsing(DependenciesConfiguration builtUsing)
Sets the "Built-Using" dependencies.
|
void |
setConflicts(DependenciesConfiguration conflicts)
Sets the "Conflicts" dependencies.
|
void |
setDepends(DependenciesConfiguration depends)
Sets the dependencies.
|
void |
setDescription(String description)
Sets the description.
|
void |
setEnhances(DependenciesConfiguration enhances)
Sets the "Enhances" dependencies.
|
void |
setHomepage(String homepage)
Sets the home-page.
|
void |
setInstalledSize(String installedSize)
Sets the installed size or the overhead.
|
void |
setMaintainer(String maintainer)
Sets the maintainer.
|
void |
setName(String name)
Sets the name of the package.
|
void |
setPreDepends(DependenciesConfiguration preDepends)
Sets the "Pre-Depends" dependencies.
|
void |
setPriority(String priority)
Sets the priority.
|
void |
setProvides(DependenciesConfiguration provides)
Sets the "Provides" dependencies.
|
void |
setRecommends(DependenciesConfiguration recommends)
Sets the "Recommends" dependencies.
|
void |
setReplaces(DependenciesConfiguration replaces)
Sets the "Replaces" dependencies.
|
void |
setSection(String section)
Sets the section.
|
void |
setSuggests(DependenciesConfiguration suggests)
Sets the "Suggest" dependencies.
|
void |
setVersion(String version)
Sets the version.
|
public String getName()
Returns the name of the package.
public void setName(String name)
Sets the name of the package.
name
- The name.public String getVersion()
Returns the version.
public void setVersion(String version)
Sets the version.
version
- The version.public String getArchitecture()
Returns the architecture.
public void setArchitecture(String architecture)
Sets the architecture.
architecture
- The architecture.public String getSection()
Returns the section.
public void setSection(String section)
Sets the section.
section
- The section.public String getPriority()
Returns the priority.
public void setPriority(String priority)
Sets the priority.
priority
- The priority.public String getInstalledSize()
Returns the installed size or the overhead.
An overhead can be specified by placing a plus sign before the number. In this case the real installed size will be calculated by summing up the sizes of the added files. Then the overhead will be added.
public void setInstalledSize(String installedSize)
Sets the installed size or the overhead.
An overhead can be specified by placing a plus sign before the number. In this case the real installed size will be calculated by summing up the sizes of the added files. Then the overhead will be added.
installedSize
- The installed size or the overhead in kilobytespublic DependenciesConfiguration getDepends()
Returns the dependencies.
public void setDepends(DependenciesConfiguration depends)
Sets the dependencies.
depends
- The dependencies.public DependenciesConfiguration getRecommends()
Returns the "Recommends" dependencies.
public void setRecommends(DependenciesConfiguration recommends)
Sets the "Recommends" dependencies.
recommends
- The dependencies.public DependenciesConfiguration getSuggests()
Returns the "Suggest" dependencies.
public void setSuggests(DependenciesConfiguration suggests)
Sets the "Suggest" dependencies.
suggests
- The dependencies.public DependenciesConfiguration getEnhances()
Returns the "Enhances" dependencies.
public void setEnhances(DependenciesConfiguration enhances)
Sets the "Enhances" dependencies.
enhances
- The dependencies.public DependenciesConfiguration getPreDepends()
Returns the "Pre-Depends" dependencies.
public void setPreDepends(DependenciesConfiguration preDepends)
Sets the "Pre-Depends" dependencies.
preDepends
- The dependencies.public DependenciesConfiguration getBreaks()
Returns the "Breaks" dependencies.
public void setBreaks(DependenciesConfiguration breaks)
Sets the "Breaks" dependencies.
breaks
- The dependencies.public DependenciesConfiguration getConflicts()
Returns the "Conflicts" dependencies.
public void setConflicts(DependenciesConfiguration conflicts)
Sets the "Conflicts" dependencies.
conflicts
- The dependencies.public DependenciesConfiguration getProvides()
Returns the "Provides" dependencies.
public void setProvides(DependenciesConfiguration provides)
Sets the "Provides" dependencies.
provides
- The dependencies.public DependenciesConfiguration getReplaces()
Returns the "Replaces" dependencies.
public void setReplaces(DependenciesConfiguration replaces)
Sets the "Replaces" dependencies.
replaces
- The dependencies.public DependenciesConfiguration getBuiltUsing()
Returns the "Built-Using" dependencies.
public void setBuiltUsing(DependenciesConfiguration builtUsing)
Sets the "Built-Using" dependencies.
builtUsing
- The dependencies.public String getMaintainer()
Returns the maintainer.
public void setMaintainer(String maintainer)
Sets the maintainer.
maintainer
- The maintainer.public String getHomepage()
Returns the home-page.
public void setHomepage(String homepage)
Sets the home-page.
homepage
- The home-page.public String getDescription()
Returns the description.
public void setDescription(String description)
Sets the description.
description
- The description.Copyright © 2015–2019. All rights reserved.