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