Class RawRepositories.ArtifactPolicy

  • Enclosing class:
    RawRepositories

    public static class RawRepositories.ArtifactPolicy
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ArtifactPolicy()
      Used by Jackson in the event there is an empty tag in the POM.
      ArtifactPolicy​(java.lang.Boolean enabled)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ArtifactPolicy

        public ArtifactPolicy​(@Nullable
                              java.lang.Boolean enabled)
      • ArtifactPolicy

        public ArtifactPolicy()
        Used by Jackson in the event there is an empty tag in the POM.