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 SummaryFields inherited from interface org.apache.maven.artifact.repository.layout.ArtifactRepositoryLayoutROLE
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetId()Deprecated.Deprecated.pathOfLocalRepositoryMetadata(ArtifactMetadata metadata, ArtifactRepository repository) Deprecated.Deprecated.toString()Deprecated.
- 
Constructor Details- 
FlatRepositoryLayoutpublic FlatRepositoryLayout()Deprecated.
 
- 
- 
Method Details- 
getIdDeprecated.- Specified by:
- getIdin interface- ArtifactRepositoryLayout
 
- 
pathOfDeprecated.- Specified by:
- pathOfin interface- ArtifactRepositoryLayout
 
- 
pathOfLocalRepositoryMetadatapublic String pathOfLocalRepositoryMetadata(ArtifactMetadata metadata, ArtifactRepository repository) Deprecated.- Specified by:
- pathOfLocalRepositoryMetadatain interface- ArtifactRepositoryLayout
 
- 
pathOfRemoteRepositoryMetadataDeprecated.- Specified by:
- pathOfRemoteRepositoryMetadatain interface- ArtifactRepositoryLayout
 
- 
toStringDeprecated.
 
-