Package de.dentrassi.rpm.builder
Class Rule
- java.lang.Object
-
- de.dentrassi.rpm.builder.EntryDetails
-
- de.dentrassi.rpm.builder.Rule
-
public class Rule extends EntryDetails
-
-
Constructor Summary
Constructors Constructor Description Rule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WhengetWhen()booleanisLast()booleanmatches(Object object, org.eclipse.packagedrone.utils.rpm.build.PayloadEntryType type, String targetName)voidsetLast(boolean last)voidsetWhen(When when)StringtoString()-
Methods inherited from class de.dentrassi.rpm.builder.EntryDetails
apply, getConfiguration, getDocumentation, getGhost, getGroup, getLicense, getMissingOk, getMode, getNoreplace, getReadme, getUser, setConfiguration, setDocumentation, setGhost, setGroup, setLicense, setMissingOk, setMode, setNoreplace, setReadme, setUser, validate
-
-