Interface ArtifactDecoratorFactory

    • Method Detail

      • newInstance

        ArtifactDecorator newInstance​(org.eclipse.aether.RepositorySystemSession session)
        Creates a new artifact decorator for the session.
        Parameters:
        session - The repository system session from which to configure the decorator, must not be null.
        Returns:
        The artifact decorator for the session, never null.
      • getPriority

        float getPriority()
        The priority of this factory. Factories with higher priority are invoked before those with lower priority.
        Returns:
        The priority of this factory.