java.io.Serializablepublic class RepositoryPermissions
extends java.lang.Object
implements java.io.Serializable
| Constructor | Description |
|---|---|
RepositoryPermissions() |
| Modifier and Type | Method | 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.
|
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