Skip navigation links
A B C D E F G H I J L M N O P R S T U V W 

A

AbstractDataProducer - Class in org.vafer.jdeb.producers
Base Producer class providing including/excluding.
AbstractDataProducer(String[], String[], Mapper[]) - Constructor for class org.vafer.jdeb.producers.AbstractDataProducer
 
addData(Data) - Method in class org.vafer.jdeb.ant.DebAntTask
 
addFileSet(FileSet) - Method in class org.vafer.jdeb.ant.DebAntTask
 
addLink(Link) - Method in class org.vafer.jdeb.ant.DebAntTask
 
addMapper(Mapper) - Method in class org.vafer.jdeb.ant.Data
 
addTarFileSet(Tar.TarFileSet) - Method in class org.vafer.jdeb.ant.DebAntTask
 

B

bigNumberMode(String) - Method in class org.vafer.jdeb.TarOptions
 
bigNumberMode() - Method in class org.vafer.jdeb.TarOptions
 
BinaryPackageControlFile - Class in org.vafer.jdeb.debian
Binary package control file.
BinaryPackageControlFile() - Constructor for class org.vafer.jdeb.debian.BinaryPackageControlFile
 
BinaryPackageControlFile(String) - Constructor for class org.vafer.jdeb.debian.BinaryPackageControlFile
 
BinaryPackageControlFile(InputStream) - Constructor for class org.vafer.jdeb.debian.BinaryPackageControlFile
 

C

ChangeSet - Class in org.vafer.jdeb.changes
A ChangeSet basically reflect a release as defined in the changes file.
ChangeSet(String, String, Date, String, String, String, String[]) - Constructor for class org.vafer.jdeb.changes.ChangeSet
 
ChangesFile - Class in org.vafer.jdeb.debian
Reflecting a changes file
ChangesFile() - Constructor for class org.vafer.jdeb.debian.ChangesFile
 
ChangesProvider - Interface in org.vafer.jdeb.changes
 
clearSign(String, OutputStream) - Method in class org.vafer.jdeb.signing.PGPSigner
Creates a clear sign signature over the input data.
clearSign(InputStream, OutputStream) - Method in class org.vafer.jdeb.signing.PGPSigner
Creates a clear sign signature over the input data.
Compression - Enum in org.vafer.jdeb
Compression method used for the data file.
compression(Compression) - Method in class org.vafer.jdeb.TarOptions
 
compression() - Method in class org.vafer.jdeb.TarOptions
 
Console - Interface in org.vafer.jdeb
Plug in your favorite log implementation.
ControlField - Class in org.vafer.jdeb.debian
A field of a control file.
ControlField(String) - Constructor for class org.vafer.jdeb.debian.ControlField
 
ControlField(String, boolean) - Constructor for class org.vafer.jdeb.debian.ControlField
 
ControlField(String, boolean, ControlField.Type) - Constructor for class org.vafer.jdeb.debian.ControlField
 
ControlField(String, boolean, ControlField.Type, boolean) - Constructor for class org.vafer.jdeb.debian.ControlField
 
ControlField.Type - Enum in org.vafer.jdeb.debian
The format of a field.
ControlFile - Class in org.vafer.jdeb.debian
A control file as specified by the Debian policy.
ControlFile() - Constructor for class org.vafer.jdeb.debian.ControlFile
 
convertToDebianVersion(String, boolean, String, String, Date) - Static method in class org.vafer.jdeb.utils.Utils
Convert the project version to a version suitable for a Debian package.
copy(InputStream, OutputStream) - Static method in class org.vafer.jdeb.utils.Utils
 
createDeb(Compression) - Method in class org.vafer.jdeb.DebMaker
Create the debian archive with from the provided control files and data producers.
createMapper() - Method in class org.vafer.jdeb.ant.Mapper
 
createMapper() - Method in class org.vafer.jdeb.maven.Mapper
 
createSignedDeb(Compression, PGPSignatureGenerator, PGPSigner) - Method in class org.vafer.jdeb.DebMaker
Create the debian archive with from the provided control files and data producers.

D

Data - Class in org.vafer.jdeb.ant
Ant "data" element acting as a factory for DataProducers.
Data() - Constructor for class org.vafer.jdeb.ant.Data
 
Data - Class in org.vafer.jdeb.maven
Maven "data" element acting as a factory for DataProducers.
Data() - Constructor for class org.vafer.jdeb.maven.Data
 
DataConsumer - Interface in org.vafer.jdeb
A DataConsumer consumes Data produced from a producer.
DataProducer - Interface in org.vafer.jdeb
Provides Data to a DataConsumer.
DataProducerArchive - Class in org.vafer.jdeb.producers
Providing data from an archive keeping permissions and ownerships.
DataProducerArchive(File, String[], String[], Mapper[]) - Constructor for class org.vafer.jdeb.producers.DataProducerArchive
 
DataProducerDirectory - Class in org.vafer.jdeb.producers
DataProducer iterating over a directory.
DataProducerDirectory(File, String[], String[], Mapper[]) - Constructor for class org.vafer.jdeb.producers.DataProducerDirectory
 
DataProducerFile - Class in org.vafer.jdeb.producers
DataProducer representing a single file For cross-platform permissions and ownerships you probably want to use a Mapper, too.
DataProducerFile(File, String, String[], String[], Mapper[]) - Constructor for class org.vafer.jdeb.producers.DataProducerFile
 
DataProducerFiles - Class in org.vafer.jdeb.producers
Data producer that places multiple files into a single destination directory.
DataProducerFiles(String[], String, Mapper[]) - Constructor for class org.vafer.jdeb.producers.DataProducerFiles
 
DataProducerFileSet - Class in org.vafer.jdeb.producers
DataProducer providing data from an Ant fileset.
DataProducerFileSet(FileSet) - Constructor for class org.vafer.jdeb.producers.DataProducerFileSet
 
DataProducerLink - Class in org.vafer.jdeb.producers
DataProducer representing a single file For cross-platform permissions and ownerships you probably want to use a Mapper, too.
DataProducerLink(String, String, boolean, String[], String[], Mapper[]) - Constructor for class org.vafer.jdeb.producers.DataProducerLink
 
DataProducerPathTemplate - Class in org.vafer.jdeb.producers
 
DataProducerPathTemplate(String[], String[], String[], Mapper[]) - Constructor for class org.vafer.jdeb.producers.DataProducerPathTemplate
 
DebAntTask - Class in org.vafer.jdeb.ant
AntTask for creating debian archives.
DebAntTask() - Constructor for class org.vafer.jdeb.ant.DebAntTask
 
DebMaker - Class in org.vafer.jdeb
A generic class for creating Debian archives.
DebMaker(Console, Collection<DataProducer>, Collection<DataProducer>) - Constructor for class org.vafer.jdeb.DebMaker
 
DebMojo - Class in org.vafer.jdeb.maven
Creates Debian package
DebMojo() - Constructor for class org.vafer.jdeb.maven.DebMojo
 
debug(String) - Method in interface org.vafer.jdeb.Console
 
defaultString(String, String) - Static method in class org.vafer.jdeb.utils.Utils
Return fallback if first string is null or empty

E

execute() - Method in class org.vafer.jdeb.ant.DebAntTask
 
execute() - Method in class org.vafer.jdeb.maven.DebMojo
Main entry point

F

FilteredFile - Class in org.vafer.jdeb.utils
 
FilteredFile(InputStream, VariableResolver) - Constructor for class org.vafer.jdeb.utils.FilteredFile
 
format(String) - Method in class org.vafer.jdeb.debian.ControlField
Returns the field with the specified value properly formatted.
formatDate(Date) - Static method in class org.vafer.jdeb.debian.ChangesFile
 

G

generateASCIISignature() - Method in class org.vafer.jdeb.utils.PGPSignatureOutputStream
 
generateSignature() - Method in class org.vafer.jdeb.utils.PGPSignatureOutputStream
 
get(String) - Method in class org.vafer.jdeb.debian.ControlFile
 
get(String) - Method in class org.vafer.jdeb.utils.MapVariableResolver
 
get(String) - Method in interface org.vafer.jdeb.utils.VariableResolver
 
getChangedBy() - Method in class org.vafer.jdeb.changes.ChangeSet
 
getChanges() - Method in class org.vafer.jdeb.changes.ChangeSet
 
getChangesSets() - Method in interface org.vafer.jdeb.changes.ChangesProvider
 
getChangesSets() - Method in class org.vafer.jdeb.changes.TextfileChangesProvider
 
getConffile() - Method in class org.vafer.jdeb.ant.Data
 
getConffile() - Method in class org.vafer.jdeb.maven.Data
 
getDate() - Method in class org.vafer.jdeb.changes.ChangeSet
 
getDigest() - Method in class org.vafer.jdeb.DebMaker
 
getDistribution() - Method in class org.vafer.jdeb.changes.ChangeSet
 
getEncoding() - Method in class org.vafer.jdeb.utils.InformationInputStream
 
getExtension() - Method in enum org.vafer.jdeb.Compression
Returns the extension of the compression method
getFields() - Method in class org.vafer.jdeb.debian.BinaryPackageControlFile
 
getFields() - Method in class org.vafer.jdeb.debian.ChangesFile
 
getFields() - Method in class org.vafer.jdeb.debian.ControlFile
 
getGid() - Method in class org.vafer.jdeb.ant.Link
 
getGroup() - Method in class org.vafer.jdeb.ant.Link
 
getHexDigest() - Method in class org.vafer.jdeb.utils.InformationOutputStream
 
getKnownPGPSecureRingLocations() - Static method in class org.vafer.jdeb.utils.Utils
Get the known locations where the secure keyring can be located.
getMandatoryFields() - Method in class org.vafer.jdeb.debian.ControlFile
 
getMode() - Method in class org.vafer.jdeb.ant.Link
 
getName() - Method in class org.vafer.jdeb.ant.Link
 
getName() - Method in class org.vafer.jdeb.debian.ControlField
 
getPackage() - Method in class org.vafer.jdeb.changes.ChangeSet
 
getPrivateKey() - Method in class org.vafer.jdeb.signing.PGPSigner
Returns the private key.
getSecretKey() - Method in class org.vafer.jdeb.signing.PGPSigner
Returns the secret key.
getShortDescription() - Method in class org.vafer.jdeb.debian.BinaryPackageControlFile
Returns the short description of the package.
getSize() - Method in class org.vafer.jdeb.utils.InformationOutputStream
 
getTarget() - Method in class org.vafer.jdeb.ant.Link
 
getType() - Method in class org.vafer.jdeb.ant.Data
 
getType() - Method in class org.vafer.jdeb.debian.ControlField
 
getUid() - Method in class org.vafer.jdeb.ant.Link
 
getUrgency() - Method in class org.vafer.jdeb.changes.ChangeSet
 
getUserDefinedFieldLetter() - Method in class org.vafer.jdeb.debian.BinaryPackageControlFile
 
getUserDefinedFieldLetter() - Method in class org.vafer.jdeb.debian.ChangesFile
 
getUserDefinedFieldLetter() - Method in class org.vafer.jdeb.debian.ControlFile
Returns the letter expected in the prefix of a user defined field in order to include the field in this control file.
getUserDefinedFieldName(String) - Method in class org.vafer.jdeb.debian.ControlFile
Returns the user defined field without its prefix.
getUserDefinedFieldNames() - Method in class org.vafer.jdeb.debian.ControlFile
 
getUserDefinedFields() - Method in class org.vafer.jdeb.debian.ControlFile
 
getUsername() - Method in class org.vafer.jdeb.ant.Link
 
getVersion() - Method in class org.vafer.jdeb.changes.ChangeSet
 
guessKeyRingFile() - Static method in class org.vafer.jdeb.utils.Utils
Tries to guess location of the user secure keyring using various heuristics.

H

hasBom() - Method in class org.vafer.jdeb.utils.InformationInputStream
 
hasUnixLineEndings() - Method in class org.vafer.jdeb.utils.InformationInputStream
 

I

info(String) - Method in interface org.vafer.jdeb.Console
 
InformationInputStream - Class in org.vafer.jdeb.utils
 
InformationInputStream(InputStream) - Constructor for class org.vafer.jdeb.utils.InformationInputStream
 
InformationOutputStream - Class in org.vafer.jdeb.utils
Convenience class to provide digest info and length of a stream.
InformationOutputStream(OutputStream, MessageDigest) - Constructor for class org.vafer.jdeb.utils.InformationOutputStream
 
initialize(BinaryPackageControlFile) - Method in class org.vafer.jdeb.debian.ChangesFile
Initializes the fields on the changes file with the values of the specified binary package control file.
initializeVariableResolver(Map<String, String>) - Method in class org.vafer.jdeb.maven.DebMojo
 
INSTANCE - Static variable in class org.vafer.jdeb.mapping.NullMapper
 
invalidFields() - Method in class org.vafer.jdeb.debian.ControlFile
 
isBlank(CharSequence) - Static method in class org.vafer.jdeb.utils.Utils
Check if a CharSequence is whitespace, empty ("") or null.
isFirstLineEmpty() - Method in class org.vafer.jdeb.debian.ControlField
 
isIncluded(String) - Method in class org.vafer.jdeb.producers.AbstractDataProducer
 
isMandatory() - Method in class org.vafer.jdeb.debian.ControlField
 
isNullOrEmpty(String) - Static method in class org.vafer.jdeb.utils.Utils
Returns true if string is null or empty.
isShell() - Method in class org.vafer.jdeb.utils.InformationInputStream
 
isSymbolic() - Method in class org.vafer.jdeb.ant.Link
 
isSymbolicLink(File) - Static method in class org.vafer.jdeb.utils.SymlinkUtils
 
isUserDefinedField(String) - Method in class org.vafer.jdeb.debian.ControlFile
Tells if the specified field name is a user defined field.
isValid() - Method in class org.vafer.jdeb.debian.ControlFile
 

J

joinLocalPath(String...) - Static method in class org.vafer.jdeb.utils.Utils
 
joinUnixPath(String...) - Static method in class org.vafer.jdeb.utils.Utils
 

L

Link - Class in org.vafer.jdeb.ant
Defines a symbolic or hard link.
Link() - Constructor for class org.vafer.jdeb.ant.Link
 
longFileMode(String) - Method in class org.vafer.jdeb.TarOptions
 
longFileMode() - Method in class org.vafer.jdeb.TarOptions
 
lookupIfEmpty(String, Map<String, String>, String) - Static method in class org.vafer.jdeb.utils.Utils
Extracts value from map if given value is null.
LsMapper - Class in org.vafer.jdeb.mapping
Reads permissions and ownerships from a "ls -laR > mapping.txt" dump and maps entries accordingly.
LsMapper(InputStream) - Constructor for class org.vafer.jdeb.mapping.LsMapper
 
LsMapper.ParseError - Exception in org.vafer.jdeb.mapping
 

M

makeDeb() - Method in class org.vafer.jdeb.DebMaker
 
map(TarArchiveEntry) - Method in class org.vafer.jdeb.mapping.LsMapper
 
map(TarArchiveEntry) - Method in interface org.vafer.jdeb.mapping.Mapper
 
map(TarArchiveEntry) - Method in class org.vafer.jdeb.mapping.NullMapper
 
map(TarArchiveEntry) - Method in class org.vafer.jdeb.mapping.PermMapper
 
map(TarArchiveEntry) - Method in class org.vafer.jdeb.producers.AbstractDataProducer
 
Mapper - Class in org.vafer.jdeb.ant
Ant "mapper" element acting as factory for the entry mapper.
Mapper() - Constructor for class org.vafer.jdeb.ant.Mapper
 
Mapper - Interface in org.vafer.jdeb.mapping
Maps one entry to another.
Mapper - Class in org.vafer.jdeb.maven
Maven "mapper" element acting as factory for the entry mapper.
Mapper() - Constructor for class org.vafer.jdeb.maven.Mapper
 
MapVariableResolver - Class in org.vafer.jdeb.utils
Resolve variables based on a Map.
MapVariableResolver(Map<String, String>) - Constructor for class org.vafer.jdeb.utils.MapVariableResolver
 
MissingSourceBehavior - Enum in org.vafer.jdeb.ant
 
MissingSourceBehavior - Enum in org.vafer.jdeb.maven
 
movePath(String, String) - Static method in class org.vafer.jdeb.utils.Utils
Construct new path by replacing file directory part.

N

NullMapper - Class in org.vafer.jdeb.mapping
 

O

onEachDir(TarArchiveEntry) - Method in interface org.vafer.jdeb.DataConsumer
 
onEachFile(InputStream, TarArchiveEntry) - Method in interface org.vafer.jdeb.DataConsumer
 
onEachLink(TarArchiveEntry) - Method in interface org.vafer.jdeb.DataConsumer
 
org.vafer.jdeb - package org.vafer.jdeb
 
org.vafer.jdeb.ant - package org.vafer.jdeb.ant
 
org.vafer.jdeb.changes - package org.vafer.jdeb.changes
 
org.vafer.jdeb.debian - package org.vafer.jdeb.debian
 
org.vafer.jdeb.mapping - package org.vafer.jdeb.mapping
 
org.vafer.jdeb.maven - package org.vafer.jdeb.maven
 
org.vafer.jdeb.producers - package org.vafer.jdeb.producers
 
org.vafer.jdeb.signing - package org.vafer.jdeb.signing
 
org.vafer.jdeb.utils - package org.vafer.jdeb.utils
 

P

PackagingException - Exception in org.vafer.jdeb
Something went wrong while building the package
PackagingException() - Constructor for exception org.vafer.jdeb.PackagingException
 
PackagingException(String, Throwable) - Constructor for exception org.vafer.jdeb.PackagingException
 
PackagingException(String) - Constructor for exception org.vafer.jdeb.PackagingException
 
PackagingException(Throwable) - Constructor for exception org.vafer.jdeb.PackagingException
 
parse(String) - Method in class org.vafer.jdeb.debian.ControlFile
 
parse(InputStream) - Method in class org.vafer.jdeb.debian.ControlFile
 
ParseError(String) - Constructor for exception org.vafer.jdeb.mapping.LsMapper.ParseError
 
PermMapper - Class in org.vafer.jdeb.mapping
Applies a uniform set of permissions and ownership to all entries.
PermMapper(int, int, String, String, int, int, int, String) - Constructor for class org.vafer.jdeb.mapping.PermMapper
 
PermMapper(int, int, String, String, String, String, int, String) - Constructor for class org.vafer.jdeb.mapping.PermMapper
 
PGPSignatureOutputStream - Class in org.vafer.jdeb.utils
An output stream that calculates the signature of the input data as it is written
PGPSignatureOutputStream(PGPSignatureGenerator) - Constructor for class org.vafer.jdeb.utils.PGPSignatureOutputStream
 
PGPSigner - Class in org.vafer.jdeb.signing
Signing with OpenPGP.
PGPSigner(InputStream, String, String, int) - Constructor for class org.vafer.jdeb.signing.PGPSigner
 
produce(DataConsumer) - Method in class org.vafer.jdeb.ant.Data
 
produce(DataConsumer) - Method in interface org.vafer.jdeb.DataProducer
 
produce(DataConsumer) - Method in class org.vafer.jdeb.maven.Data
 
produce(DataConsumer) - Method in class org.vafer.jdeb.producers.DataProducerArchive
 
produce(DataConsumer) - Method in class org.vafer.jdeb.producers.DataProducerDirectory
 
produce(DataConsumer) - Method in class org.vafer.jdeb.producers.DataProducerFile
 
produce(DataConsumer) - Method in class org.vafer.jdeb.producers.DataProducerFiles
 
produce(DataConsumer) - Method in class org.vafer.jdeb.producers.DataProducerFileSet
 
produce(DataConsumer) - Method in class org.vafer.jdeb.producers.DataProducerLink
 
produce(DataConsumer) - Method in class org.vafer.jdeb.producers.DataProducerPathTemplate
 
produceDir(DataConsumer, String) - Method in class org.vafer.jdeb.producers.AbstractDataProducer
 
produceFile(DataConsumer, File, String) - Method in class org.vafer.jdeb.producers.AbstractDataProducer
 

R

read() - Method in class org.vafer.jdeb.utils.InformationInputStream
 
read(byte[], int, int) - Method in class org.vafer.jdeb.utils.InformationInputStream
 
readPropertiesFromActiveProfiles(String, String...) - Method in class org.vafer.jdeb.maven.DebMojo
Read properties from the active profiles.
readSymbolicLink(File) - Static method in class org.vafer.jdeb.utils.SymlinkUtils
 
replaceVariables(VariableResolver, String, String, String) - Static method in class org.vafer.jdeb.utils.Utils
Substitute the variables in the given expression with the values from the resolver

S

save(OutputStream) - Method in class org.vafer.jdeb.changes.TextfileChangesProvider
 
set(String, String) - Method in class org.vafer.jdeb.debian.BinaryPackageControlFile
 
set(String, String) - Method in class org.vafer.jdeb.debian.ControlFile
 
setChanges(ChangeSet[]) - Method in class org.vafer.jdeb.debian.ChangesFile
 
setChangesIn(File) - Method in class org.vafer.jdeb.ant.DebAntTask
 
setChangesIn(File) - Method in class org.vafer.jdeb.DebMaker
 
setChangesOut(File) - Method in class org.vafer.jdeb.ant.DebAntTask
 
setChangesOut(File) - Method in class org.vafer.jdeb.DebMaker
 
setChangesSave(File) - Method in class org.vafer.jdeb.ant.DebAntTask
 
setChangesSave(File) - Method in class org.vafer.jdeb.DebMaker
 
setCloseReplaceToken(String) - Method in class org.vafer.jdeb.DebMaker
 
setCloseReplaceToken(String) - Method in class org.vafer.jdeb.maven.DebMojo
 
setCloseToken(String) - Method in class org.vafer.jdeb.utils.FilteredFile
 
setCompression(String) - Method in class org.vafer.jdeb.ant.DebAntTask
 
setCompression(String) - Method in class org.vafer.jdeb.DebMaker
 
setConffile(Boolean) - Method in class org.vafer.jdeb.ant.Data
 
setConffile(boolean) - Method in class org.vafer.jdeb.maven.Data
 
setControl(File) - Method in class org.vafer.jdeb.ant.DebAntTask
 
setControl(File) - Method in class org.vafer.jdeb.DebMaker
 
setData(Data[]) - Method in class org.vafer.jdeb.maven.DebMojo
 
setDeb(File) - Method in class org.vafer.jdeb.DebMaker
 
setDepends(String) - Method in class org.vafer.jdeb.DebMaker
 
setDescription(String) - Method in class org.vafer.jdeb.DebMaker
 
setDestfile(File) - Method in class org.vafer.jdeb.ant.DebAntTask
 
setDigest(String) - Method in class org.vafer.jdeb.ant.DebAntTask
 
setDigest(String) - Method in class org.vafer.jdeb.DebMaker
 
setDirMode(String) - Method in class org.vafer.jdeb.ant.Mapper
 
setDst(String) - Method in class org.vafer.jdeb.ant.Data
 
setDst(String) - Method in class org.vafer.jdeb.maven.Data
 
setExcludes(String) - Method in class org.vafer.jdeb.maven.Data
 
setFileMode(String) - Method in class org.vafer.jdeb.ant.Mapper
 
setGid(int) - Method in class org.vafer.jdeb.ant.Link
 
setGid(int) - Method in class org.vafer.jdeb.ant.Mapper
 
setGroup(String) - Method in class org.vafer.jdeb.ant.Link
 
setGroup(String) - Method in class org.vafer.jdeb.ant.Mapper
 
setHomepage(String) - Method in class org.vafer.jdeb.DebMaker
 
setIncludes(String) - Method in class org.vafer.jdeb.maven.Data
 
setKey(String) - Method in class org.vafer.jdeb.ant.DebAntTask
 
setKey(String) - Method in class org.vafer.jdeb.DebMaker
 
setKeyring(File) - Method in class org.vafer.jdeb.ant.DebAntTask
 
setKeyring(File) - Method in class org.vafer.jdeb.DebMaker
 
setLinkName(String) - Method in class org.vafer.jdeb.maven.Data
 
setLinkTarget(String) - Method in class org.vafer.jdeb.maven.Data
 
setMissingSrc(String) - Method in class org.vafer.jdeb.ant.Data
 
setMissingSrc(String) - Method in class org.vafer.jdeb.maven.Data
 
setMode(String) - Method in class org.vafer.jdeb.ant.Link
 
setName(String) - Method in class org.vafer.jdeb.ant.Link
 
setOpenReplaceToken(String) - Method in class org.vafer.jdeb.DebMaker
 
setOpenReplaceToken(String) - Method in class org.vafer.jdeb.maven.DebMojo
 
setOpenToken(String) - Method in class org.vafer.jdeb.utils.FilteredFile
 
setPackage(String) - Method in class org.vafer.jdeb.DebMaker
 
setPassphrase(String) - Method in class org.vafer.jdeb.ant.DebAntTask
 
setPassphrase(String) - Method in class org.vafer.jdeb.DebMaker
 
setPrefix(String) - Method in class org.vafer.jdeb.ant.Mapper
 
setResolver(VariableResolver) - Method in class org.vafer.jdeb.DebMaker
 
setSection(String) - Method in class org.vafer.jdeb.DebMaker
 
setSignChanges(boolean) - Method in class org.vafer.jdeb.DebMaker
 
setSignMethod(String) - Method in class org.vafer.jdeb.DebMaker
 
setSignPackage(boolean) - Method in class org.vafer.jdeb.DebMaker
 
setSignRole(String) - Method in class org.vafer.jdeb.DebMaker
 
setSrc(File) - Method in class org.vafer.jdeb.ant.Data
 
setSrc(File) - Method in class org.vafer.jdeb.ant.Mapper
 
setSrc(File) - Method in class org.vafer.jdeb.maven.Data
 
setStrip(int) - Method in class org.vafer.jdeb.ant.Mapper
 
setSymbolic(boolean) - Method in class org.vafer.jdeb.ant.Link
 
setSymlink(boolean) - Method in class org.vafer.jdeb.maven.Data
 
setTarBigNumberMode(String) - Method in class org.vafer.jdeb.DebMaker
 
setTarget(String) - Method in class org.vafer.jdeb.ant.Link
 
setTarLongFileMode(String) - Method in class org.vafer.jdeb.DebMaker
 
setType(String) - Method in class org.vafer.jdeb.ant.Data
 
setType(String) - Method in class org.vafer.jdeb.ant.Mapper
 
setType(String) - Method in class org.vafer.jdeb.maven.Data
 
setUid(int) - Method in class org.vafer.jdeb.ant.Link
 
setUid(int) - Method in class org.vafer.jdeb.ant.Mapper
 
setUser(String) - Method in class org.vafer.jdeb.ant.Mapper
 
setUsername(String) - Method in class org.vafer.jdeb.ant.Link
 
setVerbose(boolean) - Method in class org.vafer.jdeb.ant.DebAntTask
 
splitPatterns(String) - Method in class org.vafer.jdeb.maven.Data
 
stripLeadingSlash(String) - Static method in class org.vafer.jdeb.utils.Utils
 
stripPath(int, String) - Static method in class org.vafer.jdeb.utils.Utils
 
SymlinkUtils - Class in org.vafer.jdeb.utils
Simple utilities to deal with symbolic links

T

TarOptions - Class in org.vafer.jdeb
 
TarOptions() - Constructor for class org.vafer.jdeb.TarOptions
 
TextfileChangesProvider - Class in org.vafer.jdeb.changes
Gets the changes from a changes file.
TextfileChangesProvider(InputStream, BinaryPackageControlFile) - Constructor for class org.vafer.jdeb.changes.TextfileChangesProvider
 
toCompressedOutputStream(OutputStream) - Method in enum org.vafer.jdeb.Compression
 
toEnum(String) - Static method in enum org.vafer.jdeb.Compression
Returns the compression method corresponding to the specified name.
toHex(byte[]) - Static method in class org.vafer.jdeb.utils.Utils
 
toMode(String) - Static method in class org.vafer.jdeb.mapping.PermMapper
 
toString() - Method in class org.vafer.jdeb.changes.ChangeSet
 
toString(ControlField...) - Method in class org.vafer.jdeb.debian.ControlFile
 
toString() - Method in class org.vafer.jdeb.debian.ControlFile
 
toString() - Method in class org.vafer.jdeb.utils.FilteredFile
 
toString() - Method in class org.vafer.jdeb.utils.InformationInputStream
 
toUnixLineEndings(InputStream) - Static method in class org.vafer.jdeb.utils.Utils
Replaces new line delimiters in the input stream with the Unix line feed.

U

userDefinedFieldNames - Variable in class org.vafer.jdeb.debian.ControlFile
 
userDefinedFields - Variable in class org.vafer.jdeb.debian.ControlFile
 
Utils - Class in org.vafer.jdeb.utils
Simple utils functions.
Utils() - Constructor for class org.vafer.jdeb.utils.Utils
 

V

validate() - Method in class org.vafer.jdeb.DebMaker
Validates the input parameters.
valueOf(String) - Static method in enum org.vafer.jdeb.ant.MissingSourceBehavior
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.vafer.jdeb.Compression
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.vafer.jdeb.debian.ControlField.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.vafer.jdeb.maven.MissingSourceBehavior
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.vafer.jdeb.ant.MissingSourceBehavior
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.vafer.jdeb.Compression
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.vafer.jdeb.debian.ControlField.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class org.vafer.jdeb.debian.ControlFile
 
values() - Static method in enum org.vafer.jdeb.maven.MissingSourceBehavior
Returns an array containing the constants of this enum type, in the order they are declared.
VariableResolver - Interface in org.vafer.jdeb.utils
Interface for resolving variables.

W

warn(String) - Method in interface org.vafer.jdeb.Console
 
write(byte[], int, int) - Method in class org.vafer.jdeb.utils.InformationOutputStream
 
write(int) - Method in class org.vafer.jdeb.utils.InformationOutputStream
 
write(int) - Method in class org.vafer.jdeb.utils.PGPSignatureOutputStream
 
write(byte[]) - Method in class org.vafer.jdeb.utils.PGPSignatureOutputStream
 
write(byte[], int, int) - Method in class org.vafer.jdeb.utils.PGPSignatureOutputStream
 
A B C D E F G H I J L M N O P R S T U V W 
Skip navigation links

Copyright © 2018. All rights reserved.