@Path(value="_makeDirectory/{repositoryName}")
@Consumes(value="application/xml")
@Produces(value="application/xml")
public class MakeDirectoryService
extends AbstractServiceWithRepoToRepoAuth
repositoryName, request| Constructor and Description |
|---|
MakeDirectoryService() |
| Modifier and Type | Method and Description |
|---|---|
void |
makeDirectory() |
void |
makeDirectory(String path) |
authenticateAndCreateLocalRepoTransport, authenticateAndGetLocalRootURL, authenticateAndReturnUserName, getAuth, getClientRepositoryIdFromUserName, getClientRepositoryIdFromUserNameOrFail, getLocalRootURLpublic MakeDirectoryService()
@POST public void makeDirectory()
@POST
@Path(value="{path:.*}")
public void makeDirectory(@PathParam(value="path")
String path)
Copyright © 2013-2014. All Rights Reserved.