|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RepoPath | |
---|---|
org.artifactory.fs | |
org.artifactory.repo | |
org.artifactory.request | |
org.artifactory.resource | |
org.artifactory.search | |
org.artifactory.security |
Uses of RepoPath in org.artifactory.fs |
---|
Methods in org.artifactory.fs that return RepoPath | |
---|---|
RepoPath |
ItemInfo.getRepoPath()
|
Uses of RepoPath in org.artifactory.repo |
---|
Methods in org.artifactory.repo that return RepoPath | |
---|---|
static RepoPath |
RepoPathFactory.create(String rpp)
Constructs a RepoPath from a path containing both repo key and the relative path in the repo |
static RepoPath |
RepoPathFactory.create(String repoKey,
String path)
|
RepoPath |
RepoPath.getParent()
|
Methods in org.artifactory.repo with parameters of type RepoPath | |
---|---|
StatusHolder |
Repositories.copy(RepoPath source,
RepoPath target)
Copies the source repoPath to the targetRepoPath |
StatusHolder |
Repositories.delete(RepoPath repoPath)
Deletes the specified repoPath |
void |
Repositories.deleteProperty(RepoPath repoPath,
String propertyName)
Deletes the property from the item. |
StatusHolder |
Repositories.deploy(RepoPath repoPath,
InputStream inputStream)
Deploy an artifact |
boolean |
Repositories.exists(RepoPath repoPath)
|
List<ItemInfo> |
Repositories.getChildren(RepoPath repoPath)
|
ResourceStreamHandle |
Repositories.getContent(RepoPath repoPath)
Get a stream handle for the file content |
FileInfo |
Repositories.getFileInfo(RepoPath repoPath)
|
ItemInfo |
Repositories.getItemInfo(RepoPath repoPath)
|
FileLayoutInfo |
Repositories.getLayoutInfo(RepoPath repoPath)
Returns module related information (group, artifact, version, etc.) for given file, as it was extracted according to the layout of the repository the file is part of. |
MetadataInfo |
Repositories.getMetadataInfo(RepoPath repoPath,
String metadataName)
|
List<String> |
Repositories.getMetadataNames(RepoPath repoPath)
Returns the available metadata names which are not internal |
Properties |
Repositories.getProperties(RepoPath repoPath)
|
String |
Repositories.getProperty(RepoPath repoPath,
String propertyName)
|
Set<String> |
Repositories.getPropertyValues(RepoPath repoPath,
String propertyName)
|
String |
Repositories.getStringContent(RepoPath repoPath)
Get the content of a file as a string |
String |
Repositories.getXmlMetadata(RepoPath repoPath,
String metadataName)
Returns the metadata of the given name. |
boolean |
Repositories.hasMetadata(RepoPath repoPath,
String metadataName)
Indicates whether this item adorns the given metadata |
boolean |
Repositories.hasProperty(RepoPath repoPath,
String propertyName)
|
boolean |
Repositories.isLcoalRepoPathHandled(RepoPath repoPath)
Deprecated. Use Repositories.isRepoPathHandled(RepoPath) ()} |
boolean |
Repositories.isLocalRepoPathAccepted(RepoPath repoPath)
Deprecated. Use Repositories.isRepoPathAccepted(RepoPath) ()} |
boolean |
Repositories.isRepoPathAccepted(RepoPath repoPath)
Checks if the specified repoPath is accepted by the include/exclude rules of the repoPath's repository. |
boolean |
Repositories.isRepoPathHandled(RepoPath repoPath)
Checks if the specified repoPath is handled by the snapshot(integration)/release policy of the repoPath's repository. |
StatusHolder |
Repositories.move(RepoPath source,
RepoPath target)
Moves the source repoPath to the targetRepoPath |
void |
Repositories.removeMetadata(RepoPath repoPath,
String metadataName)
Removes the metadata of the given name |
Properties |
Repositories.setProperty(RepoPath repoPath,
String propertyName,
String... values)
|
Properties |
Repositories.setPropertyRecursively(RepoPath repoPath,
String propertyName,
String... values)
|
void |
Repositories.setXmlMetadata(RepoPath repoPath,
String metadataName,
String metadataContent)
Sets the given metadata on the supplied repo path. |
String |
Repositories.translateFilePath(RepoPath source,
String targetRepoKey)
Translates the path of a file from source repository layout to target's one. |
StatusHolder |
Repositories.undeploy(RepoPath repoPath)
Deprecated. Use Repositories.delete(RepoPath) instead |
Uses of RepoPath in org.artifactory.request |
---|
Methods in org.artifactory.request that return RepoPath | |
---|---|
RepoPath |
Request.getRepoPath()
|
RepoPath |
RequestResponseInfo.getRequestRepoPath()
|
RepoPath |
RequestResponseInfo.getResponseRepoPath()
|
Uses of RepoPath in org.artifactory.resource |
---|
Methods in org.artifactory.resource that return RepoPath | |
---|---|
RepoPath |
RepoResourceInfo.getRepoPath()
|
Uses of RepoPath in org.artifactory.search |
---|
Methods in org.artifactory.search that return types with arguments of type RepoPath | |
---|---|
List<RepoPath> |
Searches.archiveEntriesByName(String query,
String... repositories)
Search the content of jar/zip archives |
List<RepoPath> |
Searches.artifactsByGavc(String groupId,
String artifactId,
String version,
String classifier,
String... repositories)
|
List<RepoPath> |
Searches.artifactsByName(String query,
String... repositories)
Find artifacts by name |
Set<RepoPath> |
Searches.artifactsBySha1(String sha1,
String... repositories)
Find artifacts by their checksum values |
List<RepoPath> |
Searches.artifactsCreatedOrModifiedInRange(Calendar from,
Calendar to,
String... repositories)
Find artifacts created or modified within a date range |
List<RepoPath> |
Searches.artifactsNotDownloadedSince(Calendar since,
Calendar createdBefore,
String... repositories)
Find artifacts not downloaded since the specified date |
List<RepoPath> |
Searches.itemsByProperties(com.google.common.collect.SetMultimap<String,String> properties,
String... repositories)
Find artifacts by properties |
Uses of RepoPath in org.artifactory.security |
---|
Methods in org.artifactory.security with parameters of type RepoPath | |
---|---|
boolean |
Security.canAdmin(RepoPath path)
|
boolean |
Security.canAnnotate(RepoPath repoPath)
|
boolean |
Security.canDelete(RepoPath path)
|
boolean |
Security.canDeploy(RepoPath path)
|
boolean |
Security.canImplicitlyReadParentPath(RepoPath repoPath)
|
boolean |
Security.canRead(RepoPath path)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |