| Package | Description |
|---|---|
| org.redline_rpm | |
| org.redline_rpm.ant | |
| org.redline_rpm.payload |
| Modifier and Type | Method and Description |
|---|---|
void |
Builder.addDirectory(String path,
Directive directive)
Adds the directory to the repository with the default mode of
644. |
void |
Builder.addDirectory(String path,
int permissions,
Directive directive,
String uname,
String gname)
Adds the directory to the repository.
|
void |
Builder.addDirectory(String path,
int permissions,
Directive directive,
String uname,
String gname,
boolean addParents)
Adds the directory to the repository.
|
void |
Builder.addFile(String path,
File source,
int mode,
Directive directive)
Add the specified file to the repository payload in order.
|
void |
Builder.addFile(String path,
File source,
int mode,
Directive directive,
String uname,
String gname)
Add the specified file to the repository payload in order.
|
void |
Builder.addFile(String path,
File source,
int mode,
int dirmode,
Directive directive,
String uname,
String gname)
Add the specified file to the repository payload in order.
|
void |
Builder.addFile(String path,
File source,
int mode,
int dirmode,
Directive directive,
String uname,
String gname,
boolean addParents)
Add the specified file to the repository payload in order.
|
void |
Builder.addFile(String path,
File source,
int mode,
int dirmode,
Directive directive,
String uname,
String gname,
boolean addParents,
int verifyFlags)
Add the specified file to the repository payload in order.
|
void |
Builder.addURL(String path,
URL source,
int mode,
int dirmode,
Directive directive,
String username,
String group)
Add the specified file to the repository payload in order by URL.
|
| Modifier and Type | Method and Description |
|---|---|
Directive |
RpmFileSet.getDirective() |
| Modifier and Type | Field and Description |
|---|---|
static Directive |
Directive.CONFIG |
static Directive |
Directive.DOC |
static Directive |
Directive.EXCLUDE |
static Directive |
Directive.GHOST |
static Directive |
Directive.ICON |
static Directive |
Directive.LICENSE |
static Directive |
Directive.MISSINGOK |
static Directive |
Directive.NONE |
static Directive |
Directive.NOREPLACE |
static Directive |
Directive.POLICY |
static Directive |
Directive.PUBKEY |
static Directive |
Directive.README |
static Directive |
Directive.SPECFILE |
static Directive |
Directive.UNPATCHED |
| Modifier and Type | Method and Description |
|---|---|
void |
Contents.addDirectory(String path,
Directive directive)
Adds a directory entry to the archive with the default permissions of 644.
|
void |
Contents.addDirectory(String path,
int permissions,
Directive directive,
String uname,
String gname)
Adds a directory entry to the archive with the specified permissions.
|
void |
Contents.addDirectory(String path,
int permissions,
Directive directive,
String uname,
String gname,
boolean addParents)
Adds a directory entry to the archive with the specified permissions.
|
void |
Contents.addFile(String path,
File source,
int permissions,
Directive directive)
Adds a file entry to the archive with the specified permissions.
|
void |
Contents.addFile(String path,
File source,
int permissions,
Directive directive,
String uname,
String gname)
Adds a file entry to the archive with the specified permissions.
|
void |
Contents.addFile(String path,
File source,
int permissions,
Directive directive,
String uname,
String gname,
int dirmode)
Adds a file entry to the archive with the specified permissions.
|
void |
Contents.addFile(String path,
File source,
int permissions,
Directive directive,
String uname,
String gname,
int dirmode,
boolean addParents)
Adds a file entry to the archive with the specified permissions.
|
void |
Contents.addFile(String path,
File source,
int permissions,
Directive directive,
String uname,
String gname,
int dirmode,
boolean addParents,
int verifyFlags)
Adds a file entry to the archive with the specified permissions.
|
void |
Contents.addURL(String path,
URL source,
int permissions,
Directive directive,
String uname,
String gname,
int dirmode)
Adds a URL entry to the archive with the specified permissions.
|
Copyright © 2015. All Rights Reserved.