Uses of Interface
org.artifactory.fs.FileLayoutInfo
-
Packages that use FileLayoutInfo Package Description org.artifactory.repo -
-
Uses of FileLayoutInfo in org.artifactory.repo
Methods in org.artifactory.repo that return FileLayoutInfo Modifier and Type Method Description FileLayoutInfoRepositories. 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.Methods in org.artifactory.repo with parameters of type FileLayoutInfo Modifier and Type Method Description RepoPathRepositories. getArtifactRepoPath(FileLayoutInfo layoutInfo, java.lang.String repoKey)Returns actual repository path for layout information (group, artifact, version, etc.) of an artifact as it is built according to the layout of the repository.RepoPathRepositories. getDescriptorRepoPath(FileLayoutInfo layoutInfo, java.lang.String repoKey)Returns actual repository path for layout information (group, artifact, version, etc.) of a descriptor as it is built according to the layout of the repository.
-