Class Maven2RepositoryLayoutFactory

  • All Implemented Interfaces:
    RepositoryLayoutFactory

    @Singleton
    @Named("maven2")
    public final class Maven2RepositoryLayoutFactory
    extends java.lang.Object
    implements RepositoryLayoutFactory
    Provides a Maven-2 repository layout for repositories with content type "default".
    • Field Detail

      • CONFIG_PROP_CHECKSUMS_ALGORITHMS

        public static final java.lang.String CONFIG_PROP_CHECKSUMS_ALGORITHMS
        See Also:
        Constant Field Values
      • DEFAULT_CHECKSUMS_ALGORITHMS

        private static final java.lang.String DEFAULT_CHECKSUMS_ALGORITHMS
        See Also:
        Constant Field Values
      • CONFIG_PROP_OMIT_CHECKSUMS_FOR_EXTENSIONS

        public static final java.lang.String CONFIG_PROP_OMIT_CHECKSUMS_FOR_EXTENSIONS
        See Also:
        Constant Field Values
      • DEFAULT_OMIT_CHECKSUMS_FOR_EXTENSIONS

        private static final java.lang.String DEFAULT_OMIT_CHECKSUMS_FOR_EXTENSIONS
        See Also:
        Constant Field Values
      • priority

        private float priority
    • Constructor Detail

      • Maven2RepositoryLayoutFactory

        @Deprecated
        public Maven2RepositoryLayoutFactory()
        Deprecated.
        Service locator ctor.