- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for getPropertyNames (0.1 sec)
-
src/main/java/org/codelibs/fess/mylasta/mail/TestmailPostcard.java
// ========= @Override protected String getBodyFile() { return PATH; } @Override protected String[] getPropertyNames() { return new String[] { "hostname" }; } // ===================================================================================
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 3.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/mail/EsStatusPostcard.java
// ========= @Override protected String getBodyFile() { return PATH; } @Override protected String[] getPropertyNames() { return new String[] { "hostname", "clustername", "clusterstatus" }; } // ===================================================================================
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 4.7K bytes - Viewed (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/dsl/docbook/ClassDocPropertiesBuilder.java
if (property == null) { throw new RuntimeException(String.format("No metadata for property '%s.%s'. Available properties: %s", classDoc.getName(), propName, classDoc.getClassMetaData().getPropertyNames())); } Map<String, ExtraAttributeDoc> additionalValues = new LinkedHashMap<String, ExtraAttributeDoc>(); if (!superTypes.isEmpty()) {
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Wed Dec 09 08:14:05 UTC 2020 - 6.2K bytes - Viewed (0)