Package | Description |
---|---|
net.sourceforge.javadpkg |
Contains the interfaces and classes for reading and writing Debian packages.
|
net.sourceforge.javadpkg.control.impl |
The implementation of the interfaces and abstract classes.
|
net.sourceforge.javadpkg.impl |
The implementation of the interfaces and abstract classes.
|
net.sourceforge.javadpkg.replace |
Contains interfaces and classes for replacing variables by their values.
|
Modifier and Type | Method and Description |
---|---|
List<Warning> |
Context.getWarnings()
Returns a list of all warnings added to this context.
|
Modifier and Type | Method and Description |
---|---|
void |
Context.addWarning(Warning warning)
Adds a warning to the context.
|
Modifier and Type | Class and Description |
---|---|
class |
ArchitectureUnsupportedWarning
A warning about an unsupported architecture.
|
class |
ControlEmptyFieldWarning
A warning about a field in the control which is set, but empty.
|
class |
ControlRecommendedFieldMissingWarning
A warning about an recommended field which is missing in the control file.
|
class |
ControlRecommendedFieldNotSetWarning
A warning about an recommended field which is not set in the control.
|
class |
ControlUnsupportedFieldFoundWarning
A warning about an unsupported field in the control file.
|
class |
ControlUnsupportedFieldIgnoredWarning
A warning about an unsupported field in the control which is ignored.
|
class |
PackageMultiArchitectureUnsupportedWarning
A warning for an multiple architecture property.
|
class |
PackagePriorityUnsupportedWarning
A warning for an unsupported package priority.
|
class |
SectionUnsupportedWarning
A warning for a unsupported section.
|
Modifier and Type | Class and Description |
---|---|
class |
ChangeLogInitialLineUnsupportedWarning
A warning that the format of the initial line of a version in the change log
is unsupported.
|
class |
ChangeLogNoFormatWarning
A warning that the copyright doesn't contain any information about it's
format.
|
class |
ChangeLogUnsupportedLineWarning
A warning about an unsupported line in a change log.
|
class |
ChangeLogUrgencyUnsupportedWarning
A warning about an unsupported change log urgency.
|
class |
ControlUnsupportedEntryWarning
A warning for an unsupported entry / file in the control of the Debian
packages.
|
class |
CopyrightEmptyWarning
A warning if the copyright exists, but is empty.
|
class |
CopyrightUnsupportedFieldWarning
A warning for an unsupported field in the copyright.
|
class |
CopyrightUnsupportedFormatWarning
The warning if a copyright has an unsupported format.
|
class |
TemplatesDuplicatedTemplateWarning
A warning for a duplicated template in the templates.
|
class |
TemplatesMissingFieldWarning
A warning for a missing field in the templates.
|
class |
TemplatesUnsupportFieldNameWarning
The warning about an unsupported field name in the templates.
|
class |
TemplateTypeUnsupportedWarning
A warning about an unsupported template type.
|
Modifier and Type | Method and Description |
---|---|
List<Warning> |
ContextImpl.getWarnings() |
Modifier and Type | Method and Description |
---|---|
void |
ContextImpl.addWarning(Warning warning) |
Modifier and Type | Class and Description |
---|---|
class |
ReplacementVariableUnknownWarning
A warning for an unknown variable found during a replacement.
|
Copyright © 2015–2019. All rights reserved.