|
||||||||||
| 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 | |
|---|---|
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 deployment. |
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. |
| 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 String getDirectoryMode()
public void setDirectoryMode(String directoryMode)
directoryMode - repository directory mode for deployed artifactspublic String getFileMode()
public void setFileMode(String fileMode)
fileMode - repository file mode for deployed artifactspublic String getGroup()
public void setGroup(String group)
group - repository group for deployed artifacts
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||