Interface ArtifactPredicateFactory

All Known Implementing Classes:
DefaultArtifactPredicateFactory

public interface ArtifactPredicateFactory
A factory to create artifact predicates.
Since:
2.0.0
  • Method Details

    • newInstance

      Creates a new artifact predicate for the session.
      Parameters:
      session - The repository system session from which to configure the generator, must not be null.
      Returns:
      The artifact predicate for the session, never null.