org.apache.maven.wagon.repository
public class RepositoryPermissions extends Object
Version: $Id: RepositoryPermissions.java 162476 2005-04-19 02:49:45Z brett $
Field Summary | |
---|---|
String | directoryMode
Repository directory mode. |
String | fileMode
Repository file mode. |
String | group
Repository group name. |
Method Summary | |
---|---|
String | getDirectoryMode()
Get the repository directory mode to which an artifact will belong to after
deployment. |
String | getFileMode()
Get the repository file mode to which an artifact will belong to after
deployment. |
String | getGroup()
Get the repository group name to which an artifact will belong to after
deployemnt. |
void | setDirectoryMode(String directoryMode)
Set the repository directory mode for the deployed artifact.
|
void | setFileMode(String fileMode)
Set the repository file mode for the deployed artifact.
|
void | setGroup(String group)
Set the repository group name for the deployed artifact.
|
Returns: mode
Returns: repository group name
Returns: repository group name
Parameters: directoryMode repository directory mode for deployed artifacts
Parameters: fileMode repository file mode for deployed artifacts
Parameters: group repository group for deployed artifacts