public class RepositoryPermissions
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
directoryMode
Repository directory mode.
|
private java.lang.String |
fileMode
Repository file mode.
|
private java.lang.String |
group
Repository group name.
|
Constructor and Description |
---|
RepositoryPermissions() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDirectoryMode()
Get the repository directory mode to which an artifact will belong to after
deployment.
|
java.lang.String |
getFileMode()
Get the repository file mode to which an artifact will belong to after
deployment.
|
java.lang.String |
getGroup()
Get the repository group name to which an artifact will belong to after
deployment.
|
void |
setDirectoryMode(java.lang.String directoryMode)
Set the repository directory mode for the deployed artifact.
|
void |
setFileMode(java.lang.String fileMode)
Set the repository file mode for the deployed artifact.
|
void |
setGroup(java.lang.String group)
Set the repository group name for the deployed artifact.
|
private java.lang.String group
private java.lang.String directoryMode
private java.lang.String fileMode
public java.lang.String getDirectoryMode()
public void setDirectoryMode(java.lang.String directoryMode)
directoryMode
- repository directory mode for deployed artifactspublic java.lang.String getFileMode()
public void setFileMode(java.lang.String fileMode)
fileMode
- repository file mode for deployed artifactspublic java.lang.String getGroup()
public void setGroup(java.lang.String group)
group
- repository group for deployed artifacts