Class FlatRepositoryLayout
java.lang.Object
org.apache.maven.artifact.repository.layout.FlatRepositoryLayout
- All Implemented Interfaces:
ArtifactRepositoryLayout
@Named("flat")
@Singleton
@Deprecated
public class FlatRepositoryLayout
extends Object
implements ArtifactRepositoryLayout
Deprecated.
FlatRepositoryLayout
-
Field Summary
Fields inherited from interface org.apache.maven.artifact.repository.layout.ArtifactRepositoryLayout
ROLE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
Deprecated.Deprecated.pathOfLocalRepositoryMetadata
(ArtifactMetadata metadata, ArtifactRepository repository) Deprecated.Deprecated.toString()
Deprecated.
-
Constructor Details
-
FlatRepositoryLayout
public FlatRepositoryLayout()Deprecated.
-
-
Method Details
-
getId
Deprecated.- Specified by:
getId
in interfaceArtifactRepositoryLayout
-
pathOf
Deprecated.- Specified by:
pathOf
in interfaceArtifactRepositoryLayout
-
pathOfLocalRepositoryMetadata
public String pathOfLocalRepositoryMetadata(ArtifactMetadata metadata, ArtifactRepository repository) Deprecated.- Specified by:
pathOfLocalRepositoryMetadata
in interfaceArtifactRepositoryLayout
-
pathOfRemoteRepositoryMetadata
Deprecated.- Specified by:
pathOfRemoteRepositoryMetadata
in interfaceArtifactRepositoryLayout
-
toString
Deprecated.
-