Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for getSubscribe (0.14 sec)

  1. platforms/software/maven/src/main/java/org/gradle/api/publish/maven/internal/tasks/MavenPomFileGenerator.java

        }
    
        private static MailingList convertMailingList(MavenPomMailingList source) {
            MailingList target = new MailingList();
            target.setName(source.getName().getOrNull());
            target.setSubscribe(source.getSubscribe().getOrNull());
            target.setUnsubscribe(source.getUnsubscribe().getOrNull());
            target.setPost(source.getPost().getOrNull());
            target.setArchive(source.getArchive().getOrNull());
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 14:02:46 UTC 2023
    - 13.8K bytes
    - Viewed (0)
  2. guava/src/com/google/common/eventbus/EventBus.java

              + method.getName()
              + '('
              + method.getParameterTypes()[0].getName()
              + ')'
              + " on subscriber "
              + context.getSubscriber()
              + " when dispatching event: "
              + context.getEvent();
        }
      }
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Jul 17 16:01:41 UTC 2023
    - 12.8K bytes
    - Viewed (0)
  3. android/guava/src/com/google/common/eventbus/EventBus.java

              + method.getName()
              + '('
              + method.getParameterTypes()[0].getName()
              + ')'
              + " on subscriber "
              + context.getSubscriber()
              + " when dispatching event: "
              + context.getEvent();
        }
      }
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Aug 25 16:37:57 UTC 2021
    - 12.8K bytes
    - Viewed (0)
Back to top