Index

A B C D E G O P R S 
All Classes and Interfaces|All Packages

A

addBuiltin(BuiltIn) - Method in class org.xbib.rpm.ant.RpmTask
 
addConflicts(Conflicts) - Method in class org.xbib.rpm.ant.RpmTask
 
addDepends(Depends) - Method in class org.xbib.rpm.ant.RpmTask
 
addEmptyDir(EmptyDir) - Method in class org.xbib.rpm.ant.RpmTask
 
addGhost(Ghost) - Method in class org.xbib.rpm.ant.RpmTask
 
addLink(Link) - Method in class org.xbib.rpm.ant.RpmTask
 
addObsoletes(Obsoletes) - Method in class org.xbib.rpm.ant.RpmTask
 
addProvides(Provides) - Method in class org.xbib.rpm.ant.RpmTask
 
addRpmfileset(RpmFileSet) - Method in class org.xbib.rpm.ant.RpmTask
 
addTarfileset(TarFileSet) - Method in class org.xbib.rpm.ant.RpmTask
 
addText(String) - Method in class org.xbib.rpm.ant.BuiltIn
 
addTriggerIn(TriggerIn) - Method in class org.xbib.rpm.ant.RpmTask
 
addTriggerPostUn(TriggerPostUn) - Method in class org.xbib.rpm.ant.RpmTask
 
addTriggerPreIn(TriggerPreIn) - Method in class org.xbib.rpm.ant.RpmTask
 
addTriggerUn(TriggerUn) - Method in class org.xbib.rpm.ant.RpmTask
 
addZipfileset(ZipFileSet) - Method in class org.xbib.rpm.ant.RpmTask
 

B

BuiltIn - Class in org.xbib.rpm.ant
 
BuiltIn(Project) - Constructor for class org.xbib.rpm.ant.BuiltIn
 

C

clone() - Method in class org.xbib.rpm.ant.RpmFileSet
Return a ArchiveFileSet that has the same properties as this one.
ComparisonEnum() - Constructor for class org.xbib.rpm.ant.Conflicts.ComparisonEnum
 
ComparisonEnum() - Constructor for class org.xbib.rpm.ant.Depends.ComparisonEnum
 
ComparisonEnum() - Constructor for class org.xbib.rpm.ant.Obsoletes.ComparisonEnum
 
Conflicts - Class in org.xbib.rpm.ant
A conflict with a particular version of an RPM package.
Conflicts() - Constructor for class org.xbib.rpm.ant.Conflicts
 
Conflicts.ComparisonEnum - Class in org.xbib.rpm.ant
Enumerated attribute with the values "equal", "greater", "greater|equal", "less" and "less|equal".

D

Depends - Class in org.xbib.rpm.ant
 
Depends() - Constructor for class org.xbib.rpm.ant.Depends
 
Depends.ComparisonEnum - Class in org.xbib.rpm.ant
Enumerated attribute with the values "equal", "greater", "greater|equal", "less" and "less|equal".

E

execute() - Method in class org.xbib.rpm.ant.RpmTask
 

G

getComparison() - Method in class org.xbib.rpm.ant.Conflicts
 
getComparison() - Method in class org.xbib.rpm.ant.Depends
 
getComparison() - Method in class org.xbib.rpm.ant.Obsoletes
 
getDirectives() - Method in class org.xbib.rpm.ant.RpmFileSet
 
getName() - Method in class org.xbib.rpm.ant.Conflicts
 
getName() - Method in class org.xbib.rpm.ant.Depends
 
getName() - Method in class org.xbib.rpm.ant.Obsoletes
 
getName() - Method in class org.xbib.rpm.ant.Provides
 
getText() - Method in class org.xbib.rpm.ant.BuiltIn
 
getValues() - Method in class org.xbib.rpm.ant.Conflicts.ComparisonEnum
 
getValues() - Method in class org.xbib.rpm.ant.Depends.ComparisonEnum
 
getValues() - Method in class org.xbib.rpm.ant.Obsoletes.ComparisonEnum
 
getVersion() - Method in class org.xbib.rpm.ant.Conflicts
 
getVersion() - Method in class org.xbib.rpm.ant.Depends
 
getVersion() - Method in class org.xbib.rpm.ant.Obsoletes
 
getVersion() - Method in class org.xbib.rpm.ant.Provides
 

O

Obsoletes - Class in org.xbib.rpm.ant
Object describing an obsoletion of a particular version of an RPM package.
Obsoletes() - Constructor for class org.xbib.rpm.ant.Obsoletes
 
Obsoletes.ComparisonEnum - Class in org.xbib.rpm.ant
Enumerated attribute with the values "equal", "greater", "greater|equal", "less" and "less|equal".
org.xbib.rpm.ant - package org.xbib.rpm.ant
 

P

Provides - Class in org.xbib.rpm.ant
Object describing a provided capability (virtual package).
Provides() - Constructor for class org.xbib.rpm.ant.Provides
 

R

restrict(String) - Method in class org.xbib.rpm.ant.RpmTask
 
RpmFileSet - Class in org.xbib.rpm.ant
A RpmFileSet is a FileSet to support RPM directives that can't be expressed using ant's built-in FileSet classes.
RpmFileSet() - Constructor for class org.xbib.rpm.ant.RpmFileSet
Constructor for RpmFileSet.
RpmFileSet(FileSet) - Constructor for class org.xbib.rpm.ant.RpmFileSet
Constructor using a fileset arguement.
RpmFileSet(RpmFileSet) - Constructor for class org.xbib.rpm.ant.RpmFileSet
Constructor using a archive fileset argument.
RpmTask - Class in org.xbib.rpm.ant
Ant task for creating an RPM archive.
RpmTask() - Constructor for class org.xbib.rpm.ant.RpmTask
 

S

setArchitecture(String) - Method in class org.xbib.rpm.ant.RpmTask
 
setChangeLog(Path) - Method in class org.xbib.rpm.ant.RpmTask
 
setComparison(Conflicts.ComparisonEnum) - Method in class org.xbib.rpm.ant.Conflicts
 
setComparison(Depends.ComparisonEnum) - Method in class org.xbib.rpm.ant.Depends
 
setComparison(Obsoletes.ComparisonEnum) - Method in class org.xbib.rpm.ant.Obsoletes
 
setConfig(boolean) - Method in class org.xbib.rpm.ant.RpmFileSet
Supports RPM's %config directive, used to flag the specified file as being a configuration file.
setDescription(String) - Method in class org.xbib.rpm.ant.RpmTask
 
setDestination(Path) - Method in class org.xbib.rpm.ant.RpmTask
 
setDistribution(String) - Method in class org.xbib.rpm.ant.RpmTask
 
setDoc(boolean) - Method in class org.xbib.rpm.ant.RpmFileSet
Supports RPM's %doc directive, which flags the files as being documentation.
setEpoch(String) - Method in class org.xbib.rpm.ant.RpmTask
 
setGhost(boolean) - Method in class org.xbib.rpm.ant.RpmFileSet
Supports %ghost directive, used to flag the specified file as being a ghost file.
setGroup(String) - Method in class org.xbib.rpm.ant.RpmTask
 
setHost(String) - Method in class org.xbib.rpm.ant.RpmTask
 
setLicense(String) - Method in class org.xbib.rpm.ant.RpmTask
 
setName(String) - Method in class org.xbib.rpm.ant.Conflicts
 
setName(String) - Method in class org.xbib.rpm.ant.Depends
 
setName(String) - Method in class org.xbib.rpm.ant.Obsoletes
 
setName(String) - Method in class org.xbib.rpm.ant.Provides
 
setName(String) - Method in class org.xbib.rpm.ant.RpmTask
 
setNoReplace(boolean) - Method in class org.xbib.rpm.ant.RpmFileSet
Supports RPM's %config(noreplace) directive.
setOs(String) - Method in class org.xbib.rpm.ant.RpmTask
 
setPackager(String) - Method in class org.xbib.rpm.ant.RpmTask
 
setPostInstallScript(Path) - Method in class org.xbib.rpm.ant.RpmTask
 
setPostTransScript(Path) - Method in class org.xbib.rpm.ant.RpmTask
 
setPostUninstallScript(Path) - Method in class org.xbib.rpm.ant.RpmTask
 
setPrefixes(String) - Method in class org.xbib.rpm.ant.RpmTask
 
setPreInstallScript(Path) - Method in class org.xbib.rpm.ant.RpmTask
 
setPreTransScript(Path) - Method in class org.xbib.rpm.ant.RpmTask
 
setPreUninstallScript(Path) - Method in class org.xbib.rpm.ant.RpmTask
 
setPrivateKeyId(Long) - Method in class org.xbib.rpm.ant.RpmTask
 
setPrivateKeyId(String) - Method in class org.xbib.rpm.ant.RpmTask
 
setPrivateKeyPassphrase(String) - Method in class org.xbib.rpm.ant.RpmTask
 
setPrivateKeyRing(InputStream) - Method in class org.xbib.rpm.ant.RpmTask
 
setPrivateKeyRing(Path) - Method in class org.xbib.rpm.ant.RpmTask
 
setProvides(String) - Method in class org.xbib.rpm.ant.RpmTask
 
setRelease(String) - Method in class org.xbib.rpm.ant.RpmTask
 
setSourcePackage(String) - Method in class org.xbib.rpm.ant.RpmTask
 
setSummary(String) - Method in class org.xbib.rpm.ant.RpmTask
 
setType(String) - Method in class org.xbib.rpm.ant.RpmTask
 
setUrl(String) - Method in class org.xbib.rpm.ant.RpmTask
 
setVendor(String) - Method in class org.xbib.rpm.ant.RpmTask
 
setVersion(String) - Method in class org.xbib.rpm.ant.Conflicts
 
setVersion(String) - Method in class org.xbib.rpm.ant.Depends
 
setVersion(String) - Method in class org.xbib.rpm.ant.Obsoletes
 
setVersion(String) - Method in class org.xbib.rpm.ant.Provides
 
setVersion(String) - Method in class org.xbib.rpm.ant.RpmTask
 
A B C D E G O P R S 
All Classes and Interfaces|All Packages