Package | Description |
---|---|
net.sourceforge.javadpkg |
Contains the interfaces and classes for reading and writing Debian packages.
|
net.sourceforge.javadpkg.impl |
The implementation of the interfaces and abstract classes.
|
Modifier and Type | Method and Description |
---|---|
Templates |
DebianPackage.getTemplates()
Returns the templates for asking the user questions about the
configuration.
|
Templates |
TemplatesParser.parseTemplates(DataSource source,
Context context)
Parses the templates.
|
Templates |
TemplatesParser.parseTemplates(String value,
Context context)
Parses the templates.
|
Modifier and Type | Method and Description |
---|---|
String |
TemplatesBuilder.buildTemplates(Templates templates,
Context context)
Builds the templates.
|
void |
TemplatesBuilder.buildTemplates(Templates templates,
DataTarget target,
Context context)
Builds the templates.
|
Modifier and Type | Method and Description |
---|---|
Templates |
DebianPackageImpl.getTemplates() |
Templates |
TemplatesParserImpl.parseTemplates(DataSource source,
Context context) |
Templates |
TemplatesParserImpl.parseTemplates(String value,
Context context) |
Modifier and Type | Method and Description |
---|---|
String |
TemplatesBuilderImpl.buildTemplates(Templates templates,
Context context) |
void |
TemplatesBuilderImpl.buildTemplates(Templates templates,
DataTarget target,
Context context) |
void |
DebianPackageImpl.setTemplates(Templates templates)
Sets the templates for asking the user questions about the configuration.
|
Copyright © 2015–2019. All rights reserved.