- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getRequestProperties (0.2 sec)
-
compat/maven-compat/src/main/java/org/apache/maven/profiles/ProfileManager.java
Map getProfilesById(); List<String> getExplicitlyActivatedIds(); List<String> getExplicitlyDeactivatedIds(); List getIdsActivatedByDefault(); Properties getRequestProperties();
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 1.6K bytes - Viewed (0) -
compat/maven-compat/src/main/java/org/apache/maven/profiles/DefaultProfileManager.java
} catch (ComponentLookupException e) { throw new IllegalStateException(e); } this.requestProperties = props; } @Override public Properties getRequestProperties() { return requestProperties; } @Override public Map<String, Profile> getProfilesById() { return profilesById; } /* (non-Javadoc)
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Jun 06 14:28:57 UTC 2025 - 6.9K bytes - Viewed (0)