Package | Description |
---|---|
net.sourceforge.javadpkg.plugin.cfg |
Contains the interfaces and classes for the configuration.
|
Modifier and Type | Method and Description |
---|---|
DependenciesConfiguration |
ControlConfiguration.getBreaks()
Returns the "Breaks" dependencies.
|
DependenciesConfiguration |
ControlConfiguration.getBuiltUsing()
Returns the "Built-Using" dependencies.
|
DependenciesConfiguration |
ControlConfiguration.getConflicts()
Returns the "Conflicts" dependencies.
|
DependenciesConfiguration |
ControlConfiguration.getDepends()
Returns the dependencies.
|
DependenciesConfiguration |
ControlConfiguration.getEnhances()
Returns the "Enhances" dependencies.
|
DependenciesConfiguration |
ControlConfiguration.getPreDepends()
Returns the "Pre-Depends" dependencies.
|
DependenciesConfiguration |
ControlConfiguration.getProvides()
Returns the "Provides" dependencies.
|
DependenciesConfiguration |
ControlConfiguration.getRecommends()
Returns the "Recommends" dependencies.
|
DependenciesConfiguration |
ControlConfiguration.getReplaces()
Returns the "Replaces" dependencies.
|
DependenciesConfiguration |
ControlConfiguration.getSuggests()
Returns the "Suggest" dependencies.
|
Modifier and Type | Method and Description |
---|---|
void |
ControlConfiguration.setBreaks(DependenciesConfiguration breaks)
Sets the "Breaks" dependencies.
|
void |
ControlConfiguration.setBuiltUsing(DependenciesConfiguration builtUsing)
Sets the "Built-Using" dependencies.
|
void |
ControlConfiguration.setConflicts(DependenciesConfiguration conflicts)
Sets the "Conflicts" dependencies.
|
void |
ControlConfiguration.setDepends(DependenciesConfiguration depends)
Sets the dependencies.
|
void |
ControlConfiguration.setEnhances(DependenciesConfiguration enhances)
Sets the "Enhances" dependencies.
|
void |
ControlConfiguration.setPreDepends(DependenciesConfiguration preDepends)
Sets the "Pre-Depends" dependencies.
|
void |
ControlConfiguration.setProvides(DependenciesConfiguration provides)
Sets the "Provides" dependencies.
|
void |
ControlConfiguration.setRecommends(DependenciesConfiguration recommends)
Sets the "Recommends" dependencies.
|
void |
ControlConfiguration.setReplaces(DependenciesConfiguration replaces)
Sets the "Replaces" dependencies.
|
void |
ControlConfiguration.setSuggests(DependenciesConfiguration suggests)
Sets the "Suggest" dependencies.
|
Copyright © 2015–2019. All rights reserved.