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 |
---|---|
TemplateType |
Template.getType()
Returns the type.
|
TemplateType |
TemplateTypeParser.getTypeMultiselect()
Returns the template type for the multiple select.
|
TemplateType |
TemplateTypeParser.getTypeSelect()
Returns the template type for the select.
|
TemplateType |
TemplateTypeParser.parseTemplateType(String value,
Context context)
Parses the template type.
|
Modifier and Type | Method and Description |
---|---|
String |
TemplateTypeBuilder.buildTemplateType(TemplateType type,
Context context)
Builds the template type.
|
Modifier and Type | Method and Description |
---|---|
TemplateType |
TemplateTypeParserImpl.getTypeMultiselect() |
TemplateType |
TemplateTypeParserImpl.getTypeSelect() |
TemplateType |
TemplateTypeParserImpl.parseTemplateType(String value,
Context context) |
Modifier and Type | Method and Description |
---|---|
String |
TemplateTypeBuilderImpl.buildTemplateType(TemplateType type,
Context context) |
Copyright © 2015–2019. All rights reserved.