|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Directive | |
|---|---|
| org.freecompany.redline | |
| org.freecompany.redline.ant | |
| org.freecompany.redline.payload | |
| Uses of Directive in org.freecompany.redline |
|---|
| Methods in org.freecompany.redline with parameters of type Directive | |
|---|---|
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.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. |
| Uses of Directive in org.freecompany.redline.ant |
|---|
| Methods in org.freecompany.redline.ant that return Directive | |
|---|---|
Directive |
RpmFileSet.getDirective()
|
| Uses of Directive in org.freecompany.redline.payload |
|---|
| Fields in org.freecompany.redline.payload declared as Directive | |
|---|---|
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
|
| Methods in org.freecompany.redline.payload with parameters of type Directive | |
|---|---|
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.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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||