|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.wagon.repository.RepositoryPermissions
public class RepositoryPermissions
Describes the permissions to set on files uploaded to the repository.
| Constructor Summary | |
|---|---|
RepositoryPermissions()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RepositoryPermissions()
| Method Detail |
|---|
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||