public interface PlexusIOResourceCollectionWithAttributes
| Modifier and Type | Method and Description |
|---|---|
void |
setDefaultAttributes(int uid,
String userName,
int gid,
String groupName,
int fileMode,
int dirMode)
Sets the file and directory attributes to use as defaults.
|
void |
setOverrideAttributes(int uid,
String userName,
int gid,
String groupName,
int fileMode,
int dirMode)
Sets the file and directory attributes to use as overrides.
|
void setDefaultAttributes(int uid,
String userName,
int gid,
String groupName,
int fileMode,
int dirMode)
uid - userName - gid - groupName - fileMode - The octal mode to use for filesdirMode - The octal mode to use for directoriesvoid setOverrideAttributes(int uid,
String userName,
int gid,
String groupName,
int fileMode,
int dirMode)
uid - userName - gid - groupName - fileMode - The octal mode to use for filesdirMode - The octal mode to use for directoriesCopyright © 2001-2014 Codehaus. All Rights Reserved.